This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new 24a009bb3df [Fix](typo) Fix group commit regression test typo (#30057) 24a009bb3df is described below commit 24a009bb3df7ce899efc9b6c243a042115b0f739 Author: abmdocrt <yukang.lian2...@gmail.com> AuthorDate: Wed Jan 17 20:37:29 2024 +0800 [Fix](typo) Fix group commit regression test typo (#30057) --- .../fault_injection_p0/test_low_wal_disk_space_fault_injection.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-test/suites/fault_injection_p0/test_low_wal_disk_space_fault_injection.groovy b/regression-test/suites/fault_injection_p0/test_low_wal_disk_space_fault_injection.groovy index 815bafe3d4b..0b7cab481f7 100644 --- a/regression-test/suites/fault_injection_p0/test_low_wal_disk_space_fault_injection.groovy +++ b/regression-test/suites/fault_injection_p0/test_low_wal_disk_space_fault_injection.groovy @@ -15,7 +15,7 @@ // specific language governing permissions and limitations // under the License. -suite("test_wal_mem_back_pressure_time_out_fault_injection","nonConcurrent") { +suite("test_low_wal_disk_space_fault_injection","nonConcurrent") { def tableName = "wal_test" --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org