Skip to content

Commit 65709fa

Browse files
Ole John Askedahlerlend
authored andcommitted
Bug#29322313: ANGSTROM AND A-RING NOT EQUAL WITH CHAR(N) COLUMN AND UTF8MB4_0900_AI_CI
Post push patch, removing failing test case from ndb_fully_replicated.test. That test case tested that all partitions had at least a row inserted after inserting 8 rows. That rellied on the hash function doing a 'fair' distribution over the 4 partitions, which is something we can not guarantee - at least not for such few row. Furthermore, the test case did not test any properties releated to 'fully replicated' , which the test was intended for. Reviewed by : Mauritz Sundell <[email protected]> (cherry picked from commit 5684466a17b2c33e443a74aea2ce4aa9edc9cfa9)
1 parent 972e2d8 commit 65709fa

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

mysql-test/suite/ndb/r/ndb_fully_replicated.result

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -75,16 +75,6 @@ a b
7575
6 6
7676
7 7
7777
8 8
78-
# Check that data in fully replicated table t1 is present in
79-
# all 4 partitions i.e p0-p3 should have a 1 in the 'has_rows' column.
80-
SELECT PARTITION_NAME, TABLE_ROWS > 0
81-
FROM INFORMATION_SCHEMA.PARTITIONS
82-
WHERE TABLE_NAME = 't1';
83-
PARTITION_NAME TABLE_ROWS > 0
84-
p0 1
85-
p1 1
86-
p2 1
87-
p3 1
8878
create temporary table counters_at_startup
8979
select counter_name, sum(val) as val
9080
from ndbinfo.counters

mysql-test/suite/ndb/t/ndb_fully_replicated.test

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,6 @@ insert into t1 values
4040
--sorted_result
4141
select * from t1;
4242

43-
--echo # Check that data in fully replicated table t1 is present in
44-
--echo # all 4 partitions i.e p0-p3 should have a 1 in the 'has_rows' column.
45-
SELECT PARTITION_NAME, TABLE_ROWS > 0
46-
FROM INFORMATION_SCHEMA.PARTITIONS
47-
WHERE TABLE_NAME = 't1';
48-
49-
5043
#
5144
# Check single row lookups, these should always be local reads
5245
#

0 commit comments

Comments
 (0)