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

[3.2] Fix db modes test #507

Merged
merged 8 commits into from
Jun 23, 2022
Merged

[3.2] Fix db modes test #507

merged 8 commits into from
Jun 23, 2022

Conversation

linh2931
Copy link
Member

@linh2931 linh2931 commented Jun 23, 2022

Backport EOSIO/eos#10237, EOSIO/eos#10333, and (EOSIO/eos#10736: reverted)
Resolve #443 and #449

Issues resolved:

  • Fixing a timing issue where wait returns 127 if nodeos was already killed and this non-zero return code aborted the testing.
  • (Making db_modes_test as non-parallel: reverted)

softprofe and others added 6 commits June 23, 2022 11:47
…n before call wait.

As the trace information is very limit. detail see epe889, the buildkite fails are very possible wait an already terminated NODEOS_PID
… go, in not, need stop and return the error code.
…turn code) than 127(non exist child return code), so add dealing of $NODEOS_PID
@linh2931 linh2931 requested review from heifner and spoonincode June 23, 2022 16:16
@spoonincode
Copy link
Member

db_modes_test can be parallel. afaict it was moved to nonparallel strictly because it worked better that way on the over subscribed mac VMs b1 was running. and afaik we haven't seen any problems with db_modes_test so my preference would be to keep in parallel as designed.

@spoonincode
Copy link
Member

(it's still a lousy test that should be rewritten though 🙂 )

@arhag arhag linked an issue Jun 23, 2022 that may be closed by this pull request
@linh2931 linh2931 merged commit 98937fc into main Jun 23, 2022
@linh2931 linh2931 deleted the fix_db_modes_test branch June 23, 2022 23:00
@arhag arhag changed the title Fix db modes test [3.2] Fix db modes test Jul 1, 2022
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.

Backport: change db_modes_test to nonparallel Backport: fix db_modes_test pipeline failure
4 participants