Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
mjsax committed Jan 23, 2025
1 parent cd7ec87 commit aef4458
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -515,8 +515,6 @@ public void localSessionStoreShouldNotAllowInitOrClose() {

@Test
public void shouldNotSendRecordHeadersToChangelogTopic() {
// foreachSetUp();

when(stateManager.taskType()).thenReturn(TaskType.ACTIVE);
when(stateManager.registeredChangelogPartitionFor(REGISTERED_STORE_NAME)).thenReturn(CHANGELOG_PARTITION);

Expand Down Expand Up @@ -695,8 +693,6 @@ public void shouldThrowUnsupportedOperationExceptionOnRecordContext() {

@Test
public void shouldMatchStreamTime() {
// foreachSetUp();

when(stateManager.taskType()).thenReturn(TaskType.ACTIVE);

context = buildProcessorContextImpl(streamsConfig, stateManager);
Expand Down Expand Up @@ -733,8 +729,6 @@ public void shouldAddAndGetProcessorKeyValue() {

@Test
public void shouldSetAndGetProcessorMetaData() {
// foreachSetUp();

context = buildProcessorContextImpl(streamsConfig, stateManager);

mockProcessorNodeWithLocalKeyValueStore();
Expand Down

0 comments on commit aef4458

Please sign in to comment.