Skip to content

Commit

Permalink
Make launcher method public in LoadTestBase. (#28568)
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavbhandari24 authored Sep 20, 2023
1 parent 0b131c9 commit 5fb13e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public void tearDownBase() throws IOException {
}

@Override
PipelineLauncher launcher() {
public PipelineLauncher launcher() {
return DefaultPipelineLauncher.builder(CREDENTIALS).build();
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public void tearDownLoadTestBase() throws IOException {
monitoringClient.cleanupAll();
}

abstract PipelineLauncher launcher();
public abstract PipelineLauncher launcher();

/**
* Exports the metrics of given dataflow job to BigQuery.
Expand Down

0 comments on commit 5fb13e0

Please sign in to comment.