Skip to content

Commit f57c664

Browse files
committed
Enhancement: Support IT case
1 parent f0e08e4 commit f57c664

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flink-cdc-e2e-tests/flink-cdc-source-e2e-tests/src/test/java/org/apache/flink/cdc/connectors/tests/OceanBaseE2eITCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ void testOBBinlogCDC() throws Exception {
119119
" 'password' = '" + DEFAULT_PASSWORD + "',",
120120
" 'database-name' = '" + DATABASE_NAME + "',",
121121
" 'table-name' = 'products_source',",
122-
" 'server-time-zone' = 'UTC',",
122+
" 'server-time-zone' = 'Asia/Shanghai',",
123123
" 'server-id' = '5800-5900',",
124124
" 'scan.incremental.snapshot.chunk.size' = '4',",
125125
" 'scan.incremental.close-idle-reader.enabled' = '"

0 commit comments

Comments
 (0)