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 #39011

Closed
cockroach-teamcity opened this issue Jul 20, 2019 · 25 comments · Fixed by #40966
Closed

roachtest: psycopg failed #39011

cockroach-teamcity opened this issue Jul 20, 2019 · 25 comments · Fixed by #40966
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/22d48caaa7d39efdcef7b3c87a99fc421e1473af

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=1397412&tab=buildLog

The test failed on branch=master, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/20190720-1397412/psycopg/run_1
	psycopg.go:248,psycopg.go:260,test_runner.go:691: 
		Tests run on Cockroach v19.2.0-alpha.20190606-918-g22d48ca
		Tests run against Pyscopg 2_8_3
		673 Total Tests Run
		385 tests passed
		288 tests failed
		95 tests skipped
		1 test ignored
		0 tests passed unexpectedly
		0 tests failed unexpectedly
		1 test expected failed but skipped
		0 tests expected failed but not run
		For a full summary look at the psycopg artifacts. 
		
		An updated blacklist (psycopgBlackList19_2) is available in the logs

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

SHA: https://github.com/cockroachdb/cockroach/commits/7dab0dcfd37c389af357c302c073b9611b5ada25

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=1398203&tab=buildLog

The test failed on branch=master, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/20190721-1398203/psycopg/run_1
	psycopg.go:248,psycopg.go:260,test_runner.go:691: 
		Tests run on Cockroach v19.2.0-alpha.20190606-923-g7dab0dc
		Tests run against Pyscopg 2_8_3
		673 Total Tests Run
		385 tests passed
		288 tests failed
		95 tests skipped
		1 test ignored
		0 tests passed unexpectedly
		0 tests failed unexpectedly
		1 test expected failed but skipped
		0 tests expected failed but not run
		For a full summary look at the psycopg artifacts. 
		
		An updated blacklist (psycopgBlackList19_2) is available in the logs

@cockroach-teamcity
Copy link
Member Author

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

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=1399000&tab=buildLog

The test failed on branch=master, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/20190722-1399000/psycopg/run_1
	psycopg.go:248,psycopg.go:260,test_runner.go:691: 
		Tests run on Cockroach v19.2.0-alpha.20190606-925-g1ad0ecc
		Tests run against Pyscopg 2_8_3
		673 Total Tests Run
		385 tests passed
		288 tests failed
		95 tests skipped
		1 test ignored
		0 tests passed unexpectedly
		0 tests failed unexpectedly
		1 test expected failed but skipped
		0 tests expected failed but not run
		For a full summary look at the psycopg artifacts. 
		
		An updated blacklist (psycopgBlackList19_2) is available in the logs

@cockroach-teamcity
Copy link
Member Author

SHA: https://github.com/cockroachdb/cockroach/commits/7111a67b2ea3a19c2f312f8d214b8823f431cac0

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=1400942&tab=buildLog

The test failed on branch=master, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/20190723-1400942/psycopg/run_1
	psycopg.go:248,psycopg.go:260,test_runner.go:691: 
		Tests run on Cockroach v19.2.0-alpha.20190606-963-g7111a67
		Tests run against Pyscopg 2_8_3
		673 Total Tests Run
		385 tests passed
		288 tests failed
		95 tests skipped
		1 test ignored
		0 tests passed unexpectedly
		0 tests failed unexpectedly
		1 test expected failed but skipped
		0 tests expected failed but not run
		For a full summary look at the psycopg artifacts. 
		
		An updated blacklist (psycopgBlackList19_2) is available in the logs

@cockroach-teamcity
Copy link
Member Author

SHA: https://github.com/cockroachdb/cockroach/commits/26edea51118a0e16b61748c08068bfa6f76543ca

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=1404886&tab=buildLog

The test failed on branch=provisional_201907241708_v19.2.0-alpha.20190729, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/20190725-1404886/psycopg/run_1
	psycopg.go:248,psycopg.go:260,test_runner.go:691: 
		Tests run on Cockroach v19.2.0-alpha.20190606-997-g26edea5
		Tests run against Pyscopg 2_8_3
		673 Total Tests Run
		385 tests passed
		288 tests failed
		95 tests skipped
		1 test ignored
		0 tests passed unexpectedly
		0 tests failed unexpectedly
		1 test expected failed but skipped
		0 tests expected failed but not run
		For a full summary look at the psycopg artifacts. 
		
		An updated blacklist (psycopgBlackList19_2) is available in the logs

@cockroach-teamcity
Copy link
Member Author

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

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=1404856&tab=buildLog

The test failed on branch=master, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/20190725-1404856/psycopg/run_1
	psycopg.go:248,psycopg.go:260,test_runner.go:691: 
		Tests run on Cockroach v19.2.0-alpha.20190606-1007-gff04012
		Tests run against Pyscopg 2_8_3
		673 Total Tests Run
		385 tests passed
		288 tests failed
		95 tests skipped
		1 test ignored
		0 tests passed unexpectedly
		0 tests failed unexpectedly
		1 test expected failed but skipped
		0 tests expected failed but not run
		For a full summary look at the psycopg artifacts. 
		
		An updated blacklist (psycopgBlackList19_2) is available in the logs

@cockroach-teamcity
Copy link
Member Author

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

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=1409070&tab=buildLog

The test failed on branch=master, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/20190727-1409070/psycopg/run_1
	psycopg.go:248,psycopg.go:260,test_runner.go:691: 
		Tests run on Cockroach v19.2.0-alpha.20190606-1046-gcfdaadc
		Tests run against Pyscopg 2_8_3
		673 Total Tests Run
		385 tests passed
		288 tests failed
		95 tests skipped
		1 test ignored
		0 tests passed unexpectedly
		0 tests failed unexpectedly
		1 test expected failed but skipped
		0 tests expected failed but not run
		For a full summary look at the psycopg artifacts. 
		
		An updated blacklist (psycopgBlackList19_2) is available in the logs

@cockroach-teamcity
Copy link
Member Author

SHA: https://github.com/cockroachdb/cockroach/commits/65055d6c16bf9386d8c4f4f9cd23e0a848814dc9

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=1411157&tab=buildLog

The test failed on branch=master, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/20190730-1411157/psycopg/run_1
	psycopg.go:248,psycopg.go:260,test_runner.go:691: 
		Tests run on Cockroach v19.2.0-alpha.20190606-1089-g65055d6
		Tests run against Pyscopg 2_8_3
		673 Total Tests Run
		385 tests passed
		288 tests failed
		95 tests skipped
		1 test ignored
		0 tests passed unexpectedly
		0 tests failed unexpectedly
		1 test expected failed but skipped
		0 tests expected failed but not run
		For a full summary look at the psycopg artifacts. 
		
		An updated blacklist (psycopgBlackList19_2) is available in the logs

@cockroach-teamcity
Copy link
Member Author

SHA: https://github.com/cockroachdb/cockroach/commits/92fef12128c997233d985d1c19e11faac005073f

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=1413388&tab=buildLog

The test failed on branch=master, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/20190731-1413388/psycopg/run_1
	psycopg.go:248,psycopg.go:260,test_runner.go:691: 
		Tests run on Cockroach v19.2.0-alpha.20190606-1119-g92fef12
		Tests run against Pyscopg 2_8_3
		673 Total Tests Run
		385 tests passed
		288 tests failed
		95 tests skipped
		1 test ignored
		0 tests passed unexpectedly
		0 tests failed unexpectedly
		1 test expected failed but skipped
		0 tests expected failed but not run
		For a full summary look at the psycopg artifacts. 
		
		An updated blacklist (psycopgBlackList19_2) is available in the logs

@cockroach-teamcity
Copy link
Member Author

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

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=1415578&tab=buildLog

The test failed on branch=master, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/20190801-1415578/psycopg/run_1
	psycopg.go:248,psycopg.go:260,test_runner.go:691: 
		Tests run on Cockroach v19.2.0-alpha.20190606-1131-gda56c79
		Tests run against Pyscopg 2_8_3
		673 Total Tests Run
		385 tests passed
		288 tests failed
		95 tests skipped
		1 test ignored
		0 tests passed unexpectedly
		0 tests failed unexpectedly
		1 test expected failed but skipped
		0 tests expected failed but not run
		For a full summary look at the psycopg artifacts. 
		
		An updated blacklist (psycopgBlackList19_2) is available in the logs

@cockroach-teamcity
Copy link
Member Author

SHA: https://github.com/cockroachdb/cockroach/commits/175c5ada040fd0cbbf178636b1c551d5c2229ec4

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=1417597&tab=buildLog

The test failed on branch=master, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/20190802-1417597/psycopg/run_1
	psycopg.go:248,psycopg.go:260,test_runner.go:691: 
		Tests run on Cockroach v19.2.0-alpha.20190606-1161-g175c5ad
		Tests run against Pyscopg 2_8_3
		673 Total Tests Run
		385 tests passed
		288 tests failed
		95 tests skipped
		1 test ignored
		0 tests passed unexpectedly
		0 tests failed unexpectedly
		1 test expected failed but skipped
		0 tests expected failed but not run
		For a full summary look at the psycopg artifacts. 
		
		An updated blacklist (psycopgBlackList19_2) is available in the logs

@cockroach-teamcity
Copy link
Member Author

SHA: https://github.com/cockroachdb/cockroach/commits/3b9a95bd7eb2cfa6d544fe7217852a85ec3b76f4

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=1422703&tab=buildLog

The test failed on branch=master, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/20190805-1422703/psycopg/run_1
	psycopg.go:248,psycopg.go:260,test_runner.go:691: 
		Tests run on Cockroach v19.2.0-alpha.20190606-1213-g3b9a95b
		Tests run against Pyscopg 2_8_3
		673 Total Tests Run
		385 tests passed
		288 tests failed
		95 tests skipped
		1 test ignored
		0 tests passed unexpectedly
		0 tests failed unexpectedly
		1 test expected failed but skipped
		0 tests expected failed but not run
		For a full summary look at the psycopg artifacts. 
		
		An updated blacklist (psycopgBlackList19_2) is available in the logs

@cockroach-teamcity
Copy link
Member Author

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

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=1460982&tab=buildLog

The test failed on branch=provisional_201908291837_v19.2.0-beta.20190903, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/20190829-1460982/psycopg/run_1
	psycopg.go:248,psycopg.go:260,test_runner.go:673: 
		Tests run on Cockroach v19.2.0-alpha.20190606-1902-ge8faca6
		Tests run against Pyscopg 2_8_3
		673 Total Tests Run
		385 tests passed
		288 tests failed
		95 tests skipped
		1 test ignored
		0 tests passed unexpectedly
		0 tests failed unexpectedly
		1 test expected failed but skipped
		0 tests expected failed but not run
		For a full summary look at the psycopg artifacts. 
		
		An updated blacklist (psycopgBlackList19_2) is available in the logs

@cockroach-teamcity
Copy link
Member Author

SHA: https://github.com/cockroachdb/cockroach/commits/66bd279c9aa682c2b7adcec87ec0c639b8039a33

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=1461635&tab=buildLog

The test failed on branch=master, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/20190830-1461635/psycopg/run_1
	psycopg.go:248,psycopg.go:260,test_runner.go:673: 
		Tests run on Cockroach v19.2.0-alpha.20190606-1935-g66bd279
		Tests run against Pyscopg 2_8_3
		673 Total Tests Run
		385 tests passed
		288 tests failed
		95 tests skipped
		1 test ignored
		0 tests passed unexpectedly
		0 tests failed unexpectedly
		1 test expected failed but skipped
		0 tests expected failed but not run
		For a full summary look at the psycopg artifacts. 
		
		An updated blacklist (psycopgBlackList19_2) is available in the logs

@cockroach-teamcity
Copy link
Member Author

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

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=1462518&tab=buildLog

The test failed on branch=provisional_201908291837_v19.2.0-beta.20190903, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/20190830-1462518/psycopg/run_1
	psycopg.go:248,psycopg.go:260,test_runner.go:673: 
		Tests run on Cockroach v19.2.0-alpha.20190606-1902-ge8faca6
		Tests run against Pyscopg 2_8_3
		673 Total Tests Run
		385 tests passed
		288 tests failed
		95 tests skipped
		1 test ignored
		0 tests passed unexpectedly
		0 tests failed unexpectedly
		1 test expected failed but skipped
		0 tests expected failed but not run
		For a full summary look at the psycopg artifacts. 
		
		An updated blacklist (psycopgBlackList19_2) is available in the logs

@cockroach-teamcity
Copy link
Member Author

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

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=1463583&tab=buildLog

The test failed on branch=master, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/20190902-1463583/psycopg/run_1
	psycopg.go:248,psycopg.go:260,test_runner.go:673: 
		Tests run on Cockroach v19.2.0-alpha.20190606-1952-gd51fa78
		Tests run against Pyscopg 2_8_3
		673 Total Tests Run
		385 tests passed
		288 tests failed
		95 tests skipped
		1 test ignored
		0 tests passed unexpectedly
		0 tests failed unexpectedly
		1 test expected failed but skipped
		0 tests expected failed but not run
		For a full summary look at the psycopg artifacts. 
		
		An updated blacklist (psycopgBlackList19_2) is available in the logs

@cockroach-teamcity
Copy link
Member Author

SHA: https://github.com/cockroachdb/cockroach/commits/4784fe3c51545db5fb5d411937ec1db2ef2b9761

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=1472753&tab=buildLog

The test failed on branch=provisional_201909060000_v19.2.0-beta.20190910, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/20190906-1472753/psycopg/run_1
	psycopg.go:248,psycopg.go:260,test_runner.go:688: 
		Tests run on Cockroach v19.2.0-alpha.20190606-2082-g4784fe3
		Tests run against Pyscopg 2_8_3
		673 Total Tests Run
		385 tests passed
		288 tests failed
		95 tests skipped
		1 test ignored
		0 tests passed unexpectedly
		0 tests failed unexpectedly
		1 test expected failed but skipped
		0 tests expected failed but not run
		For a full summary look at the psycopg artifacts. 
		
		An updated blacklist (psycopgBlackList19_2) is available in the logs

@cockroach-teamcity
Copy link
Member Author

SHA: https://github.com/cockroachdb/cockroach/commits/47bb2a58c87fc1259291ec9dde78de3e54bd8a3d

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=1475396&tab=buildLog

The test failed on branch=master, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/20190909-1475396/psycopg/run_1
	psycopg.go:248,psycopg.go:260,test_runner.go:688: 
		Tests run on Cockroach v19.2.0-alpha.20190606-2139-g47bb2a5
		Tests run against Pyscopg 2_8_3
		673 Total Tests Run
		385 tests passed
		288 tests failed
		95 tests skipped
		1 test ignored
		0 tests passed unexpectedly
		0 tests failed unexpectedly
		1 test expected failed but skipped
		0 tests expected failed but not run
		For a full summary look at the psycopg artifacts. 
		
		An updated blacklist (psycopgBlackList19_2) is available in the logs

@cockroach-teamcity
Copy link
Member Author

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

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=1478770&tab=buildLog

The test failed on branch=master, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/20190911-1478770/psycopg/run_1
	psycopg.go:248,psycopg.go:260,test_runner.go:688: 
		Tests run on Cockroach v19.2.0-alpha.20190606-2197-gbdf41f7
		Tests run against Pyscopg 2_8_3
		673 Total Tests Run
		385 tests passed
		288 tests failed
		95 tests skipped
		1 test ignored
		0 tests passed unexpectedly
		0 tests failed unexpectedly
		1 test expected failed but skipped
		0 tests expected failed but not run
		For a full summary look at the psycopg artifacts. 
		
		An updated blacklist (psycopgBlackList19_2) is available in the logs

@cockroach-teamcity
Copy link
Member Author

SHA: https://github.com/cockroachdb/cockroach/commits/404cbf9085a55c9d05455ac3dd2ada1719833150

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=1484632&tab=buildLog

The test failed on branch=provisional_201909101743_v19.2.0-beta.20190913, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/20190912-1484632/psycopg/run_1
	psycopg.go:248,psycopg.go:260,test_runner.go:688: 
		Tests run on Cockroach v19.2.0-alpha.20190606-2185-g404cbf9
		Tests run against Pyscopg 2_8_3
		673 Total Tests Run
		385 tests passed
		288 tests failed
		95 tests skipped
		1 test ignored
		0 tests passed unexpectedly
		0 tests failed unexpectedly
		1 test expected failed but skipped
		0 tests expected failed but not run
		For a full summary look at the psycopg artifacts. 
		
		An updated blacklist (psycopgBlackList19_2) is available in the logs

@cockroach-teamcity
Copy link
Member Author

SHA: https://github.com/cockroachdb/cockroach/commits/62b1678f652461bbc1aaf6bc2c0dd03105ce0ebe

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=1488785&tab=buildLog

The test failed on branch=40765, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/20190914-1488785/psycopg/run_1
	psycopg.go:248,psycopg.go:260,test_runner.go:688: 
		Tests run on Cockroach v19.2.0-alpha.20190606-2261-g62b1678
		Tests run against Pyscopg 2_8_3
		673 Total Tests Run
		385 tests passed
		288 tests failed
		95 tests skipped
		1 test ignored
		0 tests passed unexpectedly
		0 tests failed unexpectedly
		1 test expected failed but skipped
		0 tests expected failed but not run
		For a full summary look at the psycopg artifacts. 
		
		An updated blacklist (psycopgBlackList19_2) is available in the logs

@cockroach-teamcity
Copy link
Member Author

SHA: https://github.com/cockroachdb/cockroach/commits/62b1678f652461bbc1aaf6bc2c0dd03105ce0ebe

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=1489712&tab=buildLog

The test failed on branch=40765, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/20190915-1489712/psycopg/run_1
	psycopg.go:248,psycopg.go:260,test_runner.go:688: 
		Tests run on Cockroach v19.2.0-alpha.20190606-2261-g62b1678
		Tests run against Pyscopg 2_8_3
		673 Total Tests Run
		385 tests passed
		288 tests failed
		95 tests skipped
		1 test ignored
		0 tests passed unexpectedly
		0 tests failed unexpectedly
		1 test expected failed but skipped
		0 tests expected failed but not run
		For a full summary look at the psycopg artifacts. 
		
		An updated blacklist (psycopgBlackList19_2) is available in the logs

@cockroach-teamcity
Copy link
Member Author

SHA: https://github.com/cockroachdb/cockroach/commits/7c8323ad186dc4c4aef43882a08c5a75c0648695

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=1496043&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/20190918-1496043/psycopg/run_1
	psycopg.go:248,psycopg.go:260,test_runner.go:689: 
		Tests run on Cockroach v19.2.0-alpha.20190606-2334-g93c030e
		Tests run against Pyscopg 2_8_3
		673 Total Tests Run
		385 tests passed
		288 tests failed
		95 tests skipped
		1 test ignored
		0 tests passed unexpectedly
		0 tests failed unexpectedly
		1 test expected failed but skipped
		0 tests expected failed but not run
		For a full summary look at the psycopg artifacts. 
		
		An updated blacklist (psycopgBlackList19_2) is available in the logs

@cockroach-teamcity
Copy link
Member Author

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

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=1496387&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/20190919-1496387/psycopg/run_1
	psycopg.go:248,psycopg.go:260,test_runner.go:689: 
		Tests run on Cockroach v19.2.0-alpha.20190606-2344-gc6342c9
		Tests run against Pyscopg 2_8_3
		673 Total Tests Run
		385 tests passed
		288 tests failed
		95 tests skipped
		1 test ignored
		0 tests passed unexpectedly
		0 tests failed unexpectedly
		1 test expected failed but skipped
		0 tests expected failed but not run
		For a full summary look at the psycopg artifacts. 
		
		An updated blacklist (psycopgBlackList19_2) is available in the logs

@cockroach-teamcity
Copy link
Member Author

SHA: https://github.com/cockroachdb/cockroach/commits/073999b81ddfed3bbc8409d534912fea12b6d500

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=1498740&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/20190920-1498740/psycopg/run_1
	psycopg.go:248,psycopg.go:260,test_runner.go:689: 
		Tests run on Cockroach v19.2.0-alpha.20190606-2376-g073999b
		Tests run against Pyscopg 2_8_3
		673 Total Tests Run
		385 tests passed
		288 tests failed
		95 tests skipped
		1 test ignored
		0 tests passed unexpectedly
		0 tests failed unexpectedly
		1 test expected failed but skipped
		0 tests expected failed but not run
		For a full summary look at the psycopg artifacts. 
		
		An updated blacklist (psycopgBlackList19_2) is available in the logs

@cockroach-teamcity
Copy link
Member Author

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

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=1500206&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/20190921-1500206/psycopg/run_1
	psycopg.go:248,psycopg.go:260,test_runner.go:689: 
		Tests run on Cockroach v19.2.0-alpha.20190606-2398-ga92c7d0
		Tests run against Pyscopg 2_8_3
		673 Total Tests Run
		385 tests passed
		288 tests failed
		95 tests skipped
		1 test ignored
		0 tests passed unexpectedly
		0 tests failed unexpectedly
		1 test expected failed but skipped
		0 tests expected failed but not run
		For a full summary look at the psycopg artifacts. 
		
		An updated blacklist (psycopgBlackList19_2) is available in the logs

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