Fix mistake the SQL exception should be throws otherwise users cannot see the table name (servers
) makes it impossible to
solve the assignment. Add explicit test for this to guard against future mistakes
This commit is contained in:
@ -38,6 +38,6 @@ public class ProgressRaceConditionTest extends IntegrationTest {
|
||||
} catch (InterruptedException | ExecutionException e) {
|
||||
throw new IllegalStateException(e);
|
||||
}
|
||||
}).count()).isGreaterThan(10);
|
||||
}).count()).isGreaterThan(8);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user