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: activerecord failed #79491

Closed
cockroach-teamcity opened this issue Apr 6, 2022 · 4 comments
Closed

roachtest: activerecord failed #79491

cockroach-teamcity opened this issue Apr 6, 2022 · 4 comments
Labels
C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Apr 6, 2022

roachtest.activerecord failed with artifacts on release-21.1 @ 70dd5ca03faed55a81e879b1b8a66eb12ab263e2:

The test failed on branch=release-21.1, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/activerecord/run_1
	orm_helpers.go:228,orm_helpers.go:154,activerecord.go:227,activerecord.go:239,test_runner.go:733: 
		Tests run on Cockroach v21.1.17-21-g70dd5ca03f
		Tests run against activerecord 6.1
		6646 Total Tests Run
		6645 tests passed
		1 test failed
		19 tests skipped
		6 tests ignored
		0 tests passed unexpectedly
		1 test failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: ConcurrentTransactionTest#test_transaction_isolation__read_committed (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList21_1) is available in the artifacts' activerecord log
Reproduce

To reproduce, try:

# From https://go.crdb.dev/p/roachstress, perhaps edited lightly.
caffeinate ./roachstress.sh activerecord

Same failure on other branches

/cc @cockroachdb/sql-experience

This test on roachdash | Improve this report!

Jira issue: CRDB-14887

@cockroach-teamcity cockroach-teamcity added branch-release-21.1 C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot. release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. labels Apr 6, 2022
@cockroach-teamcity cockroach-teamcity added this to the 21.1 milestone Apr 6, 2022
@blathers-crl blathers-crl bot added the T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions) label Apr 6, 2022
@rafiss rafiss removed the release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. label Apr 6, 2022
@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on release-21.1 @ c1cc2b0955b77dc242ab4f47435dc5118f71dfa5:

The test failed on branch=release-21.1, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/activerecord/run_1
	orm_helpers.go:228,orm_helpers.go:154,activerecord.go:227,activerecord.go:239,test_runner.go:733: 
		Tests run on Cockroach v21.1.17-28-gc1cc2b0955
		Tests run against activerecord 6.1
		6646 Total Tests Run
		6641 tests passed
		5 tests failed
		19 tests skipped
		6 tests ignored
		0 tests passed unexpectedly
		5 tests failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: TestNestedAttributesOnAHasAndBelongsToManyAssociation#test_should_take_an_array_and_assign_the_attributes_to_the_associated_models (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: TestNestedAttributesOnAHasAndBelongsToManyAssociation#test_should_not_load_association_when_updating_existing_records (unexpected)
		--- FAIL: TestNestedAttributesOnAHasAndBelongsToManyAssociation#test_should_take_a_hash_with_string_keys_and_assign_the_attributes_to_the_associated_models (unexpected)
		--- FAIL: TestNestedAttributesOnAHasAndBelongsToManyAssociation#test_should_work_with_update_as_well (unexpected)
		--- FAIL: TestNestedAttributesOnAHasAndBelongsToManyAssociation#test_should_also_work_with_a_HashWithIndifferentAccess (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList21_1) is available in the artifacts' activerecord log
Reproduce

To reproduce, try:

# From https://go.crdb.dev/p/roachstress, perhaps edited lightly.
caffeinate ./roachstress.sh activerecord

Same failure on other branches

/cc @cockroachdb/sql-experience

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on release-21.1 @ 0cb819a3ab2a5797970eb50570dfa71d885dc2ad:

The test failed on branch=release-21.1, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/activerecord/run_1
	orm_helpers.go:228,orm_helpers.go:154,activerecord.go:227,activerecord.go:239,test_runner.go:733: 
		Tests run on Cockroach v21.1.18-14-g0cb819a3ab
		Tests run against activerecord 6.1
		6646 Total Tests Run
		6645 tests passed
		1 test failed
		19 tests skipped
		6 tests ignored
		0 tests passed unexpectedly
		1 test failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: ConcurrentTransactionTest#test_transaction_isolation__read_committed (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList21_1) is available in the artifacts' activerecord log
Reproduce

To reproduce, try:

# From https://go.crdb.dev/p/roachstress, perhaps edited lightly.
caffeinate ./roachstress.sh activerecord

Same failure on other branches

/cc @cockroachdb/sql-experience

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

roachtest.activerecord failed with artifacts on release-21.1 @ bf2bef135b5be9c73ccc445f2d996781ee59e94f:

The test failed on branch=release-21.1, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/activerecord/run_1
	orm_helpers.go:228,orm_helpers.go:154,activerecord.go:227,activerecord.go:239,test_runner.go:733: 
		Tests run on Cockroach v21.1.18-38-gbf2bef135b
		Tests run against activerecord 6.1
		6646 Total Tests Run
		6645 tests passed
		1 test failed
		19 tests skipped
		6 tests ignored
		0 tests passed unexpectedly
		1 test failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: ConcurrentTransactionTest#test_transaction_isolation__read_committed (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList21_1) is available in the artifacts' activerecord log
Reproduce

To reproduce, try:

# From https://go.crdb.dev/p/roachstress, perhaps edited lightly.
caffeinate ./roachstress.sh activerecord

Same failure on other branches

/cc @cockroachdb/sql-experience

This test on roachdash | Improve this report!

@rail
Copy link
Member

rail commented May 25, 2022

Manually synced with Jira

@rafiss rafiss closed this as completed May 25, 2022
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. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Projects
None yet
Development

No branches or pull requests

4 participants