Closed vigchan closed 1 year ago
cc: @nizarm @jpstewart @rickzx @bohhyang This is a R2 related change for service mesh.
Looks like this just needs rebased and the version number and changelog updated.
Looks like this just needs rebased and the version number and changelog updated.
Thank you so much. I think I updated the code now and hopefully there are no issues. I also have a test that keeps failing on local linux :
Gradle suite > Gradle test > com.linkedin.r2.transport.http.server.TestAsyncLockup > testAsyncLockup FAILED
java.util.concurrent.TimeoutException at TestAsyncLockup.java:9
Do I have to worry about this?
Looks like this just needs rebased and the version number and changelog updated.
Thank you so much. I think I updated the code now and hopefully there are no issues. I also have a test that keeps failing on local linux :
Gradle suite > Gradle test > com.linkedin.r2.transport.http.server.TestAsyncLockup > testAsyncLockup FAILED java.util.concurrent.TimeoutException at TestAsyncLockup.java:9
Do I have to worry about this?
I'll see if it also happens in the github test job. There are a number of flaky async tests.
The tests are running fine on Github.
The tests are running fine on Github.
Awesome! Thank you. Would you be able to merge the PR as well? I don't have the privileges to do so :)
The branch currently needs rebased before merging.
Extrapolating the code from HTTP/2 support