Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dataroaring committed Sep 17, 2024
1 parent 8e9f94c commit 17a22e1
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 @@ -19,6 +19,7 @@ package org.apache.doris.regression.suite

import org.awaitility.Awaitility
import static java.util.concurrent.TimeUnit.SECONDS
import static java.util.concurrent.TimeUnit
import groovy.json.JsonOutput
import com.google.common.collect.Maps
import com.google.common.util.concurrent.Futures
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ suite("test_grant_revoke_compute_group_to_user", "cloud_auth") {
return
}
def role = "admin"
def user1 = "regression_test_cloud_user1"
def user2 = "regression_test_cloud_user2"
def user3 = "regression_test_cloud_user3"
def user1 = "regression_test_compute_group_user1"
def user2 = "regression_test_compute_group_user2"
def user3 = "regression_test_compute_group_user3"
def tbl = "test_auth_tbl"

def logAndExecuteSql = { sqlStatement ->
Expand Down

0 comments on commit 17a22e1

Please sign in to comment.