Skip to content

Commit

Permalink
remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendrik Muhs committed Mar 5, 2020
1 parent 32a2ae7 commit cc7db8b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,6 @@ public void testStopWaitForCheckpoint() throws Exception {
indexName
).setSyncConfig(new TimeSyncConfig("timestamp", TimeValue.timeValueSeconds(1))).build();

logger.info("config: {}", config);

assertTrue(putTransform(config, RequestOptions.DEFAULT).isAcknowledged());
assertTrue(startTransform(config.getId(), RequestOptions.DEFAULT).isAcknowledged());

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ public void testSimplePivotWithScript() throws Exception {
BASIC_AUTH_VALUE_TRANSFORM_ADMIN_WITH_SOME_DATA_ACCESS
);

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

0 comments on commit cc7db8b

Please sign in to comment.