Skip to content

Commit

Permalink
fixup! improve IT
Browse files Browse the repository at this point in the history
  • Loading branch information
VGalaxies committed Jun 25, 2024
1 parent c96e933 commit f5daf86
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ private void createPipes(final long currentTime, final Map<String, String> conne

extractorAttributes.put("inclusion", "data.insert");
extractorAttributes.put("inclusion.exclusion", "data.delete");
extractorAttributes.put("pattern", "root.topic1.s");
extractorAttributes.put("path", "root.topic1.s");
extractorAttributes.put("end-time", String.valueOf(currentTime - 1));

final TSStatus status =
Expand All @@ -900,7 +900,7 @@ private void createPipes(final long currentTime, final Map<String, String> conne

extractorAttributes.put("inclusion", "data.insert");
extractorAttributes.put("inclusion.exclusion", "data.delete");
extractorAttributes.put("pattern", "root.topic2.s");
extractorAttributes.put("path", "root.topic2.s");
extractorAttributes.put("start-time", String.valueOf(currentTime));

final TSStatus status =
Expand Down

0 comments on commit f5daf86

Please sign in to comment.