Skip to content

Commit

Permalink
Merge branch '__rultor'
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed May 10, 2023
2 parents 988d3db + 92a46f6 commit 3b18ab7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ target/
.classpath
.recommenders
.mvn/wrapper/maven-wrapper.jar
.factorypath
.factorypath
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,12 @@
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
import org.junit.jupiter.api.io.TempDir;
import org.junit.jupiter.api.parallel.Execution;
import org.junit.jupiter.api.parallel.ExecutionMode;

/**
* Test case for {@link BinarizeMojo}.
*
* @since 0.1
* @todo #1996:30min Make BinarizeMojoTest run tests in parallel.
* Currently all tests in this class are executed in the same thread. This is done by the
* annotation @Execution(ExecutionMode.SAME_THREAD) on the class. This is a temporary solution
* because the class has some concurrency problems. We need to make the tests in this class run
* in parallel and then remove the annotation.
*/
@Execution(ExecutionMode.SAME_THREAD)
final class BinarizeMojoTest {

/**
Expand Down

1 comment on commit 3b18ab7

@0pdd
Copy link

@0pdd 0pdd commented on 3b18ab7 May 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 1996-cf9e8e91 disappeared from eo-maven-plugin/src/test/java/org/eolang/maven/BinarizeMojoTest.java), that's why I closed #2017. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

Please sign in to comment.