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

rong pushed a commit to branch it-pipe-fix-timeout
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/it-pipe-fix-timeout by this 
push:
     new 91e1d4d3fa4 ...
91e1d4d3fa4 is described below

commit 91e1d4d3fa41790b7b92deb2bab6ec6d27c63bd9
Author: Steve Yurong Su <[email protected]>
AuthorDate: Wed Aug 16 11:43:59 2023 +0800

    ...
---
 .../src/test/java/org/apache/iotdb/pipe/it/IoTDBPipeDataSyncIT.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/integration-test/src/test/java/org/apache/iotdb/pipe/it/IoTDBPipeDataSyncIT.java
 
b/integration-test/src/test/java/org/apache/iotdb/pipe/it/IoTDBPipeDataSyncIT.java
index 9dc30889adc..93245b05d9e 100644
--- 
a/integration-test/src/test/java/org/apache/iotdb/pipe/it/IoTDBPipeDataSyncIT.java
+++ 
b/integration-test/src/test/java/org/apache/iotdb/pipe/it/IoTDBPipeDataSyncIT.java
@@ -124,7 +124,7 @@ public class IoTDBPipeDataSyncIT {
                         "Time,root.vehicle.d0.s1,",
                         Collections.singleton("0,1.0,"));
                     return true;
-                  } catch (SQLException e) {
+                  } catch (Exception e) {
                     return false;
                   }
                 });

Reply via email to