Skip to content

Commit e8f0d67

Browse files
author
李鹏程
committed
mysql test
1 parent 89a3f2c commit e8f0d67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/flink-cdc-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ jobs:
5151
. .github/workflows/utils.sh
5252
jvm_timezone=$(random_timezone)
5353
echo "JVM timezone is set to $jvm_timezone"
54-
mvn -T 1C -B clean install -pl 'org.apache.paimon:paimon-flink-cdc' -Duser.timezone=$jvm_timezone
54+
mvn -T 1C -B clean install -pl 'org.apache.paimon:paimon-flink-cdc' -Duser.timezone=$jvm_timezone -Dtest=org.apache.paimon.flink.action.cdc.mysql.MySqlCdcTypeMappingITCase#testNoChange
5555
env:
5656
MAVEN_OPTS: -Xmx4096m

paimon-flink/paimon-flink-cdc/src/test/java/org/apache/paimon/flink/action/cdc/mysql/MySqlCdcTypeMappingITCase.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ public void testDecimalNoChange() throws Exception {
746746

747747
// -------------------------------------- no-change --------------------------------------
748748
@Test
749-
@Timeout(60)
749+
@Timeout(120)
750750
public void testNoChange() throws Exception {
751751
Map<String, String> mySqlConfig = getBasicMySqlConfig();
752752
mySqlConfig.put("database-name", "char_no_change_test");

0 commit comments

Comments
 (0)