Skip to content

Commit

Permalink
feat(objectionary#2638): returned accidentally deleted comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanich96 committed Dec 20, 2023
1 parent 21043d5 commit 6b3839d
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,12 @@ void optimizesSuccessfully(@TempDir final Path temp) throws IOException {
);
}

/**
* The test with high number of eo programs reveals concurrency problems of the OptimizeMojo.
* Since other tests works only with single program - it's hard to find concurrency mistakes.
* @param temp Test directory.
* @throws java.io.IOException If problem with filesystem happened.
*/
@Test
void optimizesConcurrentlyWithLotsOfPrograms(@TempDir final Path temp) throws IOException {
final FakeMaven maven = new FakeMaven(temp);
Expand Down

0 comments on commit 6b3839d

Please sign in to comment.