-
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
cli: cockroach quit
does not effectively quit
#22536
Comments
The error is that FWIW the
|
I'm going to temporarily disable the error on quit until this issue is fixed |
cockroach quit
does not effectively quit
- server: fix TestReportUsage (broken by cockroachdb#20790) - cli/interactive_tests: do not check for proper termination by `cockroach quit` until cockroachdb#22536 is fixed. Release note: none
These are broken because quit is broken (cockroachdb#22536). Release note: None
Are you sure? I can't tell from the logs whether the server stopped or not. The immediate failure is here:
An error is logged, and the test is trying to verify that no errors are logged (but the way the test is written this turns into a "timeout"). This could just be an issue with the error whitelist in |
The only difference from the previous version of this change is that the new error has been moved from pkg/rpc to pkg/util/grpcutil, and is included in IsClosedConnection. This suppresses the log message that was causing intermittent failures in test_missing_log_output.tcl Fixes cockroachdb#22536 This reverts commit 9b20d8a.
The following tests appear to have failed:
#513287:
Please assign, take a look and update the issue accordingly.
The text was updated successfully, but these errors were encountered: