Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.11, 11.4, 11.8
-
None
-
amd64-debian-12-rocksdb
-
Not for Release Notes
Description
CURRENT_TEST: rocksdb.rocksdb_table_stats_sampling_pct_change
|
--- /home/buildbot/amd64-debian-12-rocksdb/build/storage/rocksdb/mysql-test/rocksdb/r/rocksdb_table_stats_sampling_pct_change.result 2025-04-25 08:58:49.000000000 +0000
|
+++ /home/buildbot/amd64-debian-12-rocksdb/build/storage/rocksdb/mysql-test/rocksdb/r/rocksdb_table_stats_sampling_pct_change.reject 2025-04-25 09:04:26.158701339 +0000
|
@@ -16,8 +16,5 @@
|
where table_schema = database() and table_name = 't2';
|
table_rows
|
10000
|
-select table_name from information_schema.tables where table_schema = database() and table_name = 't2';
|
-table_name
|
-t2
|
drop table t2;
|
SET GLOBAL ROCKSDB_TABLE_STATS_SAMPLING_PCT = @ORIG_PCT;
|
 |
Result length mismatch
|
The test case from which this results is:
#
|
# Table sizes are approximations and for this particular case we allow about
|
# 10% deviation.
|
#
|
if ($diff < 6000) {
|
select table_name from information_schema.tables where table_schema = database() and table_name = 't2';
|
}
|
So maybe 6000 isn't enough?
Oddly doesn't occur on amd64-windows-packages where it is frequently tested.
Attachments
Issue Links
- relates to
-
MDEV-33073 always green buildbot
-
- Stalled
-