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: hibernate failed #36971

Closed
cockroach-teamcity opened this issue Apr 20, 2019 · 2 comments · Fixed by #37002
Closed

roachtest: hibernate failed #36971

cockroach-teamcity opened this issue Apr 20, 2019 · 2 comments · Fixed by #37002
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/4b3a1216e3a387aad900e70fde65b97b0fa17a8c

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

Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1251417&tab=buildLog

The test failed on master:
	hibernate.go:314,hibernate.go:325,test.go:1237: 
		Tests run on Cockroach v19.1.0-beta.20190318-997-g4b3a121
		Tests run against Hibernate 5.4.2
		8587 Total Tests Run
		8273 tests passed
		314 tests failed
		9 tests passed unexpectedly
		0 tests failed unexpectedly
		0 tests expected failed, but not run
		For a full summary look at the hibernate artifacts 
		
		An updated blacklist (hibernateBlackList19_1) is available in the artifacts' hibernate log

@cockroach-teamcity cockroach-teamcity added this to the 19.1 milestone Apr 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 Apr 20, 2019
@cockroach-teamcity
Copy link
Member Author

SHA: https://github.com/cockroachdb/cockroach/commits/46f8608c4fe2d94b771beb37bcee19136040fd74

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

Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1253450&tab=buildLog

The test failed on master:
	hibernate.go:314,hibernate.go:325,test.go:1237: 
		Tests run on Cockroach v19.1.0-beta.20190318-1003-g46f8608
		Tests run against Hibernate 5.4.2
		8587 Total Tests Run
		8273 tests passed
		314 tests failed
		9 tests passed unexpectedly
		0 tests failed unexpectedly
		0 tests expected failed, but not run
		For a full summary look at the hibernate artifacts 
		
		An updated blacklist (hibernateBlackList19_1) is available in the artifacts' hibernate log

@cockroach-teamcity
Copy link
Member Author

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

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

Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=1255121&tab=buildLog

The test failed on master:
	hibernate.go:314,hibernate.go:325,test.go:1237: 
		Tests run on Cockroach v19.1.0-beta.20190318-1041-gec4728a
		Tests run against Hibernate 5.4.2
		8587 Total Tests Run
		8273 tests passed
		314 tests failed
		9 tests passed unexpectedly
		0 tests failed unexpectedly
		0 tests expected failed, but not run
		For a full summary look at the hibernate artifacts 
		
		An updated blacklist (hibernateBlackList19_1) is available in the artifacts' hibernate log

BramGruneir added a commit to BramGruneir/cockroach that referenced this issue Apr 23, 2019
With the updated unified types from cockroachdb#36598, a number of tests are now passing.
Each test has already been vetted.

Fixes cockroachdb#36971

Release note: None
craig bot pushed a commit that referenced this issue Apr 23, 2019
37002: roachtest: update hibernate blacklist v19.2 r=BramGruneir a=BramGruneir

With the updated unified types from #36598, a number of tests are now passing.
Each test has already been vetted.

Fixes #36971

Release note: None

Co-authored-by: Bram Gruneir <[email protected]>
@craig craig bot closed this as completed in #37002 Apr 23, 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.

2 participants