-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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: jepsen/bank-multitable/split failed #56645
Labels
C-test-failure
Broken test (automatically or manually discovered).
O-roachtest
O-robot
Originated from a bot.
release-blocker
Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked.
Milestone
Comments
cockroach-teamcity
added
branch-release-20.2
C-test-failure
Broken test (automatically or manually discovered).
O-roachtest
O-robot
Originated from a bot.
release-blocker
Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked.
labels
Nov 13, 2020
craig bot
pushed a commit
that referenced
this issue
Dec 1, 2020
56815: jepsen: ignore some install errors r=andreimatei a=andreimatei Two failures. Seem to have been transient. ``` | Could not transfer artifact org.clojure:clojure:jar:1.9.0 from/to central (https://repo1.maven.org/maven2/): GET request of: org/clojure/clojure/1.9.0/clojure-1.9.0.jar from central failed | Could not find artifact org.clojure:clojure:jar:1.9.0 in clojars (https://repo.clojars.org/) | This could be due to a typo in :dependencies, file system permissions, or network issues. | If you are behind a proxy, try setting the 'http_proxy' environment variable. ``` ``` | Failed to read artifact descriptor for commons-codec:commons-codec:jar:1.6 | This could be due to a typo in :dependencies, file system permissions, or network issues. ``` Fixes #56695 Fixes #56645 Release note: None 57035: colflow: add sync protection to latency getter map r=asubiotto a=cathymw This commit adds a mutex lock to LatencyGetter, ensuring that concurrent writes to the latencyMap do not occur. Closes: #56997 Closes: #56360 Closes: #56278 Closes: #56275 Release note: None. 57262: roachtest: remove testDollarQuotes from v21.1 blocklist r=rafiss a=otan These seem to pass now, have not digged deep into why but passing is always good news. Refs #57168 Release note: None 57265: pgwire: lazily populate second timezone offset r=rafiss a=otan Looks like #55071 was too greedy -- looks like (at the very least) pgjdbc expects the second offset to only be displayed if there is a second offset. It's easy to do, so I have done so. Fixed TimeTZ along the way. Refs #57168 Release note (bug fix): Second timezone offsets for TimeTZ now correctly display over the postgres wire protocol - these were previously omitted. Release note (bug fix): Second timezone offsets are only displayed in the postgres wire protocol for TimestampTZ values. In an earlier patch for v21.1, this would always display. 57278: sql: add SHOW SURVIVAL GOAL FROM DATABASE r=ajstorm a=otan two commits in here, one is a minor fix up i thought might as well go in with this one. ---- delegate: add database name to SHOW REGIONS FROM DATABASE This seems to match behaviour I've seen from other places, e.g. SHOW ZONE CONFIGURATION. Release note (sql change): The database name is now displayed in `SHOW REGIONS FROM DATABASE`. sql: add SHOW SURVIVAL GOAL FROM DATABASE Release note (sql change): Add `SHOW SURVIVAL GOAL FROM DATABASE [database]`, which shows the survival goal for a multi-region database. 57313: licenses: Update CCL reference to Apache license r=bdarnell a=bdarnell CCL.txt contains an outdated reference to the Apache license. This edit brings it up to date with the text on https://www.cockroachlabs.com/cockroachdb-community-license/ Release note: None 57316: sql: categorize undefined column error when adding unique constraints r=ajwerner a=jayshrivastava Previously, adding a unique constraint to a table on one or more columns that do not exist would cause uncategorized error. Now, the error is categorized as pgcode.UndefinedColumn. Closes: #57314 Release note (sql change): A pgcode.UndefinedColumn will now be returned when adding a unique constraint to one or more undefined columns. 57326: authors: add kevinkokomani to authors r=otan a=kevinkokomani Release note: None Co-authored-by: Andrei Matei <[email protected]> Co-authored-by: Cathy <[email protected]> Co-authored-by: Oliver Tan <[email protected]> Co-authored-by: Ben Darnell <[email protected]> Co-authored-by: Jayant Shrivastava <[email protected]> Co-authored-by: Kevin Kokomani <[email protected]>
andreimatei
added a commit
to andreimatei/cockroach
that referenced
this issue
Dec 1, 2020
Two failures. Seem to have been transient. ``` | Could not transfer artifact org.clojure:clojure:jar:1.9.0 from/to central (https://repo1.maven.org/maven2/): GET request of: org/clojure/clojure/1.9.0/clojure-1.9.0.jar from central failed | Could not find artifact org.clojure:clojure:jar:1.9.0 in clojars (https://repo.clojars.org/) | This could be due to a typo in :dependencies, file system permissions, or network issues. | If you are behind a proxy, try setting the 'http_proxy' environment variable. ``` ``` | Failed to read artifact descriptor for commons-codec:commons-codec:jar:1.6 | This could be due to a typo in :dependencies, file system permissions, or network issues. ``` Fixes cockroachdb#56695 Fixes cockroachdb#56645 Fixes cockroachdb#56644 Fixes cockroachdb#56565 Fixes cockroachdb#56519 Release note: None
andreimatei
added a commit
to andreimatei/cockroach
that referenced
this issue
Dec 1, 2020
Two failures. Seem to have been transient. ``` | Could not transfer artifact org.clojure:clojure:jar:1.9.0 from/to central (https://repo1.maven.org/maven2/): GET request of: org/clojure/clojure/1.9.0/clojure-1.9.0.jar from central failed | Could not find artifact org.clojure:clojure:jar:1.9.0 in clojars (https://repo.clojars.org/) | This could be due to a typo in :dependencies, file system permissions, or network issues. | If you are behind a proxy, try setting the 'http_proxy' environment variable. ``` ``` | Failed to read artifact descriptor for commons-codec:commons-codec:jar:1.6 | This could be due to a typo in :dependencies, file system permissions, or network issues. ``` Fixes cockroachdb#56695 Fixes cockroachdb#56645 Fixes cockroachdb#56644 Fixes cockroachdb#56565 Fixes cockroachdb#56519 Release note: None
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.
release-blocker
Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked.
(roachtest).jepsen/bank-multitable/split failed on release-20.2@0884565b5005096ad7ac713a89f4f6d70a4e2406:
More
Artifacts: /jepsen/bank-multitable/split
See this test on roachdash
powered by pkg/cmd/internal/issues
The text was updated successfully, but these errors were encountered: