Skip to content

Commit f016c71

Browse files
authored
Merge pull request #1078 from cdapio/bump-version-and-fix-spanner
Bump version and fix spanner
2 parents fb3322d + 7f29a10 commit f016c71

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: integration-test-remote/src/test/java/io/cdap/cdap/app/etl/gcp/GoogleCloudSpannerTest.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -370,8 +370,8 @@ public void testReadAndStoreWithNoSourceSchema() throws Exception {
370370
private void checkMetrics(String applicationName, int expectedCount) throws Exception {
371371
Map<String, String> tags = ImmutableMap.of(Constants.Metrics.Tag.NAMESPACE, TEST_NAMESPACE.getNamespace(),
372372
Constants.Metrics.Tag.APP, applicationName);
373-
checkMetric(tags, "user." + SPANNER_SOURCE_STAGE_NAME + ".records.out", expectedCount, 10);
374-
checkMetric(tags, "user." + SPANNER_SINK_STAGE_NAME + ".records.in", expectedCount, 10);
373+
checkMetric(tags, "user." + SPANNER_SOURCE_STAGE_NAME + ".records.out", expectedCount, 60);
374+
checkMetric(tags, "user." + SPANNER_SINK_STAGE_NAME + ".records.in", expectedCount, 60);
375375
}
376376

377377
private void verifySinkData(String tableName) {

Diff for: pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
<properties>
3838
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3939
<bigtable.version>1.8.0</bigtable.version>
40-
<cdap.pre.version>6.2.1</cdap.pre.version>
41-
<cdap.version>6.3.0-SNAPSHOT</cdap.version>
42-
<cdap.plugin.version>2.5.0-SNAPSHOT</cdap.plugin.version>
40+
<cdap.pre.version>6.2.3</cdap.pre.version>
41+
<cdap.version>6.4.0-SNAPSHOT</cdap.version>
42+
<cdap.plugin.version>2.6.0-SNAPSHOT</cdap.plugin.version>
4343
<!-- cdap.examples.version is overridden in the pre-stage of upgrade tests -->
4444
<cdap.examples.version>${cdap.version}</cdap.examples.version>
4545
<cdap.common.version>0.13.0-SNAPSHOT</cdap.common.version>

0 commit comments

Comments
 (0)