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

Another fix for the e2e tests #1837

Merged
merged 4 commits into from
Jan 18, 2024
Merged

Another fix for the e2e tests #1837

merged 4 commits into from
Jan 18, 2024

Conversation

luckysori
Copy link
Contributor

@luckysori luckysori commented Jan 18, 2024

Fix #1719, although we need to think about #1719 (comment) moving forward.

With this we should be able to re-enable the e2e tests as a required job to merge PRs.

I removed the maker test because it's not relevant anymore and I reintroduced the restore_from_backup test after fixing a bug.

By default this is set to 2MB, according to the docs[1].

We need larger bodies than before (even in the e2e test!), because we
added lots of CET adaptor signatures to the database recently[2].

I also played around with nginx's `client_max_body_size`, but that's
actually irrelevant since we don't use nginx as a reverse proxy for
the coordinator in the e2e tests.

Related to #1719.

[1]: https://docs.rs/axum/latest/axum/extract/struct.DefaultBodyLimit.html#method.disable.
[2]: #1817.
Copy link
Contributor

@bonomat bonomat left a comment

Choose a reason for hiding this comment

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

Thanks for the fix. 👍

@luckysori luckysori added this pull request to the merge queue Jan 18, 2024
Merged via the queue into main with commit ba2aaa7 Jan 18, 2024
10 checks passed
@luckysori luckysori deleted the fix/e2e-tests-some-more branch January 18, 2024 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failed to upload backup: too large
2 participants