Skip to content

Conversation

somnathb1
Copy link
Contributor

@somnathb1 somnathb1 commented Mar 7, 2025

Increasing threshold to 10% failed

@@ -83,7 +83,7 @@ jobs:
run_suite engine withdrawals
run_suite engine cancun
run_suite engine api
run_suite engine auth
# run_suite engine auth
Copy link
Contributor Author

Choose a reason for hiding this comment

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

The auth suite is bad as it uses outdated RPC calls

@@ -71,7 +71,7 @@ jobs:
echo "failed" > failed.log
exit 1
fi
if (( failed*2 > tests )); then
if (( failed > 3 )); then
Copy link
Contributor Author

Choose a reason for hiding this comment

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

EESTs should not fail at all (failed = 0) unless there is a bug in the tests.

@somnathb1
Copy link
Contributor Author

@somnathb1 somnathb1 merged commit 0db0027 into main Mar 9, 2025
15 checks passed
@somnathb1 somnathb1 deleted the som/stricter_hive branch March 9, 2025 18:03
somnathb1 added a commit that referenced this pull request Mar 20, 2025
somnathb1 added a commit that referenced this pull request Apr 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants