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

Closed
cockroach-teamcity opened this issue Aug 10, 2021 · 32 comments
Closed

roachtest: activerecord failed #68635

cockroach-teamcity opened this issue Aug 10, 2021 · 32 comments
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

(roachtest).activerecord failed on release-20.2@7fbeb25bdbcbf8bba4553871897076f98954801a:

The test failed on branch=release-20.2, 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:755: 
		Tests run on Cockroach v20.2.13-75-g7fbeb25bdb
		Tests run against activerecord 6.1
		6631 Total Tests Run
		6630 tests passed
		1 test failed
		19 tests skipped
		3 tests ignored
		0 tests passed unexpectedly
		1 test failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: UnloggedTablesTest#test_gracefully_handles_temporary_tables (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList20_2) is available in the artifacts' activerecord log

More

Artifacts: /activerecord
Related:

See this test on roachdash
powered by pkg/cmd/internal/issues

@cockroach-teamcity cockroach-teamcity added branch-release-20.2 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 Aug 10, 2021
@cockroach-teamcity cockroach-teamcity added this to the 20.2 milestone Aug 10, 2021
@cockroach-teamcity
Copy link
Member Author

(roachtest).activerecord failed on release-20.2@a05c2932be93be07e4f57932921124935b1099d0:

The test failed on branch=release-20.2, 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:755: 
		Tests run on Cockroach v20.2.13-77-ga05c2932be
		Tests run against activerecord 6.1
		6631 Total Tests Run
		6630 tests passed
		1 test failed
		19 tests skipped
		3 tests ignored
		0 tests passed unexpectedly
		1 test failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: UnloggedTablesTest#test_gracefully_handles_temporary_tables (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList20_2) is available in the artifacts' activerecord log

More

Artifacts: /activerecord
Related:

See this test on roachdash
powered by pkg/cmd/internal/issues

@cockroach-teamcity
Copy link
Member Author

(roachtest).activerecord failed on release-20.2@2fab4b6e3ae3c3af7b6fad305d916606724f447c:

The test failed on branch=release-20.2, 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:755: 
		Tests run on Cockroach v20.2.13-79-g2fab4b6e3a
		Tests run against activerecord 6.1
		6631 Total Tests Run
		6630 tests passed
		1 test failed
		19 tests skipped
		3 tests ignored
		0 tests passed unexpectedly
		1 test failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: UnloggedTablesTest#test_gracefully_handles_temporary_tables (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList20_2) is available in the artifacts' activerecord log

More

Artifacts: /activerecord
Related:

See this test on roachdash
powered by pkg/cmd/internal/issues

@cockroach-teamcity
Copy link
Member Author

(roachtest).activerecord failed on release-20.2@549fa66657e51b5a24ce3f17e6e3fa90a9eec4ba:

The test failed on branch=release-20.2, 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:755: 
		Tests run on Cockroach v20.2.14-10-g549fa66657
		Tests run against activerecord 6.1
		6631 Total Tests Run
		6630 tests passed
		1 test failed
		19 tests skipped
		3 tests ignored
		0 tests passed unexpectedly
		1 test failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: UnloggedTablesTest#test_gracefully_handles_temporary_tables (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList20_2) is available in the artifacts' activerecord log

More

Artifacts: /activerecord
Related:

See this test on roachdash
powered by pkg/cmd/internal/issues

@rafiss rafiss removed the release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. label Aug 19, 2021
@rafiss
Copy link
Collaborator

rafiss commented Aug 19, 2021

This is expected due to cockroachdb/activerecord-cockroachdb-adapter@78ee332

We should mark this test as expected to fail on v20.2

@cockroach-teamcity
Copy link
Member Author

(roachtest).activerecord failed on release-20.2@2ab8852bf319790bbad22bbaea260877baf98a09:

The test failed on branch=release-20.2, 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:755: 
		Tests run on Cockroach v20.2.14-12-g2ab8852bf3
		Tests run against activerecord 6.1
		6631 Total Tests Run
		6630 tests passed
		1 test failed
		19 tests skipped
		3 tests ignored
		0 tests passed unexpectedly
		1 test failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: UnloggedTablesTest#test_gracefully_handles_temporary_tables (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList20_2) is available in the artifacts' activerecord log

More

Artifacts: /activerecord
Related:

See this test on roachdash
powered by pkg/cmd/internal/issues

@cockroach-teamcity
Copy link
Member Author

(roachtest).activerecord failed on release-20.2@15f754cb05527d4c4593eb57ff3e4208ce263702:

The test failed on branch=release-20.2, 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:755: 
		Tests run on Cockroach v20.2.14-14-g15f754cb05
		Tests run against activerecord 6.1
		6631 Total Tests Run
		6630 tests passed
		1 test failed
		19 tests skipped
		3 tests ignored
		0 tests passed unexpectedly
		1 test failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: UnloggedTablesTest#test_gracefully_handles_temporary_tables (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList20_2) is available in the artifacts' activerecord log

More

Artifacts: /activerecord
Related:

See this test on roachdash
powered by pkg/cmd/internal/issues

@cockroach-teamcity
Copy link
Member Author

(roachtest).activerecord failed on release-20.2@66ec345ce7e10d1217d9d7c9ad3cbaa2441a3697:

The test failed on branch=release-20.2, 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:755: 
		Tests run on Cockroach v20.2.15-6-g66ec345ce7
		Tests run against activerecord 6.1
		6631 Total Tests Run
		6630 tests passed
		1 test failed
		19 tests skipped
		3 tests ignored
		0 tests passed unexpectedly
		1 test failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: UnloggedTablesTest#test_gracefully_handles_temporary_tables (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList20_2) is available in the artifacts' activerecord log

More

Artifacts: /activerecord
Related:

See this test on roachdash
powered by pkg/cmd/internal/issues

@cockroach-teamcity
Copy link
Member Author

(roachtest).activerecord failed on release-20.2@30dd47320b038339a4b47d4bc0f97b9ea7fe6d38:

The test failed on branch=release-20.2, 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:755: 
		Tests run on Cockroach v20.2.15-12-g30dd47320b
		Tests run against activerecord 6.1
		6631 Total Tests Run
		6630 tests passed
		1 test failed
		19 tests skipped
		3 tests ignored
		0 tests passed unexpectedly
		1 test failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: UnloggedTablesTest#test_gracefully_handles_temporary_tables (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList20_2) is available in the artifacts' activerecord log

More

Artifacts: /activerecord
Related:

See this test on roachdash
powered by pkg/cmd/internal/issues

@cockroach-teamcity
Copy link
Member Author

(roachtest).activerecord failed on release-20.2@7ea7873fe4534875796a158084018d725ce3ef2a:

The test failed on branch=release-20.2, 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:755: 
		Tests run on Cockroach v20.2.15-14-g7ea7873fe4
		Tests run against activerecord 6.1
		6631 Total Tests Run
		6630 tests passed
		1 test failed
		19 tests skipped
		3 tests ignored
		0 tests passed unexpectedly
		1 test failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: UnloggedTablesTest#test_gracefully_handles_temporary_tables (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList20_2) is available in the artifacts' activerecord log

More

Artifacts: /activerecord
Related:

See this test on roachdash
powered by pkg/cmd/internal/issues

@cockroach-teamcity
Copy link
Member Author

(roachtest).activerecord failed on release-20.2@9fef5ddb1a60663a985cb574ba8fa4e7cd2c82b9:

The test failed on branch=release-20.2, 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:755: 
		Tests run on Cockroach v20.2.15-16-g9fef5ddb1a
		Tests run against activerecord 6.1
		6631 Total Tests Run
		6630 tests passed
		1 test failed
		19 tests skipped
		3 tests ignored
		0 tests passed unexpectedly
		1 test failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: UnloggedTablesTest#test_gracefully_handles_temporary_tables (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList20_2) is available in the artifacts' activerecord log

More

Artifacts: /activerecord
Related:

See this test on roachdash
powered by pkg/cmd/internal/issues

@cockroach-teamcity
Copy link
Member Author

(roachtest).activerecord failed on release-20.2@a16ddf245cf27844103f4e37824d0c3aab048988:

The test failed on branch=release-20.2, 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:755: 
		Tests run on Cockroach v20.2.15-22-ga16ddf245c
		Tests run against activerecord 6.1
		6631 Total Tests Run
		6630 tests passed
		1 test failed
		19 tests skipped
		3 tests ignored
		0 tests passed unexpectedly
		1 test failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: UnloggedTablesTest#test_gracefully_handles_temporary_tables (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList20_2) is available in the artifacts' activerecord log

More

Artifacts: /activerecord
Related:

See this test on roachdash
powered by pkg/cmd/internal/issues

@cockroach-teamcity
Copy link
Member Author

(roachtest).activerecord failed on release-20.2@9cc6deb6047e546935a5af0bc456f1d5efc89931:

The test failed on branch=release-20.2, 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:755: 
		Tests run on Cockroach v20.2.15-24-g9cc6deb604
		Tests run against activerecord 6.1
		6631 Total Tests Run
		6630 tests passed
		1 test failed
		19 tests skipped
		3 tests ignored
		0 tests passed unexpectedly
		1 test failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: UnloggedTablesTest#test_gracefully_handles_temporary_tables (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList20_2) is available in the artifacts' activerecord log

More

Artifacts: /activerecord
Related:

See this test on roachdash
powered by pkg/cmd/internal/issues

@cockroach-teamcity
Copy link
Member Author

(roachtest).activerecord failed on release-20.2@772169715e3bf7218560e30ac7d0085aaf98a329:

The test failed on branch=release-20.2, 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:755: 
		Tests run on Cockroach v20.2.15-27-g772169715e
		Tests run against activerecord 6.1
		6631 Total Tests Run
		6629 tests passed
		2 tests failed
		19 tests skipped
		3 tests ignored
		0 tests passed unexpectedly
		2 tests failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: UnloggedTablesTest#test_gracefully_handles_temporary_tables (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: ConcurrentTransactionTest#test_transaction_isolation__read_committed (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList20_2) is available in the artifacts' activerecord log

More

Artifacts: /activerecord
Related:

See this test on roachdash
powered by pkg/cmd/internal/issues

@cockroach-teamcity
Copy link
Member Author

(roachtest).activerecord failed on release-20.2@15b962ce29424bc5b969679fae9e48881c3eea46:

The test failed on branch=release-20.2, 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:755: 
		Tests run on Cockroach v20.2.16-7-g15b962ce29
		Tests run against activerecord 6.1
		6631 Total Tests Run
		6630 tests passed
		1 test failed
		19 tests skipped
		3 tests ignored
		0 tests passed unexpectedly
		1 test failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: UnloggedTablesTest#test_gracefully_handles_temporary_tables (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList20_2) is available in the artifacts' activerecord log

More

Artifacts: /activerecord
Related:

See this test on roachdash
powered by pkg/cmd/internal/issues

@cockroach-teamcity
Copy link
Member Author

(roachtest).activerecord failed on release-20.2@ce1977c5afc55fa981a3ac47dfef528ba8d01a5a:

The test failed on branch=release-20.2, 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:755: 
		Tests run on Cockroach v20.2.16-9-gce1977c5af
		Tests run against activerecord 6.1
		6631 Total Tests Run
		6630 tests passed
		1 test failed
		19 tests skipped
		3 tests ignored
		0 tests passed unexpectedly
		1 test failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: UnloggedTablesTest#test_gracefully_handles_temporary_tables (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList20_2) is available in the artifacts' activerecord log

More

Artifacts: /activerecord
Related:

See this test on roachdash
powered by pkg/cmd/internal/issues

@cockroach-teamcity
Copy link
Member Author

(roachtest).activerecord failed on release-20.2@8090640d2ebca4f310d0e89b9f0cb68332f34103:

The test failed on branch=release-20.2, 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:755: 
		Tests run on Cockroach v20.2.16-13-g8090640d2e
		Tests run against activerecord 6.1
		6631 Total Tests Run
		6630 tests passed
		1 test failed
		19 tests skipped
		3 tests ignored
		0 tests passed unexpectedly
		1 test failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: UnloggedTablesTest#test_gracefully_handles_temporary_tables (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList20_2) is available in the artifacts' activerecord log

More

Artifacts: /activerecord
Related:

See this test on roachdash
powered by pkg/cmd/internal/issues

@cockroach-teamcity
Copy link
Member Author

(roachtest).activerecord failed on release-20.2@53d069960a8ad7827d6278d7cbd24d4e3eecea6c:

The test failed on branch=release-20.2, 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:755: 
		Tests run on Cockroach v20.2.16-18-g53d069960a
		Tests run against activerecord 6.1
		6631 Total Tests Run
		6630 tests passed
		1 test failed
		19 tests skipped
		3 tests ignored
		0 tests passed unexpectedly
		1 test failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: UnloggedTablesTest#test_gracefully_handles_temporary_tables (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList20_2) is available in the artifacts' activerecord log

More

Artifacts: /activerecord
Related:

See this test on roachdash
powered by pkg/cmd/internal/issues

@cockroach-teamcity
Copy link
Member Author

(roachtest).activerecord failed on release-20.2@5a021de9facef0777058c64105b3f38001d22507:

The test failed on branch=release-20.2, 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:755: 
		Tests run on Cockroach v20.2.16-20-g5a021de9fa
		Tests run against activerecord 6.1
		6631 Total Tests Run
		6630 tests passed
		1 test failed
		19 tests skipped
		3 tests ignored
		0 tests passed unexpectedly
		1 test failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: UnloggedTablesTest#test_gracefully_handles_temporary_tables (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList20_2) is available in the artifacts' activerecord log

More

Artifacts: /activerecord
Related:

See this test on roachdash
powered by pkg/cmd/internal/issues

@cockroach-teamcity
Copy link
Member Author

(roachtest).activerecord failed on release-20.2@ca0995de060c4a7ac34f146277397f8627ca32be:

The test failed on branch=release-20.2, 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:755: 
		Tests run on Cockroach v20.2.16-24-gca0995de06
		Tests run against activerecord 6.1
		6631 Total Tests Run
		6630 tests passed
		1 test failed
		19 tests skipped
		3 tests ignored
		0 tests passed unexpectedly
		1 test failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: UnloggedTablesTest#test_gracefully_handles_temporary_tables (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList20_2) is available in the artifacts' activerecord log

More

Artifacts: /activerecord
Related:

See this test on roachdash
powered by pkg/cmd/internal/issues

@cockroach-teamcity
Copy link
Member Author

(roachtest).activerecord failed on release-20.2@b8dbec44bbca80f7ca855e36a4f332cb45848305:

The test failed on branch=release-20.2, 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:755: 
		Tests run on Cockroach v20.2.16-28-gb8dbec44bb
		Tests run against activerecord 6.1
		6631 Total Tests Run
		6630 tests passed
		1 test failed
		19 tests skipped
		3 tests ignored
		0 tests passed unexpectedly
		1 test failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: UnloggedTablesTest#test_gracefully_handles_temporary_tables (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList20_2) is available in the artifacts' activerecord log

More

Artifacts: /activerecord
Related:

See this test on roachdash
powered by pkg/cmd/internal/issues

@cockroach-teamcity
Copy link
Member Author

(roachtest).activerecord failed on release-20.2@97b79f37bd1b45dbe061317acb49c6b8b851b592:

The test failed on branch=release-20.2, 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:755: 
		Tests run on Cockroach v20.2.16-30-g97b79f37bd
		Tests run against activerecord 6.1
		6631 Total Tests Run
		6630 tests passed
		1 test failed
		19 tests skipped
		3 tests ignored
		0 tests passed unexpectedly
		1 test failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: UnloggedTablesTest#test_gracefully_handles_temporary_tables (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList20_2) is available in the artifacts' activerecord log

More

Artifacts: /activerecord
Related:

See this test on roachdash
powered by pkg/cmd/internal/issues

@cockroach-teamcity
Copy link
Member Author

(roachtest).activerecord failed on release-20.2@a5892e6161765ee633cae115993c9daa016e663f:

The test failed on branch=release-20.2, 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:755: 
		Tests run on Cockroach v20.2.17-15-ga5892e6161
		Tests run against activerecord 6.1
		6631 Total Tests Run
		6630 tests passed
		1 test failed
		19 tests skipped
		3 tests ignored
		0 tests passed unexpectedly
		1 test failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: UnloggedTablesTest#test_gracefully_handles_temporary_tables (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList20_2) is available in the artifacts' activerecord log

More

Artifacts: /activerecord
Related:

See this test on roachdash
powered by pkg/cmd/internal/issues

@cockroach-teamcity
Copy link
Member Author

(roachtest).activerecord failed on release-20.2@526ca237e4ad878a0b6221fd98210de1cb095b73:

The test failed on branch=release-20.2, 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:755: 
		Tests run on Cockroach v20.2.17-17-g526ca237e4
		Tests run against activerecord 6.1
		6631 Total Tests Run
		6630 tests passed
		1 test failed
		19 tests skipped
		3 tests ignored
		0 tests passed unexpectedly
		1 test failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: UnloggedTablesTest#test_gracefully_handles_temporary_tables (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList20_2) is available in the artifacts' activerecord log

More

Artifacts: /activerecord
Related:

See this test on roachdash
powered by pkg/cmd/internal/issues

@cockroach-teamcity
Copy link
Member Author

(roachtest).activerecord failed on release-20.2@6a605e235480427e809e9e23b5b11e773fe7fcbb:

The test failed on branch=release-20.2, 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:755: 
		Tests run on Cockroach v20.2.17-19-g6a605e2354
		Tests run against activerecord 6.1
		6631 Total Tests Run
		6629 tests passed
		2 tests failed
		19 tests skipped
		3 tests ignored
		0 tests passed unexpectedly
		2 tests failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: ActiveRecord::WhereChainTest#test_rewhere_with_range (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: UnloggedTablesTest#test_gracefully_handles_temporary_tables (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList20_2) is available in the artifacts' activerecord log

More

Artifacts: /activerecord
Related:

See this test on roachdash
powered by pkg/cmd/internal/issues

@cockroach-teamcity
Copy link
Member Author

(roachtest).activerecord failed on release-20.2@0b4fd4e69fdf5da150e4fa92aa17d5551447e0f2:

The test failed on branch=release-20.2, 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:755: 
		Tests run on Cockroach v20.2.17-24-g0b4fd4e69f
		Tests run against activerecord 6.1
		6631 Total Tests Run
		6630 tests passed
		1 test failed
		19 tests skipped
		3 tests ignored
		0 tests passed unexpectedly
		1 test failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: UnloggedTablesTest#test_gracefully_handles_temporary_tables (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList20_2) is available in the artifacts' activerecord log

More

Artifacts: /activerecord
Related:

See this test on roachdash
powered by pkg/cmd/internal/issues

@cockroach-teamcity
Copy link
Member Author

(roachtest).activerecord failed on release-20.2@43fbea952f6040c0cb897a130feda21388882710:

The test failed on branch=release-20.2, 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:755: 
		Tests run on Cockroach v20.2.17-26-g43fbea952f
		Tests run against activerecord 6.1
		6631 Total Tests Run
		6630 tests passed
		1 test failed
		19 tests skipped
		3 tests ignored
		0 tests passed unexpectedly
		1 test failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: UnloggedTablesTest#test_gracefully_handles_temporary_tables (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList20_2) is available in the artifacts' activerecord log

More

Artifacts: /activerecord
Related:

See this test on roachdash
powered by pkg/cmd/internal/issues

@cockroach-teamcity
Copy link
Member Author

(roachtest).activerecord failed on release-20.2@f3a2e3627a8906771ba8e8f03d2de4094bb914fb:

The test failed on branch=release-20.2, 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:755: 
		Tests run on Cockroach v20.2.17-28-gf3a2e3627a
		Tests run against activerecord 6.1
		6631 Total Tests Run
		6630 tests passed
		1 test failed
		19 tests skipped
		3 tests ignored
		0 tests passed unexpectedly
		1 test failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: UnloggedTablesTest#test_gracefully_handles_temporary_tables (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList20_2) is available in the artifacts' activerecord log

More

Artifacts: /activerecord
Related:

See this test on roachdash
powered by pkg/cmd/internal/issues

@cockroach-teamcity
Copy link
Member Author

(roachtest).activerecord failed on release-20.2@bb0af701a14a931bda0b9b7cf05ad799072f174c:

The test failed on branch=release-20.2, 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:755: 
		Tests run on Cockroach v20.2.17-31-gbb0af701a1
		Tests run against activerecord 6.1
		6631 Total Tests Run
		6630 tests passed
		1 test failed
		19 tests skipped
		3 tests ignored
		0 tests passed unexpectedly
		1 test failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: UnloggedTablesTest#test_gracefully_handles_temporary_tables (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList20_2) is available in the artifacts' activerecord log

More

Artifacts: /activerecord
Related:

See this test on roachdash
powered by pkg/cmd/internal/issues

@cockroach-teamcity
Copy link
Member Author

(roachtest).activerecord failed on release-20.2@eb0a9580f79665d9ab6ede224b3ecef4f62d2d49:

The test failed on branch=release-20.2, 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:755: 
		Tests run on Cockroach v20.2.17-35-geb0a9580f7
		Tests run against activerecord 6.1
		6631 Total Tests Run
		6630 tests passed
		1 test failed
		19 tests skipped
		3 tests ignored
		0 tests passed unexpectedly
		1 test failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: UnloggedTablesTest#test_gracefully_handles_temporary_tables (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList20_2) is available in the artifacts' activerecord log

More

Artifacts: /activerecord
Related:

See this test on roachdash
powered by pkg/cmd/internal/issues

@erikgrinaker
Copy link
Contributor

erikgrinaker commented Nov 2, 2021

@cockroachdb/sql-experience Is anyone looking into this? It's failing pretty regularly on 20.2.

EDIT: Ah, I suppose it might be #71652.

@cockroach-teamcity
Copy link
Member Author

(roachtest).activerecord failed on release-20.2@1a1f405d86963ca9a24f0978207e80511fe641b6:

The test failed on branch=release-20.2, 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:755: 
		Tests run on Cockroach v20.2.17-39-g1a1f405d86
		Tests run against activerecord 6.1
		6631 Total Tests Run
		6630 tests passed
		1 test failed
		19 tests skipped
		3 tests ignored
		0 tests passed unexpectedly
		1 test failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		--- FAIL: UnloggedTablesTest#test_gracefully_handles_temporary_tables (unexpected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList20_2) is available in the artifacts' activerecord log

More

Artifacts: /activerecord
Related:

See this test on roachdash
powered by pkg/cmd/internal/issues

@cockroach-teamcity
Copy link
Member Author

(roachtest).activerecord failed on release-20.2@d2904f6d4bebc661a6f66c383f6c2991207fda05:

The test failed on branch=release-20.2, 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:755: 
		Tests run on Cockroach v20.2.18-6-gd2904f6d4b
		Tests run against activerecord 6.1
		6631 Total Tests Run
		6630 tests passed
		1 test failed
		19 tests skipped
		3 tests ignored
		0 tests passed unexpectedly
		1 test failed unexpectedly
		0 tests expected failed but skipped
		0 tests expected failed but not run
		---
		--- FAIL: UnloggedTablesTest#test_gracefully_handles_temporary_tables (unexpected)
		--- PASS: SerializedAttributeTest#test_unexpected_serialized_type (expected)
		For a full summary look at the activerecord artifacts 
		
		An updated blocklist (activeRecordBlockList20_2) is available in the artifacts' activerecord log

More

Artifacts: /activerecord
Related:

See this test on roachdash
powered by pkg/cmd/internal/issues

@rafiss rafiss closed this as completed Dec 5, 2021
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

No branches or pull requests

3 participants