-
Notifications
You must be signed in to change notification settings - Fork 15
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
(Indexer): Use dedicated keypairs for Governance API tests #3745
(Indexer): Use dedicated keypairs for Governance API tests #3745
Conversation
This pull request has been deployed to Vercel. Latest commit: 136d05f ✅ Preview: https://iota-rebased-explorer-092603f1de8088243ccb8b861b23e-k2bxzxo7r.vercel.app |
This pull request has been deployed to Vercel. Latest commit: 136d05f ✅ Preview: https://apps-backend-29a719c9ccbdb9b80c97b599a599d8953354da-cw4339fel.vercel.app |
This pull request has been deployed to Vercel. Latest commit: 136d05f ✅ Preview: https://wallet-dashboard-a225fcfa1e2f852205a61a7cd1d5d93e92-oghsb4v18.vercel.app |
This pull request has been deployed to Vercel. Latest commit: 136d05f ✅ Preview: https://apps-ui-pewxt41sr-iota1.vercel.app |
This pull request has been deployed to Vercel. Latest commit: c9cf125 ✅ Preview: https://apps-backend-29a719c9ccbdb9b80c97b599a599d8953354da-d3l0wljqw.vercel.app |
This pull request has been deployed to Vercel. Latest commit: c9cf125 ✅ Preview: https://apps-ui-c4pcnbn9r-iota1.vercel.app |
This pull request has been deployed to Vercel. Latest commit: c9cf125 ✅ Preview: https://wallet-dashboard-a225fcfa1e2f852205a61a7cd1d5d93e92-98suhnvin.vercel.app |
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.
lgtm 🍉
This pull request has been deployed to Vercel. Latest commit: c9cf125 ✅ Preview: https://iota-rebased-explorer-092603f1de8088243ccb8b861b23e-fqyyrfhmk.vercel.app |
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.
lgtm ✨
12d6f02
into
sc-platform/indexer-new-rpc-tests
* refactor: use dedicated keypairs and consider epoch progression from other tests * refactor: remove unnecessary gas_price * 2
* refactor: use dedicated keypairs and consider epoch progression from other tests * refactor: remove unnecessary gas_price * 2
* refactor: use dedicated keypairs and consider epoch progression from other tests * refactor: remove unnecessary gas_price * 2
Description of change
In order to avoid potential conflicts with other indexer tests (that rely on the shared test cluster addresses) dedicated keypairs to create objects should be used. Furthermore this PR considers epoch progression from other tests and adjusts the tests accordingly.
Links to any relevant issues
Fixes #3738
Type of change
How the change has been tested
RUST_TEST_THREADS=1 cargo test --features shared_test_runtime --test rpc-tests -- --nocapture
Change checklist