You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly, this looks like exactly what I am possibly many devs need, in order to do black box integration testings. The addition of the JWT and HTTP3 is perfect.
Would make it easier to get going if we had an example that matches the config with the golang Server we are testing ?
I am working on caddy load balancer, and so plan to use gopayloader to test that things work correctly.
I will through in a back channel to kills servers while the testing is happening.
Here is a very basic golang project that I plan to test against. https://github.com/ryoid/go-streaming-html-ooo does continous streaming, and so I want to setup 5, and kill one at a time to see how things hold up.
The text was updated successfully, but these errors were encountered:
Firstly, this looks like exactly what I am possibly many devs need, in order to do black box integration testings. The addition of the JWT and HTTP3 is perfect.
Would make it easier to get going if we had an example that matches the config with the golang Server we are testing ?
I am working on caddy load balancer, and so plan to use gopayloader to test that things work correctly.
I will through in a back channel to kills servers while the testing is happening.
Here is a very basic golang project that I plan to test against.
https://github.com/ryoid/go-streaming-html-ooo does continous streaming, and so I want to setup 5, and kill one at a time to see how things hold up.
The text was updated successfully, but these errors were encountered: