oceanbase / flink-connector-oceanbase

Apache Flink Connectors for OceanBase.
https://oceanbase.github.io/flink-connector-oceanbase/
Apache License 2.0
17 stars 7 forks source link

hotfix: avoid test cases that may fall into infinite loops. #68

Closed yuanoOo closed 5 months ago

yuanoOo commented 5 months ago

Summary

com.oceanbase.connector.flink.OceanBaseOracleConnectorITCase#waitForTableCount This method will cause some test cases that do not meet the expectations to fall into an infinite loop, never being able to exit.

Solution Description