This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push: new 00a57185419 [fix](test) fix test typo (#37741) 00a57185419 is described below commit 00a571854195b89a4dff12e5260dd8a2d8cb0b8e Author: Mingyu Chen <morning...@163.com> AuthorDate: Sat Jul 13 20:00:56 2024 +0800 [fix](test) fix test typo (#37741) --- regression-test/suites/external_table_p0/hive/test_hive_other.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-test/suites/external_table_p0/hive/test_hive_other.groovy b/regression-test/suites/external_table_p0/hive/test_hive_other.groovy index d013e352eac..936790c6dc2 100644 --- a/regression-test/suites/external_table_p0/hive/test_hive_other.groovy +++ b/regression-test/suites/external_table_p0/hive/test_hive_other.groovy @@ -77,7 +77,7 @@ suite("test_hive_other", "p0,external,hive,external_docker,external_docker_hive" connect(user = 'ext_catalog_user', password = '12345', url = context.config.jdbcUrl) { def database_lists = sql """show databases from ${catalog_name}""" boolean ok = false; - for (int i = 0; i < database_lists.size(); ++j) { + for (int i = 0; i < database_lists.size(); ++i) { assertEquals(1, database_lists[i].size()) if (database_lists[i][0].equals("default")) { ok = true; --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org