-
Notifications
You must be signed in to change notification settings - Fork 316
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
chore(ICP-Rosetta): FI-1467 remove basic tests smoke test #1296
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this restructuring, @NikolasHai! I left mainly minor comments, but I did find that the test_cases::account_balances::test_account_balances
seems flaky, so that's something that should be addressed before merging.
For completeness, could you also add the description from this PR into the JIRA ticket?
rs/rosetta-api/tests/system_tests/test_cases/account_balances.rs
Outdated
Show resolved
Hide resolved
rs/rosetta-api/tests/system_tests/test_cases/block_synchronization.rs
Outdated
Show resolved
Hide resolved
Co-authored-by: Mathias Björkqvist <mathias.bjorkqvist@dfinity.org>
Co-authored-by: Mathias Björkqvist <mathias.bjorkqvist@dfinity.org>
Co-authored-by: Mathias Björkqvist <mathias.bjorkqvist@dfinity.org>
Co-authored-by: Mathias Björkqvist <mathias.bjorkqvist@dfinity.org>
Co-authored-by: Mathias Björkqvist <mathias.bjorkqvist@dfinity.org>
…tion.rs Co-authored-by: Mathias Björkqvist <mathias.bjorkqvist@dfinity.org>
Co-authored-by: Mathias Björkqvist <mathias.bjorkqvist@dfinity.org>
Co-authored-by: Mathias Björkqvist <mathias.bjorkqvist@dfinity.org>
This MR introduces the following changes: 1. Remove the block test from basic tests 2. Remove the account balance test from basic tests (Covered by this MR: #1296) 3. Add tests for fetching blocks 4. Add tests for search transactions by index --------- Co-authored-by: Mathias Björkqvist <mathias.bjorkqvist@dfinity.org>
This MR proposes the following changes: 1. Remove the basic_tests smoke test 2. Create tests for account balances 3. Create tests for construction derive 4. Create tests for construction metadata 5. Create tests for Network Options and List 6. Create tests for Mempool --------- Co-authored-by: Mathias Björkqvist <mathias.bjorkqvist@dfinity.org>
This MR introduces the following changes: 1. Remove the block test from basic tests 2. Remove the account balance test from basic tests (Covered by this MR: dfinity#1296) 3. Add tests for fetching blocks 4. Add tests for search transactions by index --------- Co-authored-by: Mathias Björkqvist <mathias.bjorkqvist@dfinity.org>
This MR proposes the following changes: