Skip to content

Commit 19a3bc6

Browse files
olamydependabot[bot]
authored andcommitted
downgrade test-helper for now
Signed-off-by: Olivier Lamy <olamy@apache.org>
1 parent c2535b7 commit 19a3bc6

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

jetty-ee9/jetty-ee9-servlet/src/test/java/org/eclipse/jetty/ee9/servlet/AsyncServletTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
import org.junit.jupiter.api.AfterEach;
5656
import org.junit.jupiter.api.BeforeEach;
5757
import org.junit.jupiter.api.Test;
58+
import org.junit.jupiter.api.parallel.Isolated;
5859

5960
import static org.hamcrest.MatcherAssert.assertThat;
6061
import static org.hamcrest.Matchers.contains;
@@ -63,6 +64,7 @@
6364
import static org.junit.jupiter.api.Assertions.assertFalse;
6465
import static org.junit.jupiter.api.Assertions.assertTrue;
6566

67+
@Isolated
6668
public class AsyncServletTest
6769
{
6870
protected AsyncServlet _servlet = new AsyncServlet();

jetty-ee9/jetty-ee9-servlet/src/test/java/org/eclipse/jetty/ee9/servlet/DispatcherTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
import org.junit.jupiter.api.BeforeEach;
7474
import org.junit.jupiter.api.Disabled;
7575
import org.junit.jupiter.api.Test;
76+
import org.junit.jupiter.api.parallel.Isolated;
7677
import org.slf4j.Logger;
7778
import org.slf4j.LoggerFactory;
7879

@@ -85,6 +86,7 @@
8586
import static org.junit.jupiter.api.Assertions.assertNotNull;
8687
import static org.junit.jupiter.api.Assertions.assertTrue;
8788

89+
@Isolated
8890
public class DispatcherTest
8991
{
9092
private static final Logger LOG = LoggerFactory.getLogger(DispatcherTest.class);

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
<jetty-version.maven.plugin.version>2.7</jetty-version.maven.plugin.version>
237237
<jetty.perf-helper.version>1.0.7</jetty.perf-helper.version>
238238
<jetty.surefire.argLine>-Dfile.encoding=UTF-8 -Duser.language=en -Duser.region=US -Djava.io.tmpdir=${project.build.directory} -showversion -Xmx6g -Xms4g -Xlog:gc:stderr:time,level,tags</jetty.surefire.argLine>
239-
<jetty.test.version>6.4</jetty.test.version>
239+
<jetty.test.version>6.3</jetty.test.version>
240240
<jetty.testtracker.log>true</jetty.testtracker.log>
241241
<jetty.unixdomain.dir>/tmp</jetty.unixdomain.dir>
242242
<jetty.url>https://jetty.org/</jetty.url>

0 commit comments

Comments
 (0)