-
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: pgjdbc failed #39406
Comments
Here is a blacklist we could use for 19.1
While looking at this I also realized that we weren't counting failures correctly. JUnit has a concept of tests that "error" in addition to ones that "fail." We were only counting the failed ones as failures. The correct count is 2421 failures out of 5786 total tests. So in my fix I'll make sure we count everything. |
SHA: https://github.com/cockroachdb/cockroach/commits/51a6fdedf0ce1d1329d40d801a7deaf8206b6b07 Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1428934&tab=buildLog
|
SHA: https://github.com/cockroachdb/cockroach/commits/1051f376924f18c5782887ed824ab5ede5027493 Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1429376&tab=buildLog
|
39375: exec: add null handling to default sorter r=rohany a=rohany Addresses part of #36880. Release note: None 39420: roachtest: fix pgjdbc tests r=rafiss a=rafiss The pgjdbc tests have two types of failures: one referred to as "failures" and the other one as "errors." We were only counting the former before. Now there are many more test failures that should be tracked in the blacklist. touches #39406 Release note: None 39430: workload/ycsb: implement read-modify-write r=jeffrey-xiao a=jeffrey-xiao Release note: None 39461: internal/sqlsmith: add vectorize option r=mjibson a=mjibson This option attempts to limits query generation such that vectorized execution will occur. Still a lot of work to do but this is a good start. Release note: None Co-authored-by: Rohan Yadav <[email protected]> Co-authored-by: Rafi Shamim <[email protected]> Co-authored-by: Jeffrey Xiao <[email protected]> Co-authored-by: Matt Jibson <[email protected]>
SHA: https://github.com/cockroachdb/cockroach/commits/51a6fdedf0ce1d1329d40d801a7deaf8206b6b07 Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1436116&tab=buildLog
|
SHA: https://github.com/cockroachdb/cockroach/commits/179f29b066c266d14cfeac33ce29b2d18ba86c63 Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1465495&tab=buildLog
|
Something went pretty wrong here - 2412 unexpected failures. @rafiss do you know what happened? |
Yes, this is the first time that this suite was run against a 2.1 cluster. I will update the blacklist for 2.1. |
SHA: https://github.com/cockroachdb/cockroach/commits/179f29b066c266d14cfeac33ce29b2d18ba86c63 Parameters: To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1468506&tab=buildLog
|
40335: coltypes: don't shallow copy decimals r=jordanlewis a=jordanlewis This commit fixes a correctness bug caused by illegal shallow copy of decimals. To copy a decimal, you must use the .Set method on it, and its memory must already be distinct from the source decimal. To facilitate this and generally simplify things, the "safe" GET method is removed and replaced by COPYVAL, which copies a scalar value to another scalar value safely. There were fewer than 5 users of GET, so this wasn't particularly disruptive. Closes #39777. Closes #39540. Release note: None 40481: roachtest: update pgjdbc blacklist for 2.1 r=rafiss a=rafiss The 2.1 blacklist was never filled in. closes #39406 Release note: None 40492: Docs: Add SHOW JOBS diagram r=lhirata a=lhirata Release note: none Co-authored-by: Rohan Yadav <[email protected]> Co-authored-by: Jordan Lewis <[email protected]> Co-authored-by: Rafi Shamim <[email protected]> Co-authored-by: Lauren <[email protected]>
SHA: https://github.com/cockroachdb/cockroach/commits/a850466dfc4f8eed9e7f758a61f60b120798410f
Parameters:
To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1426564&tab=buildLog
The text was updated successfully, but these errors were encountered: