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: django failed #120196

Closed
cockroach-teamcity opened this issue Mar 11, 2024 · 1 comment · Fixed by #120553
Closed

roachtest: django failed #120196

cockroach-teamcity opened this issue Mar 11, 2024 · 1 comment · Fixed by #120553
Labels
branch-release-23.1 Used to mark GA and release blockers, technical advisories, and bugs for 23.1 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 11, 2024

roachtest.django failed with artifacts on release-23.1 @ e0fe00bd7e976fd9f33c097bd29b1fb2a64268fe:

(orm_helpers.go:212).summarizeFailed: 
Tests run on Cockroach v23.1.17-dev-e0fe00bd7e976fd9f33c097bd29b1fb2a64268fe
Tests run against django cockroach-4.1.x
9945 Total Tests Run
9944 tests passed
1 test failed
645 tests skipped
2 tests ignored
0 tests passed unexpectedly
1 test failed unexpectedly
0 tests expected failed but skipped
0 tests expected failed but not run
---
--- FAIL: select_for_update.tests.SelectForUpdateTests.test_nowait_raises_error_on_block (unexpected)
--- SKIP: backends.mysql.test_creation.DatabaseCreationTests.test_create_test_db_unexpected_error due to MySQL tests (expected)
For a full summary look at the django artifacts 
An updated blocklist (djangoBlocklist) is available in the artifacts' django log
test artifacts and logs in: /artifacts/django/run_1

Parameters:

  • ROACHTEST_arch=amd64
  • ROACHTEST_cloud=gce
  • 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

/cc @cockroachdb/sql-foundations

This test on roachdash | Improve this report!

Jira issue: CRDB-36540

@cockroach-teamcity cockroach-teamcity added branch-release-23.1 Used to mark GA and release blockers, technical advisories, and bugs for 23.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. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions) labels Mar 11, 2024
@cockroach-teamcity cockroach-teamcity added this to the 23.1 milestone Mar 11, 2024
@rafiss
Copy link
Collaborator

rafiss commented Mar 11, 2024

error is

FAIL: test_nowait_raises_error_on_block (select_for_update.tests.SelectForUpdateTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/data1/django/django/test/testcases.py", line 1568, in skip_wrapper
    return test_func(*args, **kwargs)
  File "/mnt/data1/django/tests/select_for_update/tests.py", line 314, in test_nowait_raises_error_on_block
    self.assertIsInstance(status[-1], DatabaseError)
AssertionError: 'started' is not an instance of <class 'django.db.utils.DatabaseError'>

let's see if this was a one-off or if it fails again

@rafiss rafiss added P-2 Issues/test failures with a fix SLA of 3 months and removed release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. labels Mar 11, 2024
@craig craig bot closed this as completed in 8fcdbef Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-release-23.1 Used to mark GA and release blockers, technical advisories, and bugs for 23.1 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

Successfully merging a pull request may close this issue.

2 participants