File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
temporal-sdk/src/test/java/io/temporal/internal/worker Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 11package io .temporal .internal .worker ;
22
3+ import static org .junit .Assert .*;
4+
35import com .uber .m3 .tally .NoopScope ;
46import io .temporal .worker .tuning .PollerBehaviorSimpleMaximum ;
5- import org .checkerframework .checker .nullness .qual .NonNull ;
6- import org .junit .Test ;
7- import org .junit .runner .RunWith ;
8- import org .junit .runners .Parameterized ;
9-
107import java .util .concurrent .CompletableFuture ;
118import java .util .concurrent .CountDownLatch ;
129import java .util .concurrent .TimeUnit ;
1310import java .util .concurrent .atomic .AtomicReference ;
14-
15- import static org .junit .Assert .*;
11+ import org .checkerframework .checker .nullness .qual .NonNull ;
12+ import org .junit .Test ;
13+ import org .junit .runner .RunWith ;
14+ import org .junit .runners .Parameterized ;
1615
1716/**
1817 * Tests that an in-flight poll survives shutdown when graceful poll shutdown is enabled, and is
You can’t perform that action at this time.
0 commit comments