-
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 failed #50970
Comments
(testutils/emptypkg).TestDockerCLI failed on master@0897eb5e79a341bc324748254966bd8453b2cf7e:
MoreParameters:
See this test on roachdash |
(testutils/emptypkg).TestDockerCLI failed on master@f61d73fe1e4773372f3800b715143305a3342ee7:
MoreParameters:
See this test on roachdash |
(testutils/emptypkg).TestDockerCLI failed on master@f61d73fe1e4773372f3800b715143305a3342ee7:
MoreParameters:
See this test on roachdash |
(testutils/emptypkg).TestDockerCLI failed on master@f61d73fe1e4773372f3800b715143305a3342ee7:
MoreParameters:
See this test on roachdash |
(testutils/emptypkg).TestDockerCLI failed on master@deb468b77b1694959ec90fc9cb3ff51cfa2883c7:
MoreParameters:
See this test on roachdash |
Here's a direct link: https://teamcity.cockroachdb.com/viewLog.html?buildId=2065633&buildTypeId=Cockroach_UnitTests_Acceptance&tab=artifacts I will skip this test now. |
See: cockroachdb#50970 Release note: None
45831: sql: add a comment that JSON behaviour is similar to JSONB r=jordanlewis a=giorgosp Closes #44465 Release note : None 50369: sql: fix NewUniquenessConstraintViolationError reporting r=spaskob a=spaskob Release note (bug fix): If NewUniquenessConstraintViolationError cannot initialize a row fetcher it will only report this error to the client without wrapping it with information about the actual constraint violation. This is confusing. See #46276. Old error: `ERROR: column-id "2" does not exist` New Error: ``` ERROR: duplicate key value (b)=(couldn't fetch value: column-id "2" does not exist) violates unique constraint "t_secondary" ``` 50744: sql: fix drop database - sequence ownership bug r=solongordon a=arulajmani Previously, `DROP DATABASE CASCADE` would not work if the database contained a sequence owned by a table in the database. This would happen because of two separate reasons: - If the sequence was dropped before the table, the table would try to "double drop" the sequence as it owned it; this would result in an error. - If the table was dropped before the sequence, the sequence would try to remove the ownership dependency from the table descriptor, which had already been dropped; this would also result in an error. This PR addresses both these issues separately. Sequences are no longer double dropped when dropping tables. Additionally, no attempt is made to remove the ownership dependency from the table descriptor if the table descriptor has already been dropped. Fixes #50712 Release note (bug fix): `DROP DATABASE CASCADE` now works as expected even when the database has a sequence with an owner in it. 50961: cmd/roachtest: fix --zones flag to work on AWS r=petermattis a=petermattis Previously the `--zones` flag only worked on GCE and Azure and was silently ignored on AWS. Noticed in passing while trying to run a roachtest on a different AWS zone. Release note: None 51000: acceptance: skip TestDockerCLI/test_demo_partitioning r=knz a=tbg See: #50970 Release note: None Co-authored-by: George Papadrosou <[email protected]> Co-authored-by: Spas Bojanov <[email protected]> Co-authored-by: arulajmani <[email protected]> Co-authored-by: Peter Mattis <[email protected]> Co-authored-by: Tobias Schottdorf <[email protected]>
(acceptance).TestDockerCLI failed on master@a409703da9ccc588bc0e45f1b1f13e612f6308c3:
MoreParameters:
See this test on roachdash |
(acceptance).TestDockerCLI failed on master@557f7743b1de79bb7ed878ffc89b43b6cdb88055:
MoreParameters:
See this test on roachdash |
(acceptance).TestDockerCLI failed on master@620f0a42c17c2b2328a9ca99c6f99d664152012a:
MoreParameters:
See this test on roachdash |
(acceptance).TestDockerCLI failed on master@72cb52dfe8e25e290405f632b027dae82fdadab8:
MoreParameters:
See this test on roachdash |
(acceptance).TestDockerCLI failed on master@72cb52dfe8e25e290405f632b027dae82fdadab8:
MoreParameters:
See this test on roachdash |
(acceptance).TestDockerCLI failed on master@72cb52dfe8e25e290405f632b027dae82fdadab8:
MoreParameters:
See this test on roachdash |
partially skipped in #53384 |
(acceptance).TestDockerCLI failed on master@2fd9d953c6ae435c20fdb1acce1eb352f37f6234:
MoreParameters:
See this test on roachdash |
Closing due to age. |
See: cockroachdb#50970 Release note: None
(testutils/emptypkg).TestDockerCLI failed on master@0897eb5e79a341bc324748254966bd8453b2cf7e:
More
Parameters:
See this test on roachdash
powered by pkg/cmd/internal/issues
The text was updated successfully, but these errors were encountered: