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 3f22c7962b8 [fix](regression-test) fix err log limit test global
impact for setting param (#29993)
3f22c7962b8 is described below
commit 3f22c7962b8e8b1328eb10a62b0f8084232ab444
Author: HHoflittlefish777 <[email protected]>
AuthorDate: Mon Jan 15 21:55:53 2024 +0800
[fix](regression-test) fix err log limit test global impact for setting
param (#29993)
---
.../suites/load_p0/stream_load/test_stream_load_err_log_limit.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/regression-test/suites/load_p0/stream_load/test_stream_load_err_log_limit.groovy
b/regression-test/suites/load_p0/stream_load/test_stream_load_err_log_limit.groovy
index 261e0e1d49d..e0d8f347b2f 100644
---
a/regression-test/suites/load_p0/stream_load/test_stream_load_err_log_limit.groovy
+++
b/regression-test/suites/load_p0/stream_load/test_stream_load_err_log_limit.groovy
@@ -15,7 +15,7 @@
// specific language governing permissions and limitations
// under the License.
-suite("test_stream_load_err_log_limit", "p0") {
+suite("test_stream_load_err_log_limit", "p0, nonConcurrent") {
sql "show tables"
def tableName = "test_stream_load_err_log_limit_table"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]