This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new 4127fb94de5 [Fix](regression) Fix typo in
`test_schema_change_unique_mow` (#39196)
4127fb94de5 is described below
commit 4127fb94de5ef6a8e177a73f7b893e5be6f2e28c
Author: bobhan1 <[email protected]>
AuthorDate: Sun Aug 11 17:40:14 2024 +0800
[Fix](regression) Fix typo in `test_schema_change_unique_mow` (#39196)
## Proposed changes
fix typo in https://github.com/apache/doris/pull/39173
---
.../suites/schema_change_p0/test_schema_change_unique_mow.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/regression-test/suites/schema_change_p0/test_schema_change_unique_mow.groovy
b/regression-test/suites/schema_change_p0/test_schema_change_unique_mow.groovy
index 71941b87882..6bf9c79372e 100644
---
a/regression-test/suites/schema_change_p0/test_schema_change_unique_mow.groovy
+++
b/regression-test/suites/schema_change_p0/test_schema_change_unique_mow.groovy
@@ -173,7 +173,7 @@ suite("test_schema_change_unique_mow", "p0") {
return true
}
cnt--;
- int val = 100000 + max_try_num
+ int val = 100000 + cnt
sql """ insert into ${tableName3} values (${val}, 2, 3, 4, 5, 6.6,
1.7, 8.8,
'a', 'b', 'c', '2021-10-30', '2021-10-30 00:00:00', 9527) """
return false
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]