Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Bigtable system test has a "race condition" if run simultaneously on same project #3333

Copy link
Copy link
@dhermes

Description

@dhermes
Issue body actions

Two builds (1682 and 1683) were happening simultaneously and this caused a Bigtable system test check to fail in the second build (1683)

>       self.assertEqual(len(instances), len(EXISTING_INSTANCES) + 1)
E       AssertionError: 2 != 3

This is because EXISTING_INSTANCES is set at module setup time while the test case is run later.

I'm not sure what a realistic fix should be?

Metadata

Metadata

Labels

api: bigtableIssues related to the Bigtable API.Issues related to the Bigtable API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.