Commit 03cb8b2
committed
[hotfix][oceanbase] Fix CI test failures: set OB_MEMORY_LIMIT and fix connector identifier
1. Set OB_MEMORY_LIMIT=4G for OceanBase test container. The default
6G exceeds available memory in GitHub Actions runners when OceanBase
tests run after other connector tests.
2. Fix OceanBaseFailoverITCase using 'mysql-cdc' instead of
'oceanbase-cdc' as the connector identifier, which caused failover
tests to exercise the wrong connector factory.1 parent b94d7b2 commit 03cb8b2
2 files changed
Lines changed: 2 additions & 1 deletion
File tree
- flink-cdc-connect/flink-cdc-source-connectors/flink-connector-oceanbase-cdc/src/test/java/org/apache/flink/cdc/connectors/oceanbase
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
347 | | - | |
| 347 | + | |
348 | 348 | | |
349 | 349 | | |
350 | 350 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| |||
0 commit comments