Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ public class WorkerCustomSourcesTest {
@Rule public ExpectedLogs logged = ExpectedLogs.none(WorkerCustomSources.class);

private static final String COMPUTATION_ID = "computationId";
private static final String SYSTEM_NAME = "systemName";

private DataflowPipelineOptions options;

Expand Down Expand Up @@ -1019,7 +1020,7 @@ public void testFailedWorkItemsAbort() throws Exception {
new HotKeyLogger(),
/*hotKeyLoggingEnabled=*/ false,
/*stepName=*/ "stepName",
/*systemName=*/ "systemName",
/*systemName=*/ SYSTEM_NAME,
StreamingCounters.create(),
mock(FailureTracker.class),
"sourceBytesProcessCounterName",
Expand Down
Loading