Skip to content

tests, fix h3 server check and parallel instances#11553

Closed
icing wants to merge 3 commits intocurl:masterfrom
icing:tests-parallel-h3
Closed

tests, fix h3 server check and parallel instances#11553
icing wants to merge 3 commits intocurl:masterfrom
icing:tests-parallel-h3

Conversation

@icing
Copy link
Contributor

@icing icing commented Jul 31, 2023

  • fix check for availability of nghttpx server
  • add tcp frontend config for same port as quic, as without this, port 3000 is bound which clashes for parallel testing

- fix check for availability of nghttpx server
- add `tcp` frontend config for same port as quic, as
  without this, port 3000 is bound which clashes for parallel
  testing
Copy link
Contributor

@dfandrich dfandrich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've never installed nghttpx so I always ignored those error messages—sorry.

"--conf=$conf ".
"$keyfile $certfile";
print "RUN: $cmdline\n" if($verbose);
print "RUN: $cmdline\n" if($verbose or 1);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"or 1" looks like a debugging leftover

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching this!

@bagder bagder closed this in bb07240 Aug 1, 2023
ptitSeb pushed a commit to wasix-org/curl that referenced this pull request Sep 25, 2023
- fix check for availability of nghttpx server
- add `tcp` frontend config for same port as quic, as
  without this, port 3000 is bound which clashes for parallel
  testing

Closes curl#11553
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

3 participants