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

WIP [UNDERTOW-2312] multibytes language in URL request to http/https are … #1516

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

baranowb
Copy link
Contributor

…broken in EAP access log.
ISsue: https://issues.redhat.com/browse/UNDERTOW-2312

I need to check if there are TCs for access log. Im pushing this just for review ATM.

@fl4via fl4via added the waiting PR update Awaiting PR update(s) from contributor before merging label Oct 7, 2023
@fl4via
Copy link
Member

fl4via commented Oct 7, 2023

I'll update this PR myself as I have a test that is ready for HTTP and now I'm trying to come up with a https one.

@fl4via fl4via added bug fix Contains bug fix(es) next release This PR will be merged before next release or has already been merged (for payload double check) failed CI Introduced new regession(s) during CI check under verification Currently being verified (running tests, reviewing) before posting a review to contributor and removed waiting PR update Awaiting PR update(s) from contributor before merging labels Oct 9, 2023
@fl4via
Copy link
Member

fl4via commented Oct 10, 2023

Right now I'm working on making the test work with Http2 upgrade. It seems I solved the AJP test case, I'll let you know when I'm done, and I'll update this PR with my fixes.

@fl4via fl4via removed the failed CI Introduced new regession(s) during CI check label Feb 12, 2024
@fl4via fl4via added waiting PR update Awaiting PR update(s) from contributor before merging and removed next release This PR will be merged before next release or has already been merged (for payload double check) labels Feb 13, 2024
@fl4via
Copy link
Member

fl4via commented Feb 13, 2024

I have just updated the PR with my latest fixes. I can see that proxy http2 scenario is not working, and the reason for this is that the code goes through a different path when serving the request, and it ends up not invoking HttpRequestParser. It might be an issue in the tests or in the code, at this point I am not sure, and I will need to investigate further to find out.

@fl4via fl4via changed the title [UNDERTOW-2312] multibytes language in URL request to http/https are … WIP [UNDERTOW-2312] multibytes language in URL request to http/https are … Feb 13, 2024
@fl4via fl4via added the failed CI Introduced new regession(s) during CI check label Feb 13, 2024
@baranowb
Copy link
Contributor Author

Sometimes tests mimic desired behavior that is expected, because setup is not attainable (it seems)

@fl4via fl4via removed waiting PR update Awaiting PR update(s) from contributor before merging under verification Currently being verified (running tests, reviewing) before posting a review to contributor failed CI Introduced new regession(s) during CI check labels Apr 18, 2024
@fl4via fl4via force-pushed the UNDERTOW-2312 branch 3 times, most recently from 55e928e to d2ee06d Compare April 18, 2024 20:56
@fl4via fl4via added the next release This PR will be merged before next release or has already been merged (for payload double check) label Apr 18, 2024
@fl4via fl4via changed the title WIP [UNDERTOW-2312] multibytes language in URL request to http/https are … [UNDERTOW-2312] multibytes language in URL request to http/https are … Apr 18, 2024
@fl4via fl4via added the waiting CI check Ready to be merged but waiting for CI check label Apr 18, 2024
…so: make the test pass on the modes for HTTP2 upgrade and AJP

Signed-off-by: Flavia Rainone <frainone@redhat.com>
@fl4via fl4via added waiting PR update Awaiting PR update(s) from contributor before merging failed CI Introduced new regession(s) during CI check and removed next release This PR will be merged before next release or has already been merged (for payload double check) waiting CI check Ready to be merged but waiting for CI check labels Apr 18, 2024
@fl4via fl4via changed the title [UNDERTOW-2312] multibytes language in URL request to http/https are … WIP [UNDERTOW-2312] multibytes language in URL request to http/https are … Apr 18, 2024
@fl4via
Copy link
Member

fl4via commented Apr 18, 2024

the failures that are left are not reproducible on my machine. They will require an investigation in github ci itself

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug fix Contains bug fix(es) failed CI Introduced new regession(s) during CI check waiting PR update Awaiting PR update(s) from contributor before merging
Projects
None yet
2 participants