This is an automated email from the ASF dual-hosted git repository. gavinchou 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 b3cb4809364 [fix](regression-test) Remove docker tag from non docker case `test_dynamic_partition_mod_distribution_key` (#44229) b3cb4809364 is described below commit b3cb4809364fe41d61f256ac9e91094ccd6619ae Author: Siyang Tang <tangsiy...@selectdb.com> AuthorDate: Tue Nov 19 21:42:41 2024 +0800 [fix](regression-test) Remove docker tag from non docker case `test_dynamic_partition_mod_distribution_key` (#44229) Remove docker tag from non docker case `test_dynamic_partition_mod_distribution_key` ### Release note Remove docker tag from non docker case `test_dynamic_partition_mod_distribution_key` --- .../test_dynamic_partition_mod_distribution_key.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-test/suites/partition_p0/dynamic_partition/test_dynamic_partition_mod_distribution_key.groovy b/regression-test/suites/partition_p0/dynamic_partition/test_dynamic_partition_mod_distribution_key.groovy index e3bef5fce10..a2c1e3035a6 100644 --- a/regression-test/suites/partition_p0/dynamic_partition/test_dynamic_partition_mod_distribution_key.groovy +++ b/regression-test/suites/partition_p0/dynamic_partition/test_dynamic_partition_mod_distribution_key.groovy @@ -15,7 +15,7 @@ // specific language governing permissions and limitations // under the License. -suite("test_dynamic_partition_mod_distribution_key", "docker") { +suite("test_dynamic_partition_mod_distribution_key") { // FIXME: for historical bugs, this case will fail if adding k2 as dup key or unique key // see in https://github.com/apache/doris/issues/39798 // --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org