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
This is very odd. I cannot reproduce this running either make stress PKG=./pkg/sql/stats/... TESTS='TestDefaultColumns' or make stressrace PKG=./pkg/sql/stats/... TESTS='TestDefaultColumns' for a while. If there is a bug I don't think it's in the stats code, since this function is testing something that should be quite deterministic. Any ideas would be appreciated!
This commit adds some logging to the TestDefaultColumns test in order
to help debug a test failure.
Informs cockroachdb#38572
Release note: None
Release justification: category 1, non-production code change
41037: stats: add logging to TestDefaultColumns to help debug flake r=rytaft a=rytaft
This commit adds some logging to the `TestDefaultColumns` test in order
to help debug a test failure.
Informs #38572
Release note: None
Release justification: category 1, non-production code change
41042: tree: fix LIKE suboperator with NULL LHS r=rafiss a=rafiss
If a NULL value was present in the LHS of a suboperator with a LIKE
comparison, then previously the server would crash with a panic. Now it
is handled and there are tests.
closes#40841
Release justification: Low impact bug fix that prevents a server crash.
Release note: None
Co-authored-by: Rebecca Taft <[email protected]>
Co-authored-by: Rafi Shamim <[email protected]>
The following tests appear to have failed on master (testrace): TestDefaultColumns
You may want to check for open issues.
#1366551:
Please assign, take a look and update the issue accordingly.
The text was updated successfully, but these errors were encountered: