Skip to content

Commit

Permalink
[fix](regression test) make case test_decommission_with_replica_num_f…
Browse files Browse the repository at this point in the history
…ail nonConcurrent (#34842)
  • Loading branch information
yujun777 authored May 15, 2024
1 parent 2b11827 commit fd749b8
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// specific language governing permissions and limitations
// under the License.

suite('test_decommission_with_replica_num_fail') {
suite('test_decommission_with_replica_num_fail', 'nonConcurrent') {
if (isCloudMode()) {
return
}
Expand Down Expand Up @@ -59,6 +59,10 @@ suite('test_decommission_with_replica_num_fail') {
}
} finally {
sql "CANCEL DECOMMISSION BACKEND '${targetBackend.Host}:${targetBackend.HeartbeatPort}'"
backends = sql_return_maparray('show backends')
for (def be : backends) {
logger.info("backend=${be}")
}
}
sql "DROP TABLE IF EXISTS ${tbl} FORCE"
}

0 comments on commit fd749b8

Please sign in to comment.