Skip to content

Commit cc7db8b

Browse files
author
Hendrik Muhs
committed
remove debug log
1 parent 32a2ae7 commit cc7db8b

File tree

2 files changed

+1
-2
lines changed
  • x-pack/plugin/transform/qa

2 files changed

+1
-2
lines changed

x-pack/plugin/transform/qa/multi-node-tests/src/test/java/org/elasticsearch/xpack/transform/integration/TransformIT.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,6 @@ public void testStopWaitForCheckpoint() throws Exception {
238238
indexName
239239
).setSyncConfig(new TimeSyncConfig("timestamp", TimeValue.timeValueSeconds(1))).build();
240240

241-
logger.info("config: {}", config);
242-
243241
assertTrue(putTransform(config, RequestOptions.DEFAULT).isAcknowledged());
244242
assertTrue(startTransform(config.getId(), RequestOptions.DEFAULT).isAcknowledged());
245243

x-pack/plugin/transform/qa/single-node-tests/src/test/java/org/elasticsearch/xpack/transform/integration/TransformPivotRestIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ public void testSimplePivotWithScript() throws Exception {
115115
BASIC_AUTH_VALUE_TRANSFORM_ADMIN_WITH_SOME_DATA_ACCESS
116116
);
117117

118+
// same pivot as testSimplePivot, but we retrieve the grouping key using a script and add prefix
118119
String config = "{"
119120
+ " \"dest\": {\"index\":\""
120121
+ transformIndex

0 commit comments

Comments
 (0)