-
Notifications
You must be signed in to change notification settings - Fork 384
Add non-fast-blocks
e2e tests each Saturday
#2860
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
Add non-fast-blocks
e2e tests each Saturday
#2860
Conversation
def is_fast_blocks(self): | ||
"""Returns True if the node is running with fast blocks. False if not.""" | ||
return self.query_constant("SubtensorModule", "DurationOfStartCall").value == 10 | ||
|
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.
I'm glad you didn't make these properties.
] | ||
|
||
cmds += params.split() if params else [] | ||
|
||
print("Entire run command: ", cmds) |
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.
Is this necessary or left over from debugging?
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.
useful for checking while running tests
Changes:
fast-blocks
everynight
non-fast-blocks
everySaturday
All cron non-fast-tests passed https://github.com/opentensor/bittensor/actions/runs/14950943125?pr=2860