Skip to content

Commit

Permalink
[test] By removing all default exclusions the nested classes get exec…
Browse files Browse the repository at this point in the history
…uted (#3211)
  • Loading branch information
JingsongLi authored Apr 15, 2024
1 parent a5d1b3c commit 9bb755d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ public static class WithPartialUpdateMergeFunctionTest extends SortBufferWriteBu

@Override
protected boolean addOnly() {
return false;
return true;
}

@Override
Expand Down
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,10 @@ under the License.
<junit.jupiter.extensions.autodetection.enabled>true</junit.jupiter.extensions.autodetection.enabled>
</systemPropertyVariables>
<argLine>-Xms256m -Xmx2048m -Dmvn.forkNumber=${surefire.forkNumber} -XX:+UseG1GC</argLine>
<!-- By removing all default exclusions the nested classes get executed too -->
<excludes>
<exclude/>
</excludes>
</configuration>
<executions>
<!--execute all the unit tests-->
Expand Down

0 comments on commit 9bb755d

Please sign in to comment.