Skip to content

Commit

Permalink
fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
jainsahab committed Nov 18, 2023
1 parent 9827fb9 commit 38725f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ public void setUp() {

@After
public void tearDown() throws Exception {
// TODO(gapic_upgrade): Constant ping: temporarily addressing the connection refused error
// TODO(gapic_upgrade): Constant ping: temporarily addressing the flaky connection refused error
helper.checkHealth();
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@ public void tearDown() throws Exception {
KeyQuery taskQuery = Query.newKeyQueryBuilder().setKind("Task").build();
Key[] taskKeysToDelete = Iterators.toArray(datastoreRealBackend.run(taskQuery), Key.class);
datastoreRealBackend.delete(taskKeysToDelete);

// TODO(gapic_upgrade): Constant ping: temporarily addressing the flaky connection refused error
HELPER.checkHealth();
}

/**
Expand Down

0 comments on commit 38725f0

Please sign in to comment.