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: asyncpg failed [asyncpg has a race condition causing test cleanup to fail] #120478

Closed
cockroach-teamcity opened this issue Mar 14, 2024 · 3 comments
Labels
branch-release-23.2 Used to mark GA and release blockers, technical advisories, and bugs for 23.2 C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot. P-2 Issues/test failures with a fix SLA of 3 months T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Mar 14, 2024

roachtest.asyncpg failed with artifacts on release-23.2 @ 3b5a5e54e1e318353ba423f61637faa2a8f551d4:

(orm_helpers.go:212).summarizeFailed: 
Tests run on Cockroach v23.2.3-dev-3b5a5e54e1e318353ba423f61637faa2a8f551d4
Tests run against asyncpg v0.24.0
227 Total Tests Run
153 tests passed
74 tests failed
34 tests skipped
0 tests ignored
0 tests passed unexpectedly
9 tests failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: test_copy.TestCopyTo.test_copy_records_to_table_1 (unexpected)
--- FAIL: test_copy.TestCopyTo.test_copy_to_table_from_bytes_like (unexpected)
--- FAIL: test_copy.TestCopyTo.test_copy_to_table_timeout (unexpected)
--- FAIL: test_copy.TestCopyTo.test_copy_to_table_large_rows (unexpected)
--- FAIL: test_copy.TestCopyTo.test_copy_to_table_fail_in_source_1 (unexpected)
--- FAIL: test_copy.TestCopyFrom.test_copy_from_table_large_rows (unexpected)
--- FAIL: test_copy.TestCopyTo.test_copy_records_to_table_no_binary_codec (unexpected)
--- FAIL: test_copy.TestCopyTo.test_copy_to_table_from_file_path (unexpected)
--- FAIL: test_copy.TestCopyTo.test_copy_to_table_fail_in_source_2 (unexpected)
For a full summary look at the asyncpg artifacts 
An updated blocklist (asyncpgBlocklist) is available in the artifacts' asyncpg log
test artifacts and logs in: /artifacts/asyncpg/run_1

Parameters:

  • ROACHTEST_arch=amd64
  • ROACHTEST_cloud=gce
  • ROACHTEST_coverageBuild=false
  • ROACHTEST_cpu=16
  • ROACHTEST_encrypted=false
  • ROACHTEST_fs=ext4
  • ROACHTEST_localSSD=true
  • ROACHTEST_metamorphicBuild=false
  • ROACHTEST_ssd=0
Help

See: roachtest README

See: How To Investigate (internal)

See: Grafana

Same failure on other branches

/cc @cockroachdb/sql-foundations

This test on roachdash | Improve this report!

Jira issue: CRDB-36711

@cockroach-teamcity cockroach-teamcity added branch-release-23.2 Used to mark GA and release blockers, technical advisories, and bugs for 23.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. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions) labels Mar 14, 2024
@cockroach-teamcity cockroach-teamcity added this to the 23.2 milestone Mar 14, 2024
@rafiss rafiss removed the release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. label Mar 14, 2024
@rafiss rafiss changed the title roachtest: asyncpg failed roachtest: asyncpg failed [asyncpg has a race condition causing test cleanup to fail] Mar 14, 2024
@rafiss
Copy link
Collaborator

rafiss commented Mar 14, 2024

same as #119291 but on a different branch

@rafiss rafiss added the P-2 Issues/test failures with a fix SLA of 3 months label Mar 14, 2024
@cockroach-teamcity
Copy link
Member Author

roachtest.asyncpg failed with artifacts on release-23.2 @ e31b35b96d896cca05fe3be6d2e846056dccb931:

(orm_helpers.go:212).summarizeFailed: 
Tests run on Cockroach v23.2.3-dev-e31b35b96d896cca05fe3be6d2e846056dccb931
Tests run against asyncpg v0.24.0
227 Total Tests Run
161 tests passed
66 tests failed
34 tests skipped
0 tests ignored
0 tests passed unexpectedly
1 test failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: test_copy.TestCopyFrom.test_copy_from_query_basics (unexpected)
For a full summary look at the asyncpg artifacts 
An updated blocklist (asyncpgBlocklist) is available in the artifacts' asyncpg log
test artifacts and logs in: /artifacts/asyncpg/run_1

Parameters:

  • ROACHTEST_arch=amd64
  • ROACHTEST_cloud=gce
  • ROACHTEST_coverageBuild=false
  • ROACHTEST_cpu=16
  • ROACHTEST_encrypted=false
  • ROACHTEST_fs=ext4
  • ROACHTEST_localSSD=true
  • ROACHTEST_metamorphicBuild=false
  • ROACHTEST_ssd=0
Help

See: roachtest README

See: How To Investigate (internal)

See: Grafana

This test on roachdash | Improve this report!

@rafiss
Copy link
Collaborator

rafiss commented Mar 16, 2024

fixed by #120573

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-release-23.2 Used to mark GA and release blockers, technical advisories, and bugs for 23.2 C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot. P-2 Issues/test failures with a fix SLA of 3 months T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Projects
No open projects
Status: Done
Development

No branches or pull requests

2 participants