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

Sync e2e tests #221

Merged
merged 22 commits into from
Aug 26, 2024
Merged

Sync e2e tests #221

merged 22 commits into from
Aug 26, 2024

Conversation

cchudant
Copy link
Member

@cchudant cchudant commented Aug 8, 2024

Pull Request type

  • Testing

Other information

End to end testing to sync a few blocks

@cchudant cchudant changed the title sync e2e test Sync e2e tests Aug 8, 2024
@cchudant cchudant marked this pull request as ready for review August 8, 2024 19:38
@cchudant cchudant marked this pull request as draft August 8, 2024 19:38
@cchudant cchudant marked this pull request as ready for review August 8, 2024 19:40
@cchudant cchudant marked this pull request as draft August 8, 2024 19:40
@cchudant cchudant marked this pull request as ready for review August 9, 2024 07:13
@cchudant cchudant changed the base branch from rpc-tests to main August 9, 2024 07:14
@cchudant
Copy link
Member Author

cchudant commented Aug 9, 2024

needs to be merged after #215
I am trying to make github ci work also

@cchudant cchudant marked this pull request as draft August 9, 2024 07:20
@cchudant cchudant mentioned this pull request Aug 9, 2024
3 tasks
@jbcaron jbcaron added the testing Related to tests and test infrastructure label Aug 15, 2024
@cchudant cchudant marked this pull request as ready for review August 19, 2024 17:56
@antiyro antiyro requested a review from apoorvsadana August 21, 2024 09:37
@cchudant cchudant mentioned this pull request Aug 21, 2024
self
}

pub fn env(mut self, args: impl IntoIterator<Item = impl Into<String>>) -> Self {
Copy link
Contributor

Choose a reason for hiding this comment

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

the function is named env but it's modifying args

Comment on lines 33 to 36
# rust_test:
# name: Run Cargo tests
# uses: ./.github/workflows/rust-test.yml
# needs: rust_check
Copy link
Contributor

Choose a reason for hiding this comment

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

let's delete if not needed

Comment on lines -23 to -26
rust_test:
name: Run Cargo tests
uses: ./.github/workflows/rust-test.yml
needs: rust_check
Copy link
Contributor

Choose a reason for hiding this comment

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

same as above

Copy link
Contributor

Choose a reason for hiding this comment

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

what's the difference between this and rust-test.yml, do we need both?

Copy link
Member Author

Choose a reason for hiding this comment

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

probably not

Copy link
Member Author

Choose a reason for hiding this comment

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

removed it

Cargo.toml Show resolved Hide resolved
Copy link
Contributor

Coverage report

The coverage rate is 68.1728203804114%

41% of new lines are covered.

Diff Coverage details (click to unfold)

crates/node/src/main.rs

100.0% of new lines are covered

crates/node/src/service/l1.rs

39.13043478260869% of new lines are covered

@cchudant
Copy link
Member Author

🥳 🥳 🥳 ready to merge

@antiyro antiyro merged commit d234a4a into main Aug 26, 2024
7 checks passed
akhercha pushed a commit to astraly-labs/madara that referenced this pull request Aug 27, 2024
akhercha pushed a commit to astraly-labs/madara that referenced this pull request Aug 27, 2024
akhercha pushed a commit to astraly-labs/madara that referenced this pull request Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Related to tests and test infrastructure
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

5 participants