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

feat: e2e bittensor tests #434

Merged
merged 3 commits into from
May 19, 2024

Conversation

orriin
Copy link
Contributor

@orriin orriin commented May 17, 2024

Closes #331

@orriin orriin added the blue team defensive programming, CI, etc label May 17, 2024
@orriin orriin force-pushed the feat/e2e-bittensor-tests branch 3 times, most recently from 85a3b34 to cac082b Compare May 17, 2024 13:58
@orriin orriin force-pushed the feat/e2e-bittensor-tests branch 3 times, most recently from b39cb34 to ea58c5d Compare May 17, 2024 14:09
@@ -371,27 +371,27 @@ fn localnet_genesis(
let mut balances = vec![
(
get_account_id_from_seed::<sr25519::Public>("Alice"),
1000000000000u128,
1000000000000000u128,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Increase test account genesis balances so they have enough for particular testing operations

@orriin orriin marked this pull request as ready for review May 17, 2024 14:27
- name: Setup bittensor repo
working-directory: ${{ github.workspace }}/bittensor
run: |
git checkout tests/e2e-tests-staging
Copy link
Contributor Author

Choose a reason for hiding this comment

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

TODO before merge, once opentensor/bittensor#1885 is in staging

Suggested change
git checkout tests/e2e-tests-staging
git checkout staging

@distributedstatemachine distributedstatemachine requested a review from a team May 17, 2024 16:01
@distributedstatemachine distributedstatemachine merged commit 2e073f8 into development May 19, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blue team defensive programming, CI, etc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integration Testing
3 participants