Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
Yukang-Lian committed Sep 10, 2024
1 parent 7fc42a5 commit 829b211
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@
// under the License.

suite("test_full_compaction_run_status","nonConcurrent") {


if (isCloudMode()) {
return
}
def tableName = "full_compaction_run_status_test"

// test successful group commit async load
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import static java.util.concurrent.TimeUnit.SECONDS
suite("test_group_commit_and_wal_back_pressure") {

def getRowCount = { table, expectedRowCount ->
Awaitility.await().atMost(90, SECONDS).pollInterval(2, SECONDS).until(
Awaitility.await().atMost(120, SECONDS).pollInterval(2, SECONDS).until(
{
def result = sql "select count(*) from ${table}"
logger.info("table: ${table}, rowCount: ${result}")
Expand Down

0 comments on commit 829b211

Please sign in to comment.