rocksdb.i_s_ddl fails
General
Escalation
General
Escalation
Description
Environment
None
Smart Checklist
Activity
Show:
George Lorch February 18, 2017 at 5:54 AM
Done
Created February 17, 2017 at 9:25 PM
Updated April 30, 2018 at 6:33 PM
Resolved February 20, 2017 at 8:58 PM
Looks like test is non-deterministic and needs explicit order by, must investigate further.
@@ -8,10 +8,10 @@ KEY (x)) ENGINE = ROCKSDB; SELECT TABLE_SCHEMA,TABLE_NAME,PARTITION_NAME,INDEX_NAME,INDEX_TYPE,KV_FORMAT_VERSION,CF FROM INFORMATION_SCHEMA.ROCKSDB_DDL WHERE TABLE_NAME like 'is_ddl_t%'; TABLE_SCHEMA TABLE_NAME PARTITION_NAME INDEX_NAME INDEX_TYPE KV_FORMAT_VERSION CF -test is_ddl_t2 NULL PRIMARY 1 11 zy_cf -test is_ddl_t2 NULL x 2 11 default test is_ddl_t1 NULL PRIMARY 1 11 default test is_ddl_t1 NULL j 2 11 default test is_ddl_t1 NULL k 2 11 kl_cf +test is_ddl_t2 NULL PRIMARY 1 11 zy_cf +test is_ddl_t2 NULL x 2 11 default DROP TABLE is_ddl_t1; DROP TABLE is_ddl_t2;