Open ignasi35 opened 4 years ago
The parameter
-s: Section number on which to run the test. (Example: -s 6.1 -s 6.2)
is not available inh2spec
since version2.0.0
.
It looks like it's no longer under a '-s' flag, but just a regular parameter now, so you can for example:
h2spec http2/6.3
In #1578 there was some initial work to update the build to use a newer version of https://github.com/summerwind/h2spec/. That work focused on the build.
I've just replaced the binary in
./akka-http2-support/target/h2spec_darwin_amd64/h2spec
with the latest and ranH2SpecIntegrationSpec
. Tests, as they are now, fail because the binary API has changed from:https://github.com/summerwind/h2spec/tree/9b3d1a5078cb4003506bd8004eb1b01e3be2a3e7
to
https://github.com/summerwind/h2spec/#usage
The parameter
-s: Section number on which to run the test. (Example: -s 6.1 -s 6.2)
is not available inh2spec
since version2.0.0
. As a consequence, the execution ofH2SpecIntegrationSpec
goes over tests we don't need taking (a lot) longer and reporting failures we would ignore anyway.