Add more logs to the test
This commit is contained in:
parent
da1ff05b1b
commit
78e3b27601
1 changed files with 2 additions and 2 deletions
|
|
@ -958,8 +958,8 @@ public class ShardConsumerTest {
|
||||||
log.info("Scheduler Thread: Invoking ShardConsumer.executeLifecycle() to invoke subscribe and" +
|
log.info("Scheduler Thread: Invoking ShardConsumer.executeLifecycle() to invoke subscribe and" +
|
||||||
" complete initialization");
|
" complete initialization");
|
||||||
consumer.executeLifecycle();
|
consumer.executeLifecycle();
|
||||||
// initialization should be done by now, make sure shard consumer did not
|
log.info("Scheduler Thread: Done initializing the ShardConsumer");
|
||||||
// perform shutdown processing yet.
|
|
||||||
log.info("Verifying scheduler did not perform shutdown transition during initialization");
|
log.info("Verifying scheduler did not perform shutdown transition during initialization");
|
||||||
verify(mockState, times(0)).shutdownTransition(any());
|
verify(mockState, times(0)).shutdownTransition(any());
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue