[regression] rm unwanted sleep (#10893)
This commit is contained in:
@ -182,7 +182,6 @@ suite ("test_agg_keys_schema_change") {
|
||||
(5, '2017-10-01', 'Beijing', 10, 1, 1, 32, 20, hll_hash(5), to_bitmap(5))
|
||||
"""
|
||||
|
||||
Thread.sleep(30 * 1000)
|
||||
// compaction
|
||||
String[][] tablets = sql """ show tablets from ${tableName}; """
|
||||
for (String[] tablet in tablets) {
|
||||
|
||||
@ -161,7 +161,6 @@ suite ("test_agg_mv_schema_change") {
|
||||
(5, '2017-10-01', 'Beijing', 10, 1, 32, 20, hll_hash(5), to_bitmap(5))
|
||||
"""
|
||||
|
||||
Thread.sleep(30 * 1000)
|
||||
// compaction
|
||||
String[][] tablets = sql """ show tablets from ${tableName}; """
|
||||
for (String[] tablet in tablets) {
|
||||
|
||||
@ -162,7 +162,6 @@ suite ("test_agg_rollup_schema_change") {
|
||||
(5, '2017-10-01', 'Beijing', 10, 1, 32, 20, hll_hash(5), to_bitmap(5))
|
||||
"""
|
||||
|
||||
Thread.sleep(30 * 1000)
|
||||
// compaction
|
||||
String[][] tablets = sql """ show tablets from ${tableName}; """
|
||||
for (String[] tablet in tablets) {
|
||||
|
||||
@ -178,7 +178,6 @@ suite ("test_agg_vals_schema_change") {
|
||||
(5, '2017-10-01', 'Beijing', 10, 1, '2020-01-03', '2020-01-03', 1, 32, 20, hll_hash(5), to_bitmap(5), 2)
|
||||
"""
|
||||
|
||||
Thread.sleep(30 * 1000)
|
||||
// compaction
|
||||
String[][] tablets = sql """ show tablets from ${tableName}; """
|
||||
for (String[] tablet in tablets) {
|
||||
|
||||
@ -177,7 +177,6 @@ suite ("test_dup_keys_schema_change") {
|
||||
(5, '2017-10-01', 'Beijing', 10, '2020-01-03', '2020-01-03', '2020-01-03', 1, 32, 20, 2)
|
||||
"""
|
||||
|
||||
Thread.sleep(30 * 1000)
|
||||
// compaction
|
||||
String[][] tablets = sql """ show tablets from ${tableName}; """
|
||||
for (String[] tablet in tablets) {
|
||||
|
||||
@ -192,7 +192,6 @@ suite ("test_dup_mv_schema_change") {
|
||||
(5, '2017-10-01', 'Beijing', 10, '2020-01-03', '2020-01-03', '2020-01-03', 1, 32, 20, 2)
|
||||
"""
|
||||
|
||||
Thread.sleep(30 * 1000)
|
||||
// compaction
|
||||
String[][] tablets = sql """ show tablets from ${tableName}; """
|
||||
for (String[] tablet in tablets) {
|
||||
|
||||
@ -191,7 +191,6 @@ suite ("test_dup_rollup_schema_change") {
|
||||
(5, '2017-10-01', 'Beijing', 10, '2020-01-03', '2020-01-03', '2020-01-03', 1, 32, 20, 2)
|
||||
"""
|
||||
|
||||
Thread.sleep(30 * 1000)
|
||||
// compaction
|
||||
String[][] tablets = sql """ show tablets from ${tableName}; """
|
||||
for (String[] tablet in tablets) {
|
||||
|
||||
@ -166,7 +166,6 @@ suite ("test_dup_vals_schema_change") {
|
||||
(5, '2017-10-01', 'Beijing', 10, 1, '2020-01-03', '2020-01-03', 1, 32, 20, 2)
|
||||
"""
|
||||
|
||||
Thread.sleep(30 * 1000)
|
||||
// compaction
|
||||
String[][] tablets = sql """ show tablets from ${tableName}; """
|
||||
for (String[] tablet in tablets) {
|
||||
|
||||
@ -158,7 +158,6 @@ suite ("test_uniq_keys_schema_change") {
|
||||
(5, '2017-10-01', 'Beijing', 10, 1, '2020-01-03', '2020-01-03', '2020-01-03', 1, 32, 20, 2)
|
||||
"""
|
||||
|
||||
Thread.sleep(30 * 1000)
|
||||
// compaction
|
||||
String[][] tablets = sql """ show tablets from ${tableName}; """
|
||||
for (String[] tablet in tablets) {
|
||||
|
||||
@ -181,7 +181,6 @@ suite ("test_uniq_mv_schema_change") {
|
||||
(5, '2017-10-01', 'Beijing', 10, 1, '2020-01-03', '2020-01-03', '2020-01-03', 32, 20, 2)
|
||||
"""
|
||||
|
||||
Thread.sleep(30 * 1000)
|
||||
// compaction
|
||||
String[][] tablets = sql """ show tablets from ${tableName}; """
|
||||
for (String[] tablet in tablets) {
|
||||
|
||||
@ -193,7 +193,6 @@ suite ("test_uniq_rollup_schema_change") {
|
||||
(5, '2017-10-01', 'Beijing', 10, 1, '2020-01-03', '2020-01-03', '2020-01-03', 32, 20, 2)
|
||||
"""
|
||||
|
||||
Thread.sleep(30 * 1000)
|
||||
// compaction
|
||||
String[][] tablets = sql """ show tablets from ${tableName}; """
|
||||
for (String[] tablet in tablets) {
|
||||
|
||||
@ -167,7 +167,6 @@ suite ("test_uniq_vals_schema_change") {
|
||||
(5, '2017-10-01', 'Beijing', 10, 1, '2020-01-03', '2020-01-03', 1, 32, 20, 2)
|
||||
"""
|
||||
|
||||
Thread.sleep(30 * 1000)
|
||||
// compaction
|
||||
String[][] tablets = sql """ show tablets from ${tableName}; """
|
||||
for (String[] tablet in tablets) {
|
||||
|
||||
Reference in New Issue
Block a user