From 04001fdad1ca3c72625cddb1b1c7789381cb5f30 Mon Sep 17 00:00:00 2001 From: Julien Hoarau Date: Tue, 16 Oct 2018 16:05:45 +1100 Subject: [PATCH] Upgrade h2spec-maven-plugin (#8386) Motivation: - Version 0.3 would sometimes fail to report failing tests - New version contains upgraded version of h2spec Modifications: - Bump h2spec-maven-plugin to 0.6 - Remove excluded specs that are no passing - Add failing spec "half closed (remote): Sends a HEADERS frame" to exclude list Result: Build will fail when non excluded specs fails. --- testsuite-http2/pom.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/testsuite-http2/pom.xml b/testsuite-http2/pom.xml index 1dc4edd02f..53bb65d2de 100644 --- a/testsuite-http2/pom.xml +++ b/testsuite-http2/pom.xml @@ -61,17 +61,15 @@ com.github.madgnome h2spec-maven-plugin - 0.3 + 0.6 io.netty.testsuite.http2.Http2Server - 3.8 - Sends a GOAWAY frame 4.2 - Sends a dynamic table size update at the end of header block 5.1 - idle: Sends a DATA frame - 5.1 - closed: Sends a DATA frame + 5.1 - half closed (remote): Sends a HEADERS frame 5.1 - closed: Sends a HEADERS frame 5.1.1 - Sends stream identifier that is numerically smaller than previous - 7 - Sends a GOAWAY frame with unknown error code 8.1.2.2 - Sends a HEADERS frame that contains the connection-specific header field 8.1.2.2 - Sends a HEADERS frame that contains the TE header field with any value other than "trailers" 8.1.2.3 - Sends a HEADERS frame with empty ":path" pseudo-header field