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: pgjdbc failed #41366

Closed
cockroach-teamcity opened this issue Oct 6, 2019 · 2 comments · Fixed by #41389
Closed

roachtest: pgjdbc failed #41366

cockroach-teamcity opened this issue Oct 6, 2019 · 2 comments · Fixed by #41389
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/1c99165c39c3714f1ce9986bff75ce517f977630

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=pgjdbc PKG=roachtest TESTTIMEOUT=5m STRESSFLAGS='-maxtime 20m -timeout 10m' 2>&1 | tee /tmp/stress.log

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

The test failed on branch=provisional_201910051220_v19.2.0-beta.20191014, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/20191006-1523814/pgjdbc/run_1
	pgjdbc.go:306,pgjdbc.go:317,test_runner.go:689: 
		Tests run on Cockroach v19.2.0-beta.20190930-99-g1c99165
		Tests run against pgjdbc REL42.2.8
		5783 Total Tests Run
		4379 tests passed
		1404 tests failed
		2 tests passed unexpectedly
		0 tests failed unexpectedly
		0 tests expected failed, but not run
		For a full summary look at the pgjdbc artifacts 
		
		An updated blacklist (pgjdbcBlackList19_2) is available in the artifacts' pgjdbc log

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

SHA: https://github.com/cockroachdb/cockroach/commits/8d3bdd75d0080cdb089b65d55f4e5fcf4a3ea905

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=pgjdbc PKG=roachtest TESTTIMEOUT=5m STRESSFLAGS='-maxtime 20m -timeout 10m' 2>&1 | tee /tmp/stress.log

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

The test failed on branch=master, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/20191007-1524120/pgjdbc/run_1
	pgjdbc.go:306,pgjdbc.go:317,test_runner.go:689: 
		Tests run on Cockroach v19.2.0-beta.20190930-105-g0a352e4
		Tests run against pgjdbc REL42.2.8
		5783 Total Tests Run
		4379 tests passed
		1404 tests failed
		2 tests passed unexpectedly
		0 tests failed unexpectedly
		0 tests expected failed, but not run
		For a full summary look at the pgjdbc artifacts 
		
		An updated blacklist (pgjdbcBlackList19_2) is available in the artifacts' pgjdbc log

@rafiss rafiss assigned rafiss and unassigned andreimatei Oct 7, 2019
craig bot pushed a commit that referenced this issue Oct 8, 2019
41031: roachprod: Add support for Microsoft Azure cloud r=bobvawter a=bobvawter

This commit adds support for geodistributed roachprod clusters running on Azure
VMs. Refer to the azure/doc.go package comments for additional information
about how the deployment operates.

Release note: None

41389: roachtest: update pgjdbc blacklist with new expected pass r=rafiss a=rafiss

Tests that used to fail now pass, so we need to update the blacklist.

closes #41366

Release justification: test only change

Release note: None

Co-authored-by: Bob Vawter <bob@cockroachlabs.com>
Co-authored-by: Rafi Shamim <rafi@cockroachlabs.com>
@cockroach-teamcity
Copy link
Member Author

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

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=pgjdbc PKG=roachtest TESTTIMEOUT=5m STRESSFLAGS='-maxtime 20m -timeout 10m' 2>&1 | tee /tmp/stress.log

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

The test failed on branch=master, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/20191010-1531418/pgjdbc/run_1
	orm_helpers.go:108,java_helpers.go:179,pgjdbc.go:162,pgjdbc.go:172,test_runner.go:689: 
		Tests run on Cockroach v19.2.0-beta.20190930-225-gd3f12c6
		Tests run against pgjdbc REL42.2.8
		5783 Total Tests Run
		4379 tests passed
		1404 tests failed
		0 tests skipped
		0 tests ignored
		2 tests passed unexpectedly
		0 tests failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		For a full summary look at the pgjdbc artifacts 
		
		An updated blacklist (pgjdbcBlackList19_2) is available in the artifacts' pgjdbc log

craig bot pushed a commit that referenced this issue Oct 10, 2019
41389: roachtest: update pgjdbc blacklist with new expected pass r=rafiss a=rafiss

Tests that used to fail now pass, so we need to update the blacklist.

closes #41366

Release justification: test only change

Release note: None

Co-authored-by: Rafi Shamim <rafi@cockroachlabs.com>
@craig craig bot closed this as completed in 967c8c8 Oct 10, 2019
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.

3 participants