We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b7d3d6 commit 3e5b9ddCopy full SHA for 3e5b9dd
flink-runtime/src/test/java/org/apache/flink/runtime/taskexecutor/slot/TaskSlotTableImplTest.java
@@ -62,7 +62,7 @@ class TaskSlotTableImplTest {
62
63
private static final Duration SLOT_TIMEOUT = Duration.ofSeconds(100L);
64
65
- /** Tests that one can can mark allocated slots as active. */
+ /** Tests that one can mark allocated slots as active. */
66
@Test
67
void testTryMarkSlotActive() throws Exception {
68
final TaskSlotTableImpl<?> taskSlotTable = createTaskSlotTableAndStart(3);
0 commit comments