-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
roachtest: exit status 1 during roachprod start (all nodes actually start) #36963
Labels
C-test-failure
Broken test (automatically or manually discovered).
O-roachtest
O-robot
Originated from a bot.
Milestone
Comments
cockroach-teamcity
added
C-test-failure
Broken test (automatically or manually discovered).
O-roachtest
O-robot
Originated from a bot.
labels
Apr 19, 2019
cc #37001 |
tbg
changed the title
roachtest: tpccbench/nodes=12/cpu=16 failed
roachtest: exit status 1 during roachprod start (all nodes actually start)
Apr 23, 2019
cc @bobvawter |
tbg
added
C-test-failure
Broken test (automatically or manually discovered).
and removed
C-test-failure
Broken test (automatically or manually discovered).
labels
Apr 30, 2019
tbg
added a commit
to tbg/cockroach
that referenced
this issue
May 20, 2019
I added verbose logging in cockroachdb#37483 but made the poor decision to spew it to stderr when the command exited nonzero. As a consequence, many test failures are now obfuscated by high-verbosity ssh logs. Change the behavior so that the error message is wrapped with a path to the logs. We grab the contents of `~/.roachprod` in CI, so we'll be able to access the logs in the artifacts (`roachprod_state`). ``` $ ./bin/roachprod ssh tobias-test -- echo hi hi $ ls ~/.roachprod/debug/ $ ./bin/roachprod ssh tobias-test -- false Error: ssh verbose log retained in /Users/tschottdorf/.roachprod/debug/ssh_35.231.83.24_2019-05-20T12:53:49Z: exit status 1 $ ls ~/.roachprod/debug/ ssh_35.231.83.24_2019-05-20T12:53:49Z ``` Touches cockroachdb#36963. Release note: None
tbg
added a commit
to tbg/cockroach
that referenced
this issue
May 20, 2019
I added verbose logging in cockroachdb#37483 but made the poor decision to spew it to stderr when the command exited nonzero. As a consequence, many test failures are now obfuscated by high-verbosity ssh logs. Change the behavior so that the error message is wrapped with a path to the logs. We grab the contents of `~/.roachprod` in CI, so we'll be able to access the logs in the artifacts (`roachprod_state`). ``` $ ./bin/roachprod ssh tobias-test -- echo hi hi $ ls ~/.roachprod/debug/ $ ./bin/roachprod ssh tobias-test -- false Error: ssh verbose log retained in /Users/tschottdorf/.roachprod/debug/ssh_35.231.83.24_2019-05-20T12:53:49Z: exit status 1 $ ls ~/.roachprod/debug/ ssh_35.231.83.24_2019-05-20T12:53:49Z ``` Touches cockroachdb#36963. Release note: None
craig bot
pushed a commit
that referenced
this issue
May 20, 2019
37594: roachprod: don't pollute logs with verbose ssh logs r=nvanbenschoten,ajwerner a=tbg I added verbose logging in #37483 but made the poor decision to spew it to stderr when the command exited nonzero. As a consequence, many test failures are now obfuscated by high-verbosity ssh logs. Change the behavior so that the error message is wrapped with a path to the logs. We grab the contents of `~/.roachprod` in CI, so we'll be able to access the logs in the artifacts (`roachprod_state`). ``` $ ./bin/roachprod ssh tobias-test -- echo hi hi $ ls ~/.roachprod/debug/ $ ./bin/roachprod ssh tobias-test -- false Error: ssh verbose log retained in /Users/tschottdorf/.roachprod/debug/ssh_35.231.83.24_2019-05-20T12:53:49Z: exit status 1 $ ls ~/.roachprod/debug/ ssh_35.231.83.24_2019-05-20T12:53:49Z ``` Touches #36963. Release note: None Co-authored-by: Tobias Schottdorf <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C-test-failure
Broken test (automatically or manually discovered).
O-roachtest
O-robot
Originated from a bot.
SHA: https://github.com/cockroachdb/cockroach/commits/9938cb1a2cca4c0350244f76845f0c61391d44a7
Parameters:
To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1249130&tab=buildLog
The text was updated successfully, but these errors were encountered: