[regression] rm unwanted sleep (#10893)

This commit is contained in:
Dongyang Li
2022-07-16 06:00:42 +08:00
committed by GitHub
parent 6a7487a302
commit 2d5ea56a06
12 changed files with 0 additions and 12 deletions

View File

@ -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) {

View File

@ -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) {

View File

@ -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) {

View File

@ -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) {

View File

@ -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) {

View File

@ -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) {

View File

@ -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) {

View File

@ -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) {

View File

@ -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) {

View File

@ -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) {

View File

@ -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) {

View File

@ -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) {