Skip to content
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: psycopg failed #42819

Closed
cockroach-teamcity opened this issue Nov 27, 2019 · 7 comments · Fixed by #43075
Closed

roachtest: psycopg failed #42819

cockroach-teamcity opened this issue Nov 27, 2019 · 7 comments · Fixed by #43075
Assignees
Labels
C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot.
Milestone

Comments

@cockroach-teamcity
Copy link
Member

SHA: https://github.com/cockroachdb/cockroach/commits/f97dc13163020a032b098ef3eb88e4d9f54a04ba

Parameters:

To repro, try:

# Don't forget to check out a clean suitable branch and experiment with the
# stress invocation until the desired results present themselves. For example,
# using stress instead of stressrace and passing the '-p' stressflag which
# controls concurrency.
./scripts/gceworker.sh start && ./scripts/gceworker.sh mosh
cd ~/go/src/github.com/cockroachdb/cockroach && \
stdbuf -oL -eL \
make stressrace TESTS=psycopg PKG=roachtest TESTTIMEOUT=5m STRESSFLAGS='-maxtime 20m -timeout 10m' 2>&1 | tee /tmp/stress.log

Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1613952&tab=artifacts#/psycopg

The test failed on branch=master, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/20191127-1613952/psycopg/run_1
	orm_helpers.go:181,orm_helpers.go:111,psycopg.go:121,psycopg.go:133,test_runner.go:697: 
		Tests run on Cockroach v20.1.0-alpha.20191118-380-gf97dc13
		Tests run against psycopg 2_8_4
		672 Total Tests Run
		388 tests passed
		284 tests failed
		96 tests skipped
		2 tests ignored
		1 test passed unexpectedly
		0 tests failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- PASS: tests.test_types_basic.TypesBasicTests.testEmptyArray - https://github.com/cockroachdb/cockroach/issues/23299 (unexpected)
		For a full summary look at the psycopg artifacts 
		
		An updated blacklist (psycopgBlackList20_1) is available in the artifacts' psycopg log

@cockroach-teamcity cockroach-teamcity added C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot. labels Nov 27, 2019
@cockroach-teamcity cockroach-teamcity added this to the 20.1 milestone Nov 27, 2019
@cockroach-teamcity
Copy link
Member Author

SHA: https://github.com/cockroachdb/cockroach/commits/581a2bff2f50d5626f68bc1d51af0cf05b455dfc

Parameters:

To repro, try:

# Don't forget to check out a clean suitable branch and experiment with the
# stress invocation until the desired results present themselves. For example,
# using stress instead of stressrace and passing the '-p' stressflag which
# controls concurrency.
./scripts/gceworker.sh start && ./scripts/gceworker.sh mosh
cd ~/go/src/github.com/cockroachdb/cockroach && \
stdbuf -oL -eL \
make stressrace TESTS=psycopg PKG=roachtest TESTTIMEOUT=5m STRESSFLAGS='-maxtime 20m -timeout 10m' 2>&1 | tee /tmp/stress.log

Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1618924&tab=artifacts#/psycopg

The test failed on branch=master, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/20191130-1618924/psycopg/run_1
	orm_helpers.go:181,orm_helpers.go:111,psycopg.go:121,psycopg.go:133,test_runner.go:697: 
		Tests run on Cockroach v20.1.0-alpha.20191118-403-g581a2bf
		Tests run against psycopg 2_8_4
		672 Total Tests Run
		388 tests passed
		284 tests failed
		96 tests skipped
		2 tests ignored
		1 test passed unexpectedly
		0 tests failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- PASS: tests.test_types_basic.TypesBasicTests.testEmptyArray - https://github.com/cockroachdb/cockroach/issues/23299 (unexpected)
		For a full summary look at the psycopg artifacts 
		
		An updated blacklist (psycopgBlackList20_1) is available in the artifacts' psycopg log

@cockroach-teamcity
Copy link
Member Author

SHA: https://github.com/cockroachdb/cockroach/commits/6c13f01ef0d999095a16345b21fc455648796e0c

Parameters:

To repro, try:

# Don't forget to check out a clean suitable branch and experiment with the
# stress invocation until the desired results present themselves. For example,
# using stress instead of stressrace and passing the '-p' stressflag which
# controls concurrency.
./scripts/gceworker.sh start && ./scripts/gceworker.sh mosh
cd ~/go/src/github.com/cockroachdb/cockroach && \
stdbuf -oL -eL \
make stressrace TESTS=psycopg PKG=roachtest TESTTIMEOUT=5m STRESSFLAGS='-maxtime 20m -timeout 10m' 2>&1 | tee /tmp/stress.log

Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1619815&tab=artifacts#/psycopg

The test failed on branch=master, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/20191202-1619815/psycopg/run_1
	orm_helpers.go:181,orm_helpers.go:111,psycopg.go:121,psycopg.go:133,test_runner.go:697: 
		Tests run on Cockroach v20.1.0-alpha.20191118-407-g6c13f01
		Tests run against psycopg 2_8_4
		672 Total Tests Run
		388 tests passed
		284 tests failed
		96 tests skipped
		2 tests ignored
		1 test passed unexpectedly
		0 tests failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- PASS: tests.test_types_basic.TypesBasicTests.testEmptyArray - https://github.com/cockroachdb/cockroach/issues/23299 (unexpected)
		For a full summary look at the psycopg artifacts 
		
		An updated blacklist (psycopgBlackList20_1) is available in the artifacts' psycopg log

@cockroach-teamcity
Copy link
Member Author

SHA: https://github.com/cockroachdb/cockroach/commits/d3574ad671bd3631e780510235485681720c2b8f

Parameters:

To repro, try:

# Don't forget to check out a clean suitable branch and experiment with the
# stress invocation until the desired results present themselves. For example,
# using stress instead of stressrace and passing the '-p' stressflag which
# controls concurrency.
./scripts/gceworker.sh start && ./scripts/gceworker.sh mosh
cd ~/go/src/github.com/cockroachdb/cockroach && \
stdbuf -oL -eL \
make stressrace TESTS=psycopg PKG=roachtest TESTTIMEOUT=5m STRESSFLAGS='-maxtime 20m -timeout 10m' 2>&1 | tee /tmp/stress.log

Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1622074&tab=artifacts#/psycopg

The test failed on branch=master, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/20191203-1622074/psycopg/run_1
	orm_helpers.go:181,orm_helpers.go:111,psycopg.go:121,psycopg.go:133,test_runner.go:697: 
		Tests run on Cockroach v20.1.0-alpha.20191118-443-gd3574ad
		Tests run against psycopg 2_8_4
		672 Total Tests Run
		388 tests passed
		284 tests failed
		96 tests skipped
		2 tests ignored
		1 test passed unexpectedly
		0 tests failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- PASS: tests.test_types_basic.TypesBasicTests.testEmptyArray - https://github.com/cockroachdb/cockroach/issues/23299 (unexpected)
		For a full summary look at the psycopg artifacts 
		
		An updated blacklist (psycopgBlackList20_1) is available in the artifacts' psycopg log

@cockroach-teamcity
Copy link
Member Author

SHA: https://github.com/cockroachdb/cockroach/commits/1da69d917105a0280aad10e86a7ee8eb2059cc92

Parameters:

To repro, try:

# Don't forget to check out a clean suitable branch and experiment with the
# stress invocation until the desired results present themselves. For example,
# using stress instead of stressrace and passing the '-p' stressflag which
# controls concurrency.
./scripts/gceworker.sh start && ./scripts/gceworker.sh mosh
cd ~/go/src/github.com/cockroachdb/cockroach && \
stdbuf -oL -eL \
make stressrace TESTS=psycopg PKG=roachtest TESTTIMEOUT=5m STRESSFLAGS='-maxtime 20m -timeout 10m' 2>&1 | tee /tmp/stress.log

Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1623285&tab=artifacts#/psycopg

The test failed on branch=provisional_201912031738_v20.1.0-alpha20191209, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/20191203-1623285/psycopg/run_1
	orm_helpers.go:181,orm_helpers.go:111,psycopg.go:121,psycopg.go:133,test_runner.go:697: 
		Tests run on Cockroach v20.1.0-alpha.20191118-445-g1da69d9
		Tests run against psycopg 2_8_4
		672 Total Tests Run
		388 tests passed
		284 tests failed
		96 tests skipped
		2 tests ignored
		1 test passed unexpectedly
		0 tests failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- PASS: tests.test_types_basic.TypesBasicTests.testEmptyArray - https://github.com/cockroachdb/cockroach/issues/23299 (unexpected)
		For a full summary look at the psycopg artifacts 
		
		An updated blacklist (psycopgBlackList20_1) is available in the artifacts' psycopg log

@cockroach-teamcity
Copy link
Member Author

SHA: https://github.com/cockroachdb/cockroach/commits/ed717cbaf741e3a32c76db25b16a59dc2a8221d7

Parameters:

To repro, try:

# Don't forget to check out a clean suitable branch and experiment with the
# stress invocation until the desired results present themselves. For example,
# using stress instead of stressrace and passing the '-p' stressflag which
# controls concurrency.
./scripts/gceworker.sh start && ./scripts/gceworker.sh mosh
cd ~/go/src/github.com/cockroachdb/cockroach && \
stdbuf -oL -eL \
make stressrace TESTS=psycopg PKG=roachtest TESTTIMEOUT=5m STRESSFLAGS='-maxtime 20m -timeout 10m' 2>&1 | tee /tmp/stress.log

Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1624103&tab=artifacts#/psycopg

The test failed on branch=master, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/20191204-1624103/psycopg/run_1
	orm_helpers.go:181,orm_helpers.go:111,psycopg.go:121,psycopg.go:133,test_runner.go:697: 
		Tests run on Cockroach v20.1.0-alpha.20191118-466-ged717cb
		Tests run against psycopg 2_8_4
		672 Total Tests Run
		388 tests passed
		284 tests failed
		96 tests skipped
		2 tests ignored
		1 test passed unexpectedly
		0 tests failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- PASS: tests.test_types_basic.TypesBasicTests.testEmptyArray - https://github.com/cockroachdb/cockroach/issues/23299 (unexpected)
		For a full summary look at the psycopg artifacts 
		
		An updated blacklist (psycopgBlackList20_1) is available in the artifacts' psycopg log

@cockroach-teamcity
Copy link
Member Author

SHA: https://github.com/cockroachdb/cockroach/commits/28f216e1bd53da872a759a98779144c7f70f33a3

Parameters:

To repro, try:

# Don't forget to check out a clean suitable branch and experiment with the
# stress invocation until the desired results present themselves. For example,
# using stress instead of stressrace and passing the '-p' stressflag which
# controls concurrency.
./scripts/gceworker.sh start && ./scripts/gceworker.sh mosh
cd ~/go/src/github.com/cockroachdb/cockroach && \
stdbuf -oL -eL \
make stressrace TESTS=psycopg PKG=roachtest TESTTIMEOUT=5m STRESSFLAGS='-maxtime 20m -timeout 10m' 2>&1 | tee /tmp/stress.log

Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1629573&tab=artifacts#/psycopg

The test failed on branch=master, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/20191206-1629573/psycopg/run_1
	orm_helpers.go:181,orm_helpers.go:111,psycopg.go:121,psycopg.go:133,test_runner.go:697: 
		Tests run on Cockroach v20.1.0-alpha.20191118-555-g28f216e
		Tests run against psycopg 2_8_4
		672 Total Tests Run
		388 tests passed
		284 tests failed
		96 tests skipped
		2 tests ignored
		1 test passed unexpectedly
		0 tests failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- PASS: tests.test_types_basic.TypesBasicTests.testEmptyArray - https://github.com/cockroachdb/cockroach/issues/23299 (unexpected)
		For a full summary look at the psycopg artifacts 
		
		An updated blacklist (psycopgBlackList20_1) is available in the artifacts' psycopg log

@cockroach-teamcity
Copy link
Member Author

SHA: https://github.com/cockroachdb/cockroach/commits/9d697080f227324220c09d1b63da7bbf969133ac

Parameters:

To repro, try:

# Don't forget to check out a clean suitable branch and experiment with the
# stress invocation until the desired results present themselves. For example,
# using stress instead of stressrace and passing the '-p' stressflag which
# controls concurrency.
./scripts/gceworker.sh start && ./scripts/gceworker.sh mosh
cd ~/go/src/github.com/cockroachdb/cockroach && \
stdbuf -oL -eL \
make stressrace TESTS=psycopg PKG=roachtest TESTTIMEOUT=5m STRESSFLAGS='-maxtime 20m -timeout 10m' 2>&1 | tee /tmp/stress.log

Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1633532&tab=artifacts#/psycopg

The test failed on branch=master, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/20191209-1633532/psycopg/run_1
	orm_helpers.go:181,orm_helpers.go:111,psycopg.go:121,psycopg.go:133,test_runner.go:697: 
		Tests run on Cockroach v20.1.0-alpha.20191118-571-g9d69708
		Tests run against psycopg 2_8_4
		672 Total Tests Run
		388 tests passed
		284 tests failed
		96 tests skipped
		2 tests ignored
		1 test passed unexpectedly
		0 tests failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- PASS: tests.test_types_basic.TypesBasicTests.testEmptyArray - https://github.com/cockroachdb/cockroach/issues/23299 (unexpected)
		For a full summary look at the psycopg artifacts 
		
		An updated blacklist (psycopgBlackList20_1) is available in the artifacts' psycopg log

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.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants