You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
106206: prereqs: delete tests r=rail a=rickystewart
These tests have always been skipped under Bazel because the implementation doesn't work in a Bazel world due to the dependency on `"golang.org/x/tools/go/packages"`. Since the command is only useful/ used in `make`, which is going to be deleted shortly, just delete the tests rather than waste time getting it working.
Also this is the last `broken_in_bazel` test, so rip out all the corresponding
logic too.
Epic: none
Release note: None
Closes: #61924Closes: #92814
106343: ci: don't do retries on tests in CI on master, release branches r=rail a=rickystewart
First of all, test retries don't even have the correct behavior: #103042
This means that a successfully-retried test tramples the logs of
previously-failed tests, which is very confusing and erases your ability
to debug the test.
Also, we are focusing on quality and wiping out flaky and skipped tests.
This to me suggests we should not be retrying tests to let already-flaky
tests through. Rather, we should be surfacing real failures immediately.
For both of these reasons I turn off test retries for unit tests on
`master` and release branches.
We keep it for `staging` so `bors` is unaffected.
Epic: none
Release note: None
106411: kvflowhandle: fix mutex leak r=irfansharif a=irfansharif
Fixes#106078.
We were forgetting to unlock the mutex on the error path.
Release note: None
Co-authored-by: Ricky Stewart <[email protected]>
Co-authored-by: irfan sharif <[email protected]>
The following tests are all broken in Bazel:
There's a lot going on here, but I think generally all these tests expect to be run from the root of the checkout.
Jira issue: CRDB-2711
The text was updated successfully, but these errors were encountered: