-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
sql/stats: TestDefaultColumns failed #44208
Comments
(sql/stats).TestDefaultColumns failed on master@35f275b1e71a8c58d364005ed57a139e2d483045:
MoreParameters:
See this test on roachdash |
(sql/stats).TestDefaultColumns failed on master@72ce65798f55af352c6a38c306542f63dfba465f:
MoreParameters:
See this test on roachdash |
(sql/stats).TestDefaultColumns failed on master@72ce65798f55af352c6a38c306542f63dfba465f:
MoreParameters:
See this test on roachdash |
(sql/stats).TestDefaultColumns failed on master@98f00d5209fd93b9ed69c79ef3e244529922df21:
MoreParameters:
See this test on roachdash |
(sql/stats).TestDefaultColumns failed on master@e54bd6439706203ac65953c6ee79f531e3da974c:
MoreParameters:
See this test on roachdash |
(sql/stats).TestDefaultColumns failed on master@3c5734341dfc28ffb6c0c63668858a4808f5bc52:
MoreParameters:
See this test on roachdash |
(sql/stats).TestDefaultColumns failed on master@e68af53504ad7194a6aab410f7c2ebae66c487fd:
MoreParameters:
See this test on roachdash |
TestDefaultColumns creates statistics on a table with 110 columns using the command `CREATE STATISTICS s FROM t.a`. It then checks that there are exactly 101 column statistics on table t.a with statistics_name = 's' (one stat for the primary index, plus 100 other column stats). However, this test may be flaky if automatic statistics are running, since each new automatic stat will cause other stats to be deleted. This commit fixes the problem by disabling automatic stats for this test, ensuring that the 101 column stats are not deleted after they have been created. Fixes cockroachdb#44208 Release note: None
TestDefaultColumns creates statistics on a table with 110 columns using the command `CREATE STATISTICS s FROM t.a`. It then checks that there are exactly 101 column statistics on table t.a with statistics_name = 's' (one stat for the primary index, plus 100 other column stats). However, this test may be flaky if automatic statistics are running, since each new automatic stat will cause other stats to be deleted. This commit fixes the problem by disabling automatic stats for this test, ensuring that the 101 column stats are not deleted after they have been created. Fixes cockroachdb#44208 Release note: None
44560: stats: fix flaky test TestDefaultColumns r=rytaft a=rytaft `TestDefaultColumns` creates statistics on a table with 110 columns using the command `CREATE STATISTICS s FROM t.a`. It then checks that there are exactly 101 column statistics on table `t.a` with statistics_name = 's' (one stat for the primary index, plus 100 other column stats). However, this test may be flaky if automatic statistics are running, since each new automatic stat will cause other stats to be deleted. This commit fixes the problem by disabling automatic stats for this test, ensuring that the 101 column stats are not deleted after they have been created. Fixes #44208 Release note: None Co-authored-by: Rebecca Taft <becca@cockroachlabs.com>
(sql/stats).TestDefaultColumns failed on master@e69d7e370fe9cd5d8c98d50df2e1e11678dc7d6e:
More
Parameters:
See this test on roachdash
powered by pkg/cmd/internal/issues
The text was updated successfully, but these errors were encountered: