Skip to content

Commit 723d31a

Browse files
fix: Version mismatch in integration tests.
1 parent 936ee73 commit 723d31a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

it/google-cloud-platform/src/main/java/org/apache/beam/it/gcp/JDBCBaseIT.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ public abstract class JDBCBaseIT extends TemplateTestBase {
5757
// NOTE: These versions must correspond to the versions declared in the `it/pom.xml` file.
5858
private static final String MYSQL_VERSION = "8.0.30";
5959
private static final String POSTGRES_VERSION = "42.6.1";
60-
private static final String ORACLE_VERSION = "23.2.0.0";
61-
private static final String MSSQL_VERSION = "12.2.0.jre11";
60+
private static final String ORACLE_VERSION = "23.9.0.25.07";
61+
private static final String MSSQL_VERSION = "13.2.1.jre11";
6262

6363
@Before
6464
public void setUpJDBC() throws IOException {

v2/datastream-to-spanner/src/test/java/com/google/cloud/teleport/v2/templates/loadtesting/DataStreamToSpannerLTBase.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ public void runLoadTest(
164164
put("dlqGcsPubSubSubscription", dlqSubscription.toString());
165165
put("datastreamSourceType", "mysql");
166166
put("inputFileFormat", "avro");
167+
put("workerMachineType", "n2-standard-4");
167168
}
168169
};
169170

0 commit comments

Comments
 (0)