Skip to content

Commit

Permalink
MINOR: add test tag for testDeadToDeadIllegalTransition (apache#13694)
Browse files Browse the repository at this point in the history
Reviewers: David Jacot <[email protected]>
  • Loading branch information
jeffkbkim authored May 11, 2023
1 parent ee41328 commit 38adb39
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ class GroupMetadataTest {
assertThrows(classOf[IllegalStateException], () => group.transitionTo(CompletingRebalance))
}

@Test
def testDeadToDeadIllegalTransition(): Unit = {
group.transitionTo(PreparingRebalance)
group.transitionTo(Dead)
Expand Down

0 comments on commit 38adb39

Please sign in to comment.