Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Slightly More Gas For 4337 Test #465

Merged
merged 1 commit into from
Jul 18, 2024
Merged

Conversation

nlordell
Copy link
Collaborator

@nlordell nlordell commented Jul 18, 2024

Under certain conditions, an E2E test can fail because it uses slightly more gas. This PR adds a larger gas buffer to the E2E test to prevent intermittent failures.

Example failure: https://github.com/safe-global/safe-modules/actions/runs/9990468990/job/27611219692

  1) Singleton Signers [@4337]
       should deploy a new Safe with alternate signing scheme accessing associated storage:
     Error: could not coalesce error (error={ "code": -32500, "message": "verificationGas should have extra 2000 gas. has only 353" }, payload={ ... }, code=UNKNOWN_ERROR, version=6.13.1)

Under certain conditions, an E2E test can fail because it uses slightly
more gas. This PR adds a larger gas buffer to the E2E test to prevent
intermittent failures.
@nlordell nlordell requested a review from a team as a code owner July 18, 2024 12:16
@nlordell nlordell requested review from akshay-ap, mmv08 and remedcu and removed request for a team July 18, 2024 12:16
@@ -59,7 +59,7 @@ contract Account is Safe {
* The canonical format ensures the signatures are tightly packed one after the other in order.
*
* For more details on signature encoding: https://docs.safe.global/advanced/smart-account-signatures
*/
*/
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unrelated formatting changes from running prettier on the project.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 9991309758

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 9990468990: 0.0%
Covered Lines: 51
Relevant Lines: 51

💛 - Coveralls

@nlordell nlordell merged commit 562ccba into main Jul 18, 2024
14 checks passed
@nlordell nlordell deleted the chore/increase-e2e-gas-buffer branch July 18, 2024 13:39
@github-actions github-actions bot locked and limited conversation to collaborators Jul 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants