Branch: refs/heads/3.12
Home:
https://github.com/resteasy/Resteasy
Commit: a42fb1971d2003df9a37d1359d10a9c85f8533a1
https://github.com/resteasy/Resteasy/commit/a42fb1971d2003df9a37d1359d10a...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2020-05-12 (Tue, 12 May 2020)
Changed paths:
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/resource/AsyncRequestFilter.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/resource/AsyncResponseFilter.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/resource/CallbackSecondSettingCompletionCallback.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/resource/CallbackSettingCompletionCallback.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/CompletionStageResponseTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/PublisherResponseNoStreamTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/PublisherResponseTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/SingleProvider.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/resource/AsyncResponseCallback.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/resource/CompletionStageResponseResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/resource/PublisherResponseNoStreamResource.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/resource/PublisherResponseResource.java
Log Message:
-----------
[RESTEASY-2582] CompletionStageResponseTest intermittent failures (#2390)
* Prevent memory visibility issues
* Refactor AsyncResponseCallback to isolate data from different tests
* Same sleep time for similar methods
Commit: 99b8dc8e19b81050f66d4aae4a7d0e371eeac7fe
https://github.com/resteasy/Resteasy/commit/99b8dc8e19b81050f66d4aae4a7d0...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2020-05-12 (Tue, 12 May 2020)
Changed paths:
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/resource/AsyncResponseCallback.java
Log Message:
-----------
[RESTEASY-2582] Add logs to the test
Commit: f4a28afdbbd316d22787eef796eb451bbbd7263f
https://github.com/resteasy/Resteasy/commit/f4a28afdbbd316d22787eef796eb4...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2020-05-12 (Tue, 12 May 2020)
Changed paths:
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/response/resource/AsyncResponseCallback.java
Log Message:
-----------
[RESTEASY-2582] Fix race condition in test
Compare:
https://github.com/resteasy/Resteasy/compare/5b9412330980...f4a28afdbbd3