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

Split the end-to-end test file. #2440

Merged
merged 8 commits into from
Sep 4, 2024

Conversation

MathieuDutSik
Copy link
Contributor

Motivation

The end-to-end test file has grown larger and it prevents using the remote_net for shared set of validators.

Proposal

The following was done:

  • All the tests that take a LineraNetConfig are moved into a linera_net_tests.rs.
  • The remaining tests are in a local_net_tests.rs.
  • The remote_net and kubernetes have been added to the Ethereum end-to-end test.
  • The tests for the matching_engine are enabled for other storages.
  • This led to simplifying many #[cfg(any... statements away.

Test Plan

The CI.

Release Plan

Not relevant.

Links

@MathieuDutSik MathieuDutSik marked this pull request as ready for review September 3, 2024 12:49
Copy link
Contributor

@ma2bd ma2bd left a comment

Choose a reason for hiding this comment

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

Thanks

@MathieuDutSik MathieuDutSik merged commit 37c8976 into linera-io:main Sep 4, 2024
4 checks passed
@MathieuDutSik MathieuDutSik deleted the split_end_to_end branch October 2, 2024 14:53
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.

2 participants