cockroachdb / cockroach

CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
https://www.cockroachlabs.com
Other
30.16k stars 3.82k forks source link

importer: skip TestImportComputed under race #135962

Open yuzefovich opened 10 hours ago

yuzefovich commented 10 hours ago

We just saw a test failure where this test failed seemingly due to overloaded cluster (3 node, with external process multi-tenancy). I think we should skip it under race like we do a few other tests in this file already.

Fixes: #135894.

Release note: None

cockroach-teamcity commented 10 hours ago

This change is Reviewable