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

[E2E] run a second e2e chain by reusing the current setup #1200

Closed
2 tasks
Tracked by #1416
p0mvn opened this issue Apr 5, 2022 · 0 comments · Fixed by #1206
Closed
2 tasks
Tracked by #1416

[E2E] run a second e2e chain by reusing the current setup #1200

p0mvn opened this issue Apr 5, 2022 · 0 comments · Fixed by #1206
Assignees
Labels
T:task ⚙️ A task belongs to a story T:tests

Comments

@p0mvn
Copy link
Member

p0mvn commented Apr 5, 2022

Background

Currently, our e2e tests only spin up one chain. We might want to have another chain enabled so that we can test IBC.

We can do so by doing the following steps:

  1. Add chain b to the suite
  2. Update the network to have both chains in its name:
  • This is just a cosmetic change
  1. Add the following lines to initialize the chain
  2. Initialize different values for these parameters on the second chain
  • e.g set osmoBalance = 500000000000
  • This is done so that we can query them on a different chain and ensure that they are set correctly
  1. Implement a similar test query for the new chain:
    E.g. assert that osmoBalance = 500000000000

Acceptance Criteria

  • chain b starts successfully
  • new test balances query passes where it validates different balances from chainA
@p0mvn p0mvn added the T:task ⚙️ A task belongs to a story label Apr 5, 2022
@p0mvn p0mvn moved this to 🔍 Needs Review in Osmosis Chain Development Apr 5, 2022
@p0mvn p0mvn moved this from 🔍 Needs Review to 🕒 Todo in Osmosis Chain Development Apr 5, 2022
Repository owner moved this from 🕒 Todo to ✅ Done in Osmosis Chain Development Apr 6, 2022
@p0mvn p0mvn changed the title run a second e2e chain by reusing the current setup [E2E] run a second e2e chain by reusing the current setup May 4, 2022
@p0mvn p0mvn mentioned this issue May 4, 2022
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T:task ⚙️ A task belongs to a story T:tests
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants