-
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: jepsen-batch3/multi-register/split failed #37471
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
May 11, 2019
SHA: https://github.com/cockroachdb/cockroach/commits/d554884a4e474cc06213230d5ba7d757a88e9e46 Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1286052&tab=buildLog
|
nvanbenschoten
added a commit
to cockroachdb/jepsen
that referenced
this issue
May 11, 2019
Fixes cockroachdb/cockroach#37470. Fixes cockroachdb/cockroach#37471. Fixes cockroachdb/cockroach#37472. Fixes cockroachdb/cockroach#37473. Fixes cockroachdb/cockroach#37474. Fixes cockroachdb/cockroach#37475. This was failing with the following error: ``` org.postgresql.util.PSQLException: A result was returned when none was expected. ``` Using `c/query` instead of `c/execute!` fixes this (this time I confirmed).
Fixed by cockroachdb/jepsen#22. |
aliher1911
pushed a commit
to aliher1911/jepsen
that referenced
this issue
Dec 24, 2021
Fixes cockroachdb/cockroach#37470. Fixes cockroachdb/cockroach#37471. Fixes cockroachdb/cockroach#37472. Fixes cockroachdb/cockroach#37473. Fixes cockroachdb/cockroach#37474. Fixes cockroachdb/cockroach#37475. This was failing with the following error: ``` org.postgresql.util.PSQLException: A result was returned when none was expected. ``` Using `c/query` instead of `c/execute!` fixes this (this time I confirmed).
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/45e15e05abff25e099ca59f4c5cb40a6cf695e6d
Parameters:
To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1285294&tab=buildLog
The text was updated successfully, but these errors were encountered: