Skip to content

Commit

Permalink
HADOOP-19250. [Addendum] Fix test TestServiceInterruptHandling.testRe…
Browse files Browse the repository at this point in the history
…gisterAndRaise. (#7008)


Contributed by Chenyu Zheng
  • Loading branch information
zhengchenyu authored Aug 30, 2024
1 parent b404c8c commit 1655acc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class TestServiceInterruptHandling
@Test
public void testRegisterAndRaise() throws Throwable {
InterruptCatcher catcher = new InterruptCatcher();
String name = IrqHandler.CONTROL_C;
String name = "USR2";
IrqHandler irqHandler = new IrqHandler(name, catcher);
irqHandler.bind();
assertEquals(0, irqHandler.getSignalCount());
Expand Down

0 comments on commit 1655acc

Please sign in to comment.