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:
Nanne Baars
2019-11-11 17:24:46 +01:00
committed by Nanne Baars
parent 7d48427d4f
commit e07a2aff48
3 changed files with 51 additions and 42 deletions

View File

@ -38,6 +38,6 @@ public class ProgressRaceConditionTest extends IntegrationTest {
} catch (InterruptedException | ExecutionException e) {
throw new IllegalStateException(e);
}
}).count()).isGreaterThan(10);
}).count()).isGreaterThan(8);
}
}