ServerConfigExtensionsTest

1

tests

0

failures

0

ignored

3.999s

duration

100%

successful

Tests

Test Duration Result
expectationsExtension() 3.999s passed

Standard output

05:31:14.869 [Test worker] DEBUG org.jboss.logging - Logging Provider: org.jboss.logging.Slf4jLoggerProvider
05:31:14.914 [Test worker] INFO io.undertow - starting server: Undertow - 2.3.7.Final
05:31:14.962 [Test worker] INFO org.xnio - XNIO version 3.8.8.Final
05:31:15.032 [Test worker] INFO org.xnio.nio - XNIO NIO Implementation Version 3.8.8.Final
05:31:15.324 [Test worker] DEBUG org.xnio - Creating worker:null, pool size:16, max pool size:16, keep alive:60000, io threads:2, stack size:0
05:31:15.395 [Test worker] INFO org.jboss.threads - JBoss Threads version 3.5.0.Final
05:31:15.438 [XNIO-1 I/O-1] DEBUG org.xnio.nio - Started channel thread 'XNIO-1 I/O-1', selector sun.nio.ch.EPollSelectorImpl@5b99201a
05:31:15.441 [XNIO-1 I/O-2] DEBUG org.xnio.nio - Started channel thread 'XNIO-1 I/O-2', selector sun.nio.ch.EPollSelectorImpl@5db992c2
05:31:15.443 [XNIO-1 Accept] DEBUG org.xnio.nio - Started channel thread 'XNIO-1 Accept', selector sun.nio.ch.EPollSelectorImpl@30a5287e
05:31:15.448 [Test worker] DEBUG io.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
05:31:15.594 [Test worker] DEBUG io.github.cjstehno.ersatz.server.undertow.UndertowUnderlyingServer - Applied ports (http:46451, https:-1).
05:31:15.594 [Test worker] INFO io.github.cjstehno.ersatz.server.undertow.UndertowUnderlyingServer - Started.
05:31:16.800 [XNIO-1 task-2] DEBUG io.github.cjstehno.ersatz.server.undertow.ErsatzMatchingHandler - Handling request(HTTP/1.1): { GET /foo(query={}, headers={Connection=[Upgrade, HTTP2-Settings], HTTP2-Settings=[AAEAAEAAAAIAAAABAAMAAABkAAQBAAAAAAUAAEAA], Upgrade=[h2c], Content-Length=[0], User-Agent=[Java-http-client/17.0.9], Host=[localhost:46451]}, cookies={}): <0 of null content> }
05:31:16.860 [XNIO-1 task-2] WARN io.github.cjstehno.ersatz.impl.ErsatzResponse - No encoder configured for content (String) of type (text/plain) - returning string bytes.
05:31:16.869 [XNIO-1 task-2] DEBUG io.github.cjstehno.ersatz.server.undertow.ErsatzHttpHandler - Response(HTTP/1.1; http://localhost:46451/foo; {Content-Type=[text/plain]}): <14 bytes of text/plain content>
05:31:17.048 [Test worker] INFO io.undertow - stopping server: Undertow - 2.3.7.Final
05:31:17.060 [Test worker] INFO io.github.cjstehno.ersatz.server.undertow.UndertowUnderlyingServer - Stopped.