This is an automated email from the ASF dual-hosted git repository.

ivandasch pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new 553f80f8472 IGNITE-24126 [ducktests] Fix flacky jdbc_thin_test (#11782)
553f80f8472 is described below

commit 553f80f8472e77937a0fc22507d2c91cd78012af
Author: Sergey Korotkov <[email protected]>
AuthorDate: Sun Dec 29 01:21:25 2024 +0700

    IGNITE-24126 [ducktests] Fix flacky jdbc_thin_test (#11782)
---
 modules/ducktests/tests/ignitetest/tests/jdbc_thin_test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/ducktests/tests/ignitetest/tests/jdbc_thin_test.py 
b/modules/ducktests/tests/ignitetest/tests/jdbc_thin_test.py
index 766ca010261..cb6c4c50ef8 100644
--- a/modules/ducktests/tests/ignitetest/tests/jdbc_thin_test.py
+++ b/modules/ducktests/tests/ignitetest/tests/jdbc_thin_test.py
@@ -61,6 +61,6 @@ class JdbcThinTest(IgniteTest):
             num_nodes=1)
 
         app.start()
-        app.stop()
+        app.await_stopped()
 
         ignite.stop()

Reply via email to