-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
pkg/sql/logictest/tests/cockroach-go-testserver-23.2/cockroach-go-testserver-23_2_test: TestLogic_mixed_version_sequence_per_node_cache failed #119978
Comments
This is a new test running into #112621. We'll have to skip any logic that runs after the upgrade completes until that issue is fixed. |
cc @jasminejsun can you skip this test until #112621 is addressed (unless fixing that is as quick as skipping)? |
yes, we can skip it for now! |
We should skip any logic that runs after the upgrade completes until issue cockroachdb#112621 is fixed. Epic: none Fixes: cockroachdb#119978 Release note: None
@mgartner @jasminejsun: there is a way to make sure the upgrade completes (which I forgot about last time this issue came up). Running |
We should skip any logic that runs after the upgrade completes until issue cockroachdb#112621 is fixed. Epic: none Fixes: cockroachdb#119978 Release note: None
118995: schemachanger: support CREATE SCHEMA ... AUTHORIZATION r=fqazi a=annrpom This patch enables support for `CREATE SCHEMA ... AUTHORIZATION` in the declarative schema changer Fixes: #115369 Epic: [CRDB-31331](https://cockroachlabs.atlassian.net/browse/CRDB-31331) Release note: None 119752: sqlstats: dont block flush due to sql activity job r=xinhaoz a=xinhaoz The sql stats flush worker signals the sql activity update job on flush completion via an unbuffered channel. It currently blocks on sending that signal so if that job is stuck updating stats for some reason this also makes the flush stuck. This commit ensures that the flush worker can continue normally even if the sql activity update job is not ready to receive its next signal. This ensures that the coordinator node for the sql stats activity job can continue to collect sql stats normally. Epic: none Fixes: #119751 119971: sqlstats: skip TestTransactionServiceLatencyOnExtendedProtocol r=xinhaoz a=xinhaoz Skip this test until we fix the data race caused by the testing knob functions. Epic: none Release note: None 119977: sqlstats: add retries to stats test on locked table r=xinhaoz a=dhartunian Previously, the `TestSQLStatsReadLimitSizeOnLockedTable` test would fail very occasionally due to a rare scenario. When stats are written, they contain a column that's a hashed shard index. It's expected that statements are uniformly distributed across this shard, but that's not guaranteed. Later in the test we check a random shard to make sure its stats count exceeds a minimum of 1 (because we place a total lower bound of 8 in the cluster setting, which is then divided by 8 to derive the per-shard limit). This case will occasionally fail if the random shard that's picked happens to only contain a single statement within. This change modifies the loop at the end of the test to expect a `false` value and make sure to get at least a single `true` result after 3 iterations, instead of requiring 3 `true` results every single time. The requirement that the queries run despite contention will still stand since we'll return an error in that case. Resolves: #119067 Epic: None Release note: None 119999: sql: fix mixed version test for node-level sequence caching r=jasminejsun a=jasminejsun Fix mixed version test for node-level sequence caching by making it wait for upgrade to complete. Epic: none Fixes: #119978 Release note: None 120005: logictest: update cache size for on-disk logictest configs r=rafiss a=rafiss The default cache size is 128MB. This can result in disk-related slowdowns for normal operations. Now we configure a larger cache so that we avoid disk access. fixes #119897 Release note: None Co-authored-by: Annie Pompa <[email protected]> Co-authored-by: Xin Hao Zhang <[email protected]> Co-authored-by: David Hartunian <[email protected]> Co-authored-by: Jasmine Sun <[email protected]> Co-authored-by: Rafi Shamim <[email protected]>
Thanks for the tip! I think I could use that here: cockroach/pkg/sql/logictest/testdata/logic_test/mixed_version_udf_execute_privileges Line 77 in 29e1641
|
i've created #120003 to do that |
pkg/sql/logictest/tests/cockroach-go-testserver-23.2/cockroach-go-testserver-23_2_test.TestLogic_mixed_version_sequence_per_node_cache failed with artifacts on master @ 583bfa4868b1aecedff86102ae55cde3b1748fd6:
Help
See also: How To Investigate a Go Test Failure (internal)
This test on roachdash | Improve this report!
Jira issue: CRDB-36421
The text was updated successfully, but these errors were encountered: