Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

h3 tests #9031

Closed
wants to merge 1 commit into from
Closed

h3 tests #9031

wants to merge 1 commit into from

Conversation

icing
Copy link
Contributor

@icing icing commented Jun 21, 2022

H3 test case support, locally and in CI.

  • adding support for HTTP/3 test cases via a nghttpx server that is build with ngtcp2 and nghttp3.
  • test2500 is the first test case, performing a simple GET.
  • nghttpx is checked for support and the 'feature' nghttpx-h3
    is set accordingly. test2500 will only run, when supported.
  • a specific nghttpx location can be given in the environment
    variable NGHTTPX or via the configure option
    --with-test-nghttpx=path
  • using the configurable NGHTTPX also for h2 testing
  • providing an empty configuration file to nghttpx to prevent it loading /etc/nghttpx/nghttpx.conf
  • added custom built nghttpx to ngtcp2 github workflows
  • added ngtcp2+quictls github workflow

        - adding support for HTTP/3 test cases via a nghttpx server that is
          build with ngtcp2 and nghttp3.
        - test2500 is the first test case, performing a simple GET.
        - nghttpx is checked for support and the 'feature' nghttpx-h3
          is set accordingly. test2500 will only run, when supported.
        - a specific nghttpx location can be given in the environment
          variable NGHTTPX or via the configure option
            --with-test-nghttpx=<path>

        Extend NGHTTPX config to H2 tests as well

        * use $ENV{NGHTTPX} and the configured default also in http2 server starts
        * always provide the empty test/nghttpx.conf to nghttpx. as it defaults to
          reading /etc/nghttpx/nghttpx.conf otherwise.

        Added nghttpx to CI ngtcp2 jobs to run h3 tests.
@bagder bagder closed this in ca15b75 Nov 30, 2022
@bagder
Copy link
Member

bagder commented Nov 30, 2022

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
HTTP/3 h3 or quic related tests
Development

Successfully merging this pull request may close these issues.

None yet

2 participants