Skip to content

feat: add light java sdk #4237

feat: add light java sdk

feat: add light java sdk #4237

GitHub Actions / SDK Test Report failed Nov 29, 2023 in 0s

6 fail, 3 skipped, 209 pass in 54s

  25 files    25 suites   54s ⏱️
218 tests 209 ✔️ 3 💤 6
337 runs  328 ✔️ 3 💤 6

Results for commit d404b2b.

Annotations

Check warning on line 0 in com._4paradigm.openmldb.jdbc.SQLRouterSmokeTest

See this annotation in the file changed.

@github-actions github-actions / SDK Test Report

1 out of 3 runs failed: testSmoke (com._4paradigm.openmldb.jdbc.SQLRouterSmokeTest)

artifacts/linux-ut-result-java-6d3aeb49680bb1e06e8a533fa87659d5253db086/openmldb-jdbc/target/surefire-reports/junitreports/TEST-com._4paradigm.openmldb.jdbc.SQLRouterSmokeTest.xml [took 0s]
Raw output
null

      java.lang.AssertionError: null
at org.testng.Assert.fail(Assert.java:96)
at org.testng.Assert.fail(Assert.java:103)
at com._4paradigm.openmldb.jdbc.SQLRouterSmokeTest.testSmoke(SQLRouterSmokeTest.java:260)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:583)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:719)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:989)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109)
at org.testng.TestRunner.privateRun(TestRunner.java:648)
at org.testng.TestRunner.run(TestRunner.java:505)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:455)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415)
at org.testng.SuiteRunner.run(SuiteRunner.java:364)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1208)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1137)
at org.testng.TestNG.runSuites(TestNG.java:1049)
at org.testng.TestNG.run(TestNG.java:1017)
at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:136)
at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeSingleClass(TestNGDirectoryTestSuite.java:112)
at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:99)
at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:145)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548)

Check warning on line 0 in com._4paradigm.openmldb.jdbc.SQLRouterSmokeTest

See this annotation in the file changed.

@github-actions github-actions / SDK Test Report

1 out of 3 runs failed: testInsertPreparedStateBatch (com._4paradigm.openmldb.jdbc.SQLRouterSmokeTest)

artifacts/linux-ut-result-java-6d3aeb49680bb1e06e8a533fa87659d5253db086/openmldb-jdbc/target/surefire-reports/junitreports/TEST-com._4paradigm.openmldb.jdbc.SQLRouterSmokeTest.xml [took 0s]
Raw output
null

      java.lang.AssertionError: null
at org.testng.Assert.fail(Assert.java:96)
at org.testng.Assert.fail(Assert.java:103)
at com._4paradigm.openmldb.jdbc.SQLRouterSmokeTest.testInsertPreparedStateBatch(SQLRouterSmokeTest.java:603)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:583)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:719)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:989)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109)
at org.testng.TestRunner.privateRun(TestRunner.java:648)
at org.testng.TestRunner.run(TestRunner.java:505)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:455)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415)
at org.testng.SuiteRunner.run(SuiteRunner.java:364)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1208)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1137)
at org.testng.TestNG.runSuites(TestNG.java:1049)
at org.testng.TestNG.run(TestNG.java:1017)
at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:136)
at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeSingleClass(TestNGDirectoryTestSuite.java:112)
at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:99)
at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:145)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548)

Check warning on line 0 in com._4paradigm.openmldb.jdbc.SQLRouterSmokeTest

See this annotation in the file changed.

@github-actions github-actions / SDK Test Report

1 out of 3 runs failed: testInsertPreparedState (com._4paradigm.openmldb.jdbc.SQLRouterSmokeTest)

artifacts/linux-ut-result-java-6d3aeb49680bb1e06e8a533fa87659d5253db086/openmldb-jdbc/target/surefire-reports/junitreports/TEST-com._4paradigm.openmldb.jdbc.SQLRouterSmokeTest.xml [took 0s]
Raw output
null

      java.lang.AssertionError: null
at org.testng.Assert.fail(Assert.java:96)
at org.testng.Assert.fail(Assert.java:103)
at com._4paradigm.openmldb.jdbc.SQLRouterSmokeTest.testInsertPreparedState(SQLRouterSmokeTest.java:468)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:583)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:719)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:989)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109)
at org.testng.TestRunner.privateRun(TestRunner.java:648)
at org.testng.TestRunner.run(TestRunner.java:505)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:455)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415)
at org.testng.SuiteRunner.run(SuiteRunner.java:364)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1208)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1137)
at org.testng.TestNG.runSuites(TestNG.java:1049)
at org.testng.TestNG.run(TestNG.java:1017)
at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:136)
at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeSingleClass(TestNGDirectoryTestSuite.java:112)
at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:99)
at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:145)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548)

Check warning on line 0 in com._4paradigm.openmldb.jdbc.SQLRouterSmokeTest

See this annotation in the file changed.

@github-actions github-actions / SDK Test Report

testInsertPreparedState[com._4paradigm.openmldb.sdk.impl.SqlClusterExecutor@6f2bf657](2) (com._4paradigm.openmldb.jdbc.SQLRouterSmokeTest) failed

artifacts/linux-ut-result-java-6d3aeb49680bb1e06e8a533fa87659d5253db086/openmldb-jdbc/target/surefire-reports/TEST-com._4paradigm.openmldb.jdbc.SQLRouterSmokeTest.xml [took 0s]
Raw output
null
java.lang.AssertionError: null
	at com._4paradigm.openmldb.jdbc.SQLRouterSmokeTest.testInsertPreparedState(SQLRouterSmokeTest.java:468)
1091 [main] ERROR com._4paradigm.openmldb.sdk.impl.SqlClusterExecutor  - drop db failed: [2000] fail to drop db SQLRouterSmokeTest1701260388252 -- database not found
1133 [main] ERROR com._4paradigm.openmldb.sdk.impl.SqlClusterExecutor  - executeSQL failed: [2001] async offline query failed--ReturnCode[1003]--Fail to get TaskManager client
java.lang.NullPointerException
	at com._4paradigm.openmldb.jdbc.SQLRouterSmokeTest.testInsertPreparedState(SQLRouterSmokeTest.java:429)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124)
	at org.testng.internal.Invoker.invokeMethod(Invoker.java:583)
	at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:719)
	at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:989)
	at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
	at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109)
	at org.testng.TestRunner.privateRun(TestRunner.java:648)
	at org.testng.TestRunner.run(TestRunner.java:505)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:455)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415)
	at org.testng.SuiteRunner.run(SuiteRunner.java:364)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1208)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1137)
	at org.testng.TestNG.runSuites(TestNG.java:1049)
	at org.testng.TestNG.run(TestNG.java:1017)
	at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:136)
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeSingleClass(TestNGDirectoryTestSuite.java:112)
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:99)
	at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:145)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548)

Check warning on line 0 in com._4paradigm.openmldb.jdbc.SQLRouterSmokeTest

See this annotation in the file changed.

@github-actions github-actions / SDK Test Report

testInsertPreparedStateBatch[com._4paradigm.openmldb.sdk.impl.SqlClusterExecutor@6f2bf657](2) (com._4paradigm.openmldb.jdbc.SQLRouterSmokeTest) failed

artifacts/linux-ut-result-java-6d3aeb49680bb1e06e8a533fa87659d5253db086/openmldb-jdbc/target/surefire-reports/TEST-com._4paradigm.openmldb.jdbc.SQLRouterSmokeTest.xml [took 0s]
Raw output
null
java.lang.AssertionError: null
	at com._4paradigm.openmldb.jdbc.SQLRouterSmokeTest.testInsertPreparedStateBatch(SQLRouterSmokeTest.java:603)
1326 [main] ERROR com._4paradigm.openmldb.sdk.impl.SqlClusterExecutor  - drop db failed: [2000] fail to drop db SQLRouterSmokeTest1701260388487 -- database not found
1364 [main] ERROR com._4paradigm.openmldb.sdk.impl.SqlClusterExecutor  - executeSQL failed: [2001] async offline query failed--ReturnCode[1003]--Fail to get TaskManager client
java.lang.NullPointerException
	at com._4paradigm.openmldb.jdbc.SQLRouterSmokeTest.testInsertPreparedStateBatch(SQLRouterSmokeTest.java:537)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124)
	at org.testng.internal.Invoker.invokeMethod(Invoker.java:583)
	at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:719)
	at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:989)
	at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
	at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109)
	at org.testng.TestRunner.privateRun(TestRunner.java:648)
	at org.testng.TestRunner.run(TestRunner.java:505)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:455)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415)
	at org.testng.SuiteRunner.run(SuiteRunner.java:364)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1208)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1137)
	at org.testng.TestNG.runSuites(TestNG.java:1049)
	at org.testng.TestNG.run(TestNG.java:1017)
	at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:136)
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeSingleClass(TestNGDirectoryTestSuite.java:112)
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:99)
	at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:145)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548)

Check warning on line 0 in com._4paradigm.openmldb.jdbc.SQLRouterSmokeTest

See this annotation in the file changed.

@github-actions github-actions / SDK Test Report

testSmoke[com._4paradigm.openmldb.sdk.impl.SqlClusterExecutor@6f2bf657](2) (com._4paradigm.openmldb.jdbc.SQLRouterSmokeTest) failed

artifacts/linux-ut-result-java-6d3aeb49680bb1e06e8a533fa87659d5253db086/openmldb-jdbc/target/surefire-reports/TEST-com._4paradigm.openmldb.jdbc.SQLRouterSmokeTest.xml [took 0s]
Raw output
null
java.lang.AssertionError: null
	at com._4paradigm.openmldb.jdbc.SQLRouterSmokeTest.testSmoke(SQLRouterSmokeTest.java:260)
3135 [main] ERROR com._4paradigm.openmldb.sdk.impl.SqlClusterExecutor  - executeSQL failed: [2001] async offline query failed--ReturnCode[1003]--Fail to get TaskManager client
java.lang.NullPointerException
	at com._4paradigm.openmldb.jdbc.SQLRouterSmokeTest.testSmoke(SQLRouterSmokeTest.java:136)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124)
	at org.testng.internal.Invoker.invokeMethod(Invoker.java:583)
	at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:719)
	at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:989)
	at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
	at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109)
	at org.testng.TestRunner.privateRun(TestRunner.java:648)
	at org.testng.TestRunner.run(TestRunner.java:505)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:455)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415)
	at org.testng.SuiteRunner.run(SuiteRunner.java:364)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1208)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1137)
	at org.testng.TestNG.runSuites(TestNG.java:1049)
	at org.testng.TestNG.run(TestNG.java:1017)
	at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:136)
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeSingleClass(TestNGDirectoryTestSuite.java:112)
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:99)
	at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:145)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548)

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / SDK Test Report

3 skipped tests found

There are 3 skipped tests, see "Raw output" for the full list of skipped tests.
Raw output
tests.cmd_test ‑ test_cmd_static_check
tests.dbapi_test.TestOpenmldbDBAPI ‑ test_request_timeout
tests.static_check_test ‑ test_in_demo_docker

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / SDK Test Report

218 tests found

There are 218 tests, see "Raw output" for the full list of tests.
Raw output
com._4paradigm.hybridse.HybridSeLibraryTest ‑ initCoreTest
com._4paradigm.hybridse.sdk.RequestEngineTest ‑ RequestEngineTest
com._4paradigm.hybridse.sdk.RequestEngineTest ‑ RequestEngineTest[select col1, col2, col3 col4, col5, col6 from t1;](1)
com._4paradigm.hybridse.sdk.RequestEngineTest ‑ RequestEngineTest[select col2+col3 as addcol23 from t1;](2)
com._4paradigm.hybridse.sdk.SqlEngineTest ‑ sqlEngineTest
com._4paradigm.hybridse.sdk.SqlEngineTest ‑ sqlEngineTest2
com._4paradigm.hybridse.sdk.SqlEngineTest ‑ sqlEngineTest2[select col1, col2, col3 col4, col5, col6 from t1;](1)
com._4paradigm.hybridse.sdk.SqlEngineTest ‑ sqlEngineTest2[select col2+col3 as addcol23 from t1;](2)
com._4paradigm.hybridse.sdk.SqlEngineTest ‑ sqlEngineTest3
com._4paradigm.hybridse.sdk.SqlEngineTest ‑ sqlEngineTest3[select col1, col2, col3 col4, col5, col6 from t1;](1)
com._4paradigm.hybridse.sdk.SqlEngineTest ‑ sqlEngineTest3[select col2+col3 as addcol23 from t1;](2)
com._4paradigm.hybridse.sdk.SqlEngineTest ‑ sqlEngineTest4
com._4paradigm.hybridse.sdk.SqlEngineTest ‑ sqlEngineTest4[select col1, col2, col3 col4, col5, col6 from t1;](1)
com._4paradigm.hybridse.sdk.SqlEngineTest ‑ sqlEngineTest4[select col2+col3 as addcol23 from t1;](2)
com._4paradigm.hybridse.sdk.SqlEngineTest ‑ sqlEngineTest[select col1, col2, col3 col4, col5, col6 from t1;](1)
com._4paradigm.hybridse.sdk.SqlEngineTest ‑ sqlEngineTest[select col2+col3 as addcol23 from t1;](2)
com._4paradigm.hybridse.sdk.SqlEngineTest ‑ sqlLastJoinWithMultipleDB
com._4paradigm.hybridse.sdk.SqlEngineTest ‑ sqlLastJoinWithMultipleDB[,  SELECT sum(db1.t1.col1) over w1 as sum_t1_col1, db2.t2.str1 as t2_str1
 FROM db1.t1
 last join db2.t2 order by db2.t2.col1
 on db1.t1.col1 = db2.t2.col1 and db1.t1.col2 = db2.t2.col0
 WINDOW w1 AS (
  PARTITION BY db1.t1.col2 ORDER BY db1.t1.col1
  ROWS_RANGE BETWEEN 3 PRECEDING AND CURRENT ROW
 ) limit 10;](2)
com._4paradigm.hybridse.sdk.SqlEngineTest ‑ sqlLastJoinWithMultipleDB[db1,  SELECT sum(t1.col1) over w1 as sum_t1_col1, db2.t2.str1 as t2_str1
 FROM t1
 last join db2.t2 order by db2.t2.col1
 on t1.col1 = db2.t2.col1 and t1.col2 = db2.t2.col0
 WINDOW w1 AS (
  PARTITION BY t1.col2 ORDER BY t1.col1
  ROWS_RANGE BETWEEN 3 PRECEDING AND CURRENT ROW
 ) limit 10;](1)
com._4paradigm.hybridse.sdk.SqlEngineTest ‑ sqlLastJoinWithMultipleDB[null,  SELECT sum(db1.t1.col1) over w1 as sum_t1_col1, db2.t2.str1 as t2_str1
 FROM db1.t1
 last join db2.t2 order by db2.t2.col1
 on db1.t1.col1 = db2.t2.col1 and db1.t1.col2 = db2.t2.col0
 WINDOW w1 AS (
  PARTITION BY db1.t1.col2 ORDER BY db1.t1.col1
  ROWS_RANGE BETWEEN 3 PRECEDING AND CURRENT ROW
 ) limit 10;](3)
com._4paradigm.hybridse.sdk.SqlEngineTest ‑ sqlMultipleDBErrorTest
com._4paradigm.hybridse.sdk.SqlEngineTest ‑ sqlMultipleDBErrorTest[, SELECT db2.t2.str1 as t2_str1
 FROM t1
 last join db2.t2 order by db2.t2.col1
 on t1.col1 = db2.t2.col1 and t1.col2 = db2.t2.col0;
, SQL parse error: Fail to transform data provider op: table t1 not exists in database []](4)
com._4paradigm.hybridse.sdk.SqlEngineTest ‑ sqlMultipleDBErrorTest[db1, SELECT db1.t2.str1 as t2_str1
 FROM t1
 last join db2.t2 order by db2.t2.col1
 on t1.col1 = db2.t2.col1 and t1.col2 = db2.t2.col0;
, SQL parse error: Column Not found: db1.t2.str1](2)
com._4paradigm.hybridse.sdk.SqlEngineTest ‑ sqlMultipleDBErrorTest[db1, SELECT db2.t2.str1 as t2_str1
 FROM t1
 last join db2.t2 order by db2.t2.col1
 on t1.col1 = t2.col1 and t1.col2 = db2.t2.col0;
, SQL parse error: Column Not found: .t2.col1](3)
com._4paradigm.hybridse.sdk.SqlEngineTest ‑ sqlMultipleDBErrorTest[db1, SELECT t2.str1 as t2_str1
 FROM t1
 last join db2.t2 order by db2.t2.col1
 on t1.col1 = db2.t2.col1 and t1.col2 = db2.t2.col0;
, SQL parse error: Column Not found: .t2.str1](1)
com._4paradigm.hybridse.sdk.SqlEngineTest ‑ sqlMultipleDBErrorTest[null, SELECT db2.t2.str1 as t2_str1
 FROM t1
 last join db2.t2 order by db2.t2.col1
 on t1.col1 = db2.t2.col1 and t1.col2 = db2.t2.col0;
, SQL parse error: Fail to transform data provider op: table t1 not exists in database []](5)
com._4paradigm.hybridse.sdk.SqlEngineTest ‑ sqlWindowLastJoin
com._4paradigm.hybridse.sdk.SqlEngineTest ‑ sqlWindowLastJoin[ SELECT sum(t1.col1) over w1 as sum_t1_col1, t2.str1 as t2_str1
 FROM t1
 last join t2 order by t2.col1
 on t1.col1 = t2.col1 and t1.col2 = t2.col0
 WINDOW w1 AS (
  PARTITION BY t1.col2 ORDER BY t1.col1
  ROWS_RANGE BETWEEN 3 PRECEDING AND CURRENT ROW
 ) limit 10;](1)
com._4paradigm.openmldb.common.RowCodecTest ‑ testAppendNull
com._4paradigm.openmldb.common.RowCodecTest ‑ testAppendNull2
com._4paradigm.openmldb.common.RowCodecTest ‑ testAppendNull2[classic](1)
com._4paradigm.openmldb.common.RowCodecTest ‑ testAppendNull2[flexible](2)
com._4paradigm.openmldb.common.RowCodecTest ‑ testAppendNullAndEmpty
com._4paradigm.openmldb.common.RowCodecTest ‑ testAppendNullAndEmpty[classic](1)
com._4paradigm.openmldb.common.RowCodecTest ‑ testAppendNullAndEmpty[flexible](2)
com._4paradigm.openmldb.common.RowCodecTest ‑ testAppendNull[classic](1)
com._4paradigm.openmldb.common.RowCodecTest ‑ testAppendNull[flexible](2)
com._4paradigm.openmldb.common.RowCodecTest ‑ testDisorderPut
com._4paradigm.openmldb.common.RowCodecTest ‑ testDisorderPutBase
com._4paradigm.openmldb.common.RowCodecTest ‑ testDisorderPutBase[100000](18)
com._4paradigm.openmldb.common.RowCodecTest ‑ testDisorderPutBase[10000](16)
com._4paradigm.openmldb.common.RowCodecTest ‑ testDisorderPutBase[1000](12)
com._4paradigm.openmldb.common.RowCodecTest ‑ testDisorderPutBase[100](8)
com._4paradigm.openmldb.common.RowCodecTest ‑ testDisorderPutBase[10](4)
com._4paradigm.openmldb.common.RowCodecTest ‑ testDisorderPutBase[1](1)
com._4paradigm.openmldb.common.RowCodecTest ‑ testDisorderPutBase[20000](17)
com._4paradigm.openmldb.common.RowCodecTest ‑ testDisorderPutBase[2000](13)
com._4paradigm.openmldb.common.RowCodecTest ‑ testDisorderPutBase[200](9)
com._4paradigm.openmldb.common.RowCodecTest ‑ testDisorderPutBase[20](5)
com._4paradigm.openmldb.common.RowCodecTest ‑ testDisorderPutBase[3000](14)
com._4paradigm.openmldb.common.RowCodecTest ‑ testDisorderPutBase[300](10)
com._4paradigm.openmldb.common.RowCodecTest ‑ testDisorderPutBase[30](6)
com._4paradigm.openmldb.common.RowCodecTest ‑ testDisorderPutBase[3](2)
com._4paradigm.openmldb.common.RowCodecTest ‑ testDisorderPutBase[5000](15)
com._4paradigm.openmldb.common.RowCodecTest ‑ testDisorderPutBase[500](11)
com._4paradigm.openmldb.common.RowCodecTest ‑ testDisorderPutBase[50](7)
com._4paradigm.openmldb.common.RowCodecTest ‑ testDisorderPutBase[5](3)
com._4paradigm.openmldb.common.RowCodecTest ‑ testDisorderPut[100000](18)
com._4paradigm.openmldb.common.RowCodecTest ‑ testDisorderPut[10000](16)
com._4paradigm.openmldb.common.RowCodecTest ‑ testDisorderPut[1000](12)
com._4paradigm.openmldb.common.RowCodecTest ‑ testDisorderPut[100](8)
com._4paradigm.openmldb.common.RowCodecTest ‑ testDisorderPut[10](4)
com._4paradigm.openmldb.common.RowCodecTest ‑ testDisorderPut[1](1)
com._4paradigm.openmldb.common.RowCodecTest ‑ testDisorderPut[20000](17)
com._4paradigm.openmldb.common.RowCodecTest ‑ testDisorderPut[2000](13)
com._4paradigm.openmldb.common.RowCodecTest ‑ testDisorderPut[200](9)
com._4paradigm.openmldb.common.RowCodecTest ‑ testDisorderPut[20](5)
com._4paradigm.openmldb.common.RowCodecTest ‑ testDisorderPut[3000](14)
com._4paradigm.openmldb.common.RowCodecTest ‑ testDisorderPut[300](10)
com._4paradigm.openmldb.common.RowCodecTest ‑ testDisorderPut[30](6)
com._4paradigm.openmldb.common.RowCodecTest ‑ testDisorderPut[3](2)
com._4paradigm.openmldb.common.RowCodecTest ‑ testDisorderPut[5000](15)
com._4paradigm.openmldb.common.RowCodecTest ‑ testDisorderPut[500](11)
com._4paradigm.openmldb.common.RowCodecTest ‑ testDisorderPut[50](7)
com._4paradigm.openmldb.common.RowCodecTest ‑ testDisorderPut[5](3)
com._4paradigm.openmldb.common.RowCodecTest ‑ testDisorderStringOnly
com._4paradigm.openmldb.common.RowCodecTest ‑ testDisorderStringOnly[100000](18)
com._4paradigm.openmldb.common.RowCodecTest ‑ testDisorderStringOnly[10000](16)
com._4paradigm.openmldb.common.RowCodecTest ‑ testDisorderStringOnly[1000](12)
com._4paradigm.openmldb.common.RowCodecTest ‑ testDisorderStringOnly[100](8)
com._4paradigm.openmldb.common.RowCodecTest ‑ testDisorderStringOnly[10](4)
com._4paradigm.openmldb.common.RowCodecTest ‑ testDisorderStringOnly[1](1)
com._4paradigm.openmldb.common.RowCodecTest ‑ testDisorderStringOnly[20000](17)
com._4paradigm.openmldb.common.RowCodecTest ‑ testDisorderStringOnly[2000](13)
com._4paradigm.openmldb.common.RowCodecTest ‑ testDisorderStringOnly[200](9)
com._4paradigm.openmldb.common.RowCodecTest ‑ testDisorderStringOnly[20](5)
com._4paradigm.openmldb.common.RowCodecTest ‑ testDisorderStringOnly[3000](14)
com._4paradigm.openmldb.common.RowCodecTest ‑ testDisorderStringOnly[300](10)
com._4paradigm.openmldb.common.RowCodecTest ‑ testDisorderStringOnly[30](6)
com._4paradigm.openmldb.common.RowCodecTest ‑ testDisorderStringOnly[3](2)
com._4paradigm.openmldb.common.RowCodecTest ‑ testDisorderStringOnly[5000](15)
com._4paradigm.openmldb.common.RowCodecTest ‑ testDisorderStringOnly[500](11)
com._4paradigm.openmldb.common.RowCodecTest ‑ testDisorderStringOnly[50](7)
com._4paradigm.openmldb.common.RowCodecTest ‑ testDisorderStringOnly[5](3)
com._4paradigm.openmldb.common.RowCodecTest ‑ testEncode
com._4paradigm.openmldb.common.RowCodecTest ‑ testEncodeRow
com._4paradigm.openmldb.common.RowCodecTest ‑ testEncodeRow[classic](1)
com._4paradigm.openmldb.common.RowCodecTest ‑ testEncodeRow[flexible](2)
com._4paradigm.openmldb.common.RowCodecTest ‑ testEncode[classic](1)
com._4paradigm.openmldb.common.RowCodecTest ‑ testEncode[flexible](2)
com._4paradigm.openmldb.common.RowCodecTest ‑ testManyCol
com._4paradigm.openmldb.common.RowCodecTest ‑ testManyCol[classic](1)
com._4paradigm.openmldb.common.RowCodecTest ‑ testManyCol[flexible](2)
com._4paradigm.openmldb.common.RowCodecTest ‑ testNormal
com._4paradigm.openmldb.common.RowCodecTest ‑ testNormal[classic](1)
com._4paradigm.openmldb.common.RowCodecTest ‑ testNormal[flexible](2)
com._4paradigm.openmldb.common.RowCodecTest ‑ testNotAppendString
com._4paradigm.openmldb.common.RowCodecTest ‑ testNotAppendString[classic](1)
com._4paradigm.openmldb.common.RowCodecTest ‑ testNotAppendString[flexible](2)
com._4paradigm.openmldb.common.RowCodecTest ‑ testNull
com._4paradigm.openmldb.common.RowCodecTest ‑ testNull[classic](1)
com._4paradigm.openmldb.common.RowCodecTest ‑ testNull[flexible](2)
com._4paradigm.openmldb.common.RowCodecTest ‑ testSetMultiTimes
com._4paradigm.openmldb.common.RowCodecTest ‑ testSetMultiTimes[classic](1)
com._4paradigm.openmldb.common.RowCodecTest ‑ testSetMultiTimes[flexible](2)
com._4paradigm.openmldb.common.RowCodecTest ‑ testSpecialCase
com._4paradigm.openmldb.common.codec.TestBitMap ‑ testClear
com._4paradigm.openmldb.common.codec.TestBitMap ‑ testSetted
com._4paradigm.openmldb.common.codec.TestBitMap ‑ testSize
com._4paradigm.openmldb.common.codec.TestBitMap ‑ testValue
com._4paradigm.openmldb.common.codec.TestCodecUtil ‑ daysToDateInt
com._4paradigm.openmldb.common.codec.TestCodecUtil ‑ testDateIntToDate
com._4paradigm.openmldb.common.codec.TestCodecUtil ‑ testDateIntToDays
com._4paradigm.openmldb.common.codec.TestCodecUtil ‑ testDateToDateInt
com._4paradigm.openmldb.common.codec.TestCodecUtil ‑ testFromDateToDate
com._4paradigm.openmldb.common.codec.TestCodecUtil ‑ testFromDaysToDays
com._4paradigm.openmldb.common.codec.TestCodecUtil ‑ testSetStrOffset
com._4paradigm.openmldb.jdbc.JDBCDriverTest ‑ testAllOptionsInUrl
com._4paradigm.openmldb.jdbc.JDBCDriverTest ‑ testForKafkaConnector
com._4paradigm.openmldb.jdbc.JDBCDriverTest ‑ testForPulsarConnector
com._4paradigm.openmldb.jdbc.RequestPreparedStatementTest ‑ testBatchRequest
com._4paradigm.openmldb.jdbc.RequestPreparedStatementTest ‑ testBatchRequest[NoCompress, HDD](2)
com._4paradigm.openmldb.jdbc.RequestPreparedStatementTest ‑ testBatchRequest[NoCompress, Memory](1)
com._4paradigm.openmldb.jdbc.RequestPreparedStatementTest ‑ testBatchRequest[Snappy, HDD](4)
com._4paradigm.openmldb.jdbc.RequestPreparedStatementTest ‑ testBatchRequest[Snappy, Memory](3)
com._4paradigm.openmldb.jdbc.RequestPreparedStatementTest ‑ testDeploymentBatchRequest
com._4paradigm.openmldb.jdbc.RequestPreparedStatementTest ‑ testDeploymentBatchRequest[NoCompress, HDD](2)
com._4paradigm.openmldb.jdbc.RequestPreparedStatementTest ‑ testDeploymentBatchRequest[NoCompress, Memory](1)
com._4paradigm.openmldb.jdbc.RequestPreparedStatementTest ‑ testDeploymentBatchRequest[Snappy, HDD](4)
com._4paradigm.openmldb.jdbc.RequestPreparedStatementTest ‑ testDeploymentBatchRequest[Snappy, Memory](3)
com._4paradigm.openmldb.jdbc.RequestPreparedStatementTest ‑ testDeploymentRequest
com._4paradigm.openmldb.jdbc.RequestPreparedStatementTest ‑ testDeploymentRequest[NoCompress, HDD](2)
com._4paradigm.openmldb.jdbc.RequestPreparedStatementTest ‑ testDeploymentRequest[NoCompress, Memory](1)
com._4paradigm.openmldb.jdbc.RequestPreparedStatementTest ‑ testDeploymentRequest[Snappy, HDD](4)
com._4paradigm.openmldb.jdbc.RequestPreparedStatementTest ‑ testDeploymentRequest[Snappy, Memory](3)
com._4paradigm.openmldb.jdbc.RequestPreparedStatementTest ‑ testRequest
com._4paradigm.openmldb.jdbc.RequestPreparedStatementTest ‑ testRequest[NoCompress, HDD](2)
com._4paradigm.openmldb.jdbc.RequestPreparedStatementTest ‑ testRequest[NoCompress, Memory](1)
com._4paradigm.openmldb.jdbc.RequestPreparedStatementTest ‑ testRequest[Snappy, HDD](4)
com._4paradigm.openmldb.jdbc.RequestPreparedStatementTest ‑ testRequest[Snappy, Memory](3)
com._4paradigm.openmldb.jdbc.RequestPreparedStatementTest ‑ testResultSetNull
com._4paradigm.openmldb.jdbc.SQLRouterSmokeTest ‑ testDDLParseMethods
com._4paradigm.openmldb.jdbc.SQLRouterSmokeTest ‑ testInsertMeta
com._4paradigm.openmldb.jdbc.SQLRouterSmokeTest ‑ testInsertMeta[com._4paradigm.openmldb.sdk.impl.SqlClusterExecutor@4a14f7d7](1)
com._4paradigm.openmldb.jdbc.SQLRouterSmokeTest ‑ testInsertMeta[com._4paradigm.openmldb.sdk.impl.SqlClusterExecutor@5bf1b528](3)
com._4paradigm.openmldb.jdbc.SQLRouterSmokeTest ‑ testInsertMeta[com._4paradigm.openmldb.sdk.impl.SqlClusterExecutor@6f2bf657](2)
com._4paradigm.openmldb.jdbc.SQLRouterSmokeTest ‑ testInsertPreparedState
com._4paradigm.openmldb.jdbc.SQLRouterSmokeTest ‑ testInsertPreparedStateBatch
com._4paradigm.openmldb.jdbc.SQLRouterSmokeTest ‑ testInsertPreparedStateBatch[com._4paradigm.openmldb.sdk.impl.SqlClusterExecutor@4a14f7d7](1)
com._4paradigm.openmldb.jdbc.SQLRouterSmokeTest ‑ testInsertPreparedStateBatch[com._4paradigm.openmldb.sdk.impl.SqlClusterExecutor@5bf1b528](3)
com._4paradigm.openmldb.jdbc.SQLRouterSmokeTest ‑ testInsertPreparedStateBatch[com._4paradigm.openmldb.sdk.impl.SqlClusterExecutor@6f2bf657](2)
com._4paradigm.openmldb.jdbc.SQLRouterSmokeTest ‑ testInsertPreparedState[com._4paradigm.openmldb.sdk.impl.SqlClusterExecutor@4a14f7d7](1)
com._4paradigm.openmldb.jdbc.SQLRouterSmokeTest ‑ testInsertPreparedState[com._4paradigm.openmldb.sdk.impl.SqlClusterExecutor@5bf1b528](3)
com._4paradigm.openmldb.jdbc.SQLRouterSmokeTest ‑ testInsertPreparedState[com._4paradigm.openmldb.sdk.impl.SqlClusterExecutor@6f2bf657](2)
com._4paradigm.openmldb.jdbc.SQLRouterSmokeTest ‑ testMergeSQL
com._4paradigm.openmldb.jdbc.SQLRouterSmokeTest ‑ testMoreOptions
com._4paradigm.openmldb.jdbc.SQLRouterSmokeTest ‑ testParameterizedQueryFail
com._4paradigm.openmldb.jdbc.SQLRouterSmokeTest ‑ testParameterizedQueryFail[com._4paradigm.openmldb.sdk.impl.SqlClusterExecutor@4a14f7d7](1)
com._4paradigm.openmldb.jdbc.SQLRouterSmokeTest ‑ testParameterizedQueryFail[com._4paradigm.openmldb.sdk.impl.SqlClusterExecutor@5bf1b528](3)
com._4paradigm.openmldb.jdbc.SQLRouterSmokeTest ‑ testParameterizedQueryFail[com._4paradigm.openmldb.sdk.impl.SqlClusterExecutor@6f2bf657](2)
com._4paradigm.openmldb.jdbc.SQLRouterSmokeTest ‑ testSmoke
com._4paradigm.openmldb.jdbc.SQLRouterSmokeTest ‑ testSmoke[com._4paradigm.openmldb.sdk.impl.SqlClusterExecutor@4a14f7d7](1)
com._4paradigm.openmldb.jdbc.SQLRouterSmokeTest ‑ testSmoke[com._4paradigm.openmldb.sdk.impl.SqlClusterExecutor@5bf1b528](3)
com._4paradigm.openmldb.jdbc.SQLRouterSmokeTest ‑ testSmoke[com._4paradigm.openmldb.sdk.impl.SqlClusterExecutor@6f2bf657](2)
com._4paradigm.openmldb.jdbc.SQLRouterSmokeTest ‑ testValidateSQL
com._4paradigm.openmldb.jdbc.StatementTest ‑ testDelete
com._4paradigm.openmldb.jdbc.StatementTest ‑ testDeploy
com._4paradigm.openmldb.jdbc.StatementTest ‑ testExecute
com._4paradigm.openmldb.sdk.SdkOptionTest ‑ testGetSet
tests.cmd_test ‑ test_argparse
tests.cmd_test ‑ test_cmd
tests.cmd_test ‑ test_cmd_static_check
tests.cmd_test ‑ test_helpmsg
tests.conf_validator_test ‑ test_validate_dist_conf
tests.dbapi_test.TestOpenmldbDBAPI ‑ test_connect_options
tests.dbapi_test.TestOpenmldbDBAPI ‑ test_cursor_without_db
tests.dbapi_test.TestOpenmldbDBAPI ‑ test_custom_order_insert
tests.dbapi_test.TestOpenmldbDBAPI ‑ test_invalid_create
tests.dbapi_test.TestOpenmldbDBAPI ‑ test_invalid_database_arg
tests.dbapi_test.TestOpenmldbDBAPI ‑ test_request_timeout
tests.dbapi_test.TestOpenmldbDBAPI ‑ test_select_conditioned
tests.dbapi_test.TestOpenmldbDBAPI ‑ test_simple_insert_select
tests.dist_conf_test ‑ test_auto_read
tests.dist_conf_test ‑ test_read_hosts
tests.dist_conf_test ‑ test_read_yaml
tests.inspect_test ‑ test_show
tests.log_parser_test ‑ test_pattern_logs[/__w/OpenMLDB/OpenMLDB/python/openmldb_tool/tests/off_err_logs/no_class.logfile]
tests.log_parser_test ‑ test_pattern_logs[/__w/OpenMLDB/OpenMLDB/python/openmldb_tool/tests/off_err_logs/no_db.logfile]
tests.log_parser_test ‑ test_pattern_logs[/__w/OpenMLDB/OpenMLDB/python/openmldb_tool/tests/off_err_logs/no_hive_table.logfile]
tests.log_parser_test ‑ test_pattern_logs[/__w/OpenMLDB/OpenMLDB/python/openmldb_tool/tests/off_err_logs/no_table.logfile]
tests.log_parser_test ‑ test_pattern_logs[/__w/OpenMLDB/OpenMLDB/python/openmldb_tool/tests/off_err_logs/select_into_empty.logfile]
tests.log_parser_test ‑ test_pattern_logs[/__w/OpenMLDB/OpenMLDB/python/openmldb_tool/tests/off_err_logs/yarn_error.logfile]
tests.openmldb_client_test.TestOpenMLDBClient ‑ test_basic
tests.openmldb_client_test.TestOpenMLDBClient ‑ test_more_parameterized_query
tests.openmldb_client_test.TestOpenMLDBClient ‑ test_procedure
tests.rpc_test ‑ test_rpc
tests.sdk_smoke_test ‑ test_sdk_smoke
tests.sql_magic_test.TestSQLMagicOpenMLDB ‑ test_create_table
tests.sql_magic_test.TestSQLMagicOpenMLDB ‑ test_drop
tests.sql_magic_test.TestSQLMagicOpenMLDB ‑ test_insert
tests.sql_magic_test.TestSQLMagicOpenMLDB ‑ test_select
tests.sqlalchemy_api_test.TestSqlalchemyAPI ‑ test_create_table
tests.sqlalchemy_api_test.TestSqlalchemyAPI ‑ test_insert
tests.sqlalchemy_api_test.TestSqlalchemyAPI ‑ test_request_timeout
tests.sqlalchemy_api_test.TestSqlalchemyAPI ‑ test_select
tests.sqlalchemy_api_test.TestSqlalchemyAPI ‑ test_zk_log
tests.static_check_test ‑ test_in_demo_docker
tests.static_check_test ‑ test_local_collector