-
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
acceptance: TestDockerCLI/test_url_db_override.tcl failure #30796
Comments
I can't reproduce this failure locally on either master or release-2.1. |
The problem is the error that is being generated. On teamcity, the error is |
See cockroachdb#30796. Closes cockroachdb#30795. Closes cockroachdb#30790. Release note: None
See cockroachdb#30796. Closes cockroachdb#30795. Closes cockroachdb#30790. Release note: None
@knz This test is still skipped. I recently learned that |
33436: cli/interactive_tests: unskip test_url_db_override r=knz a=knz Fixes #30796. ... and use a more clearly guaranteed-bad DNS name for the expected failure. Suggested by @petermattis. Release note: None 33440: libroach/engine: plumb support for SingleDelete operation r=nvanbenschoten a=nvanbenschoten Informs #8979. This commit doesn't actually use the operation yet, but any experiments will require this plumbing, so it made sense to pull it out and properly test it. Release note: None Co-authored-by: Raphael 'kena' Poss <[email protected]> Co-authored-by: Nathan VanBenschoten <[email protected]>
I've just ran into a failure here, with the purported fix: |
Yes thanks I wasn't really convinced my PR would make a difference :) Thankfully I found a better fix. PR incoming. |
33502: cli/interactive_tests: deflake (more) test_url_db_override r=knz a=knz Fixes #30796. The test is merely testing that a `--host` flag will override the hostname in the URL. Since there is a valid server running for `localhost` (the host in the URL), and a test immediately before asserts the server is running and responding, any connection error is sufficient to demonstrate that `--host` has taken priority. There is no need to check that the particular hostname is reported in the error message. Release note: None Co-authored-by: Raphael 'kena' Poss <[email protected]>
I've seen 2 failures of
TestDockerCLI/test_url_db_override.tcl
on release-2.1 CI runs: https://teamcity.cockroachdb.com/viewLog.html?buildId=933292&buildTypeId=Cockroach_UnitTests_Acceptance&tab=artifacts#!-1uziz2a3hy42,-1ozcfozzxxdsw,sq8irxtiezz4I think the relevant portion of the logs is:
Looks like we can't dial the server, but that seems expected here due to the
--host nonexistent
flag.The text was updated successfully, but these errors were encountered: