We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Avoid using timers or other non-deterministic approaches in E2E tests.
The following comment in #874 and as it relates to https://github.com/pokt-network/pocket/pull/948/files#diff-01dec4121ae8acb7a1f4bb72a6c2104827d2c2d2197eb5f45fa5c032ffba32cdR93:
the developer waits for ... milliseconds
.feature
make test_all
make test_e2e
LocalNet
k8s LocalNet
Creator: @Olshansk Co-Owners: @0xBigBoss @dylanlott
The text was updated successfully, but these errors were encountered:
Added # IMPROVE(#959): Remove time-based waits from tests
4cc8405
Copying kubectl wait --for=condition=ready pod/full-node-001-pocket-0 here so the idea is not based on this comment:
kubectl wait --for=condition=ready pod/full-node-001-pocket-0
Sorry, something went wrong.
No branches or pull requests
Objective
Avoid using timers or other non-deterministic approaches in E2E tests.
Origin Document
The following comment in #874 and as it relates to https://github.com/pokt-network/pocket/pull/948/files#diff-01dec4121ae8acb7a1f4bb72a6c2104827d2c2d2197eb5f45fa5c032ffba32cdR93:
Goals
Deliverable
the developer waits for ... milliseconds
in all.feature
filesNon-goals / Non-deliverables
General issue deliverables
Testing Methodology
make test_all
make test_e2e
LocalNet
is still functioning correctly by following the instructions at docs/development/README.mdk8s LocalNet
is still functioning correctly by following the instructions hereCreator: @Olshansk
Co-Owners: @0xBigBoss @dylanlott
The text was updated successfully, but these errors were encountered: