[resteasy-commits] [resteasy/Resteasy] a42fb1: [RESTEASY-2582] CompletionStageResponseTest interm...

Alessio Soldano noreply at github.com
Tue May 12 12:17:38 EDT 2020


  Branch: refs/heads/3.12
  Home:   https://github.com/resteasy/Resteasy
  Commit: a42fb1971d2003df9a37d1359d10a9c85f8533a1
      https://github.com/resteasy/Resteasy/commit/a42fb1971d2003df9a37d1359d10a9c85f8533a1
  Author: Alessio Soldano <asoldano at 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/99b8dc8e19b81050f66d4aae4a7d0e371eeac7fe
  Author: Alessio Soldano <asoldano at 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/f4a28afdbbd316d22787eef796eb451bbbd7263f
  Author: Alessio Soldano <asoldano at 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


More information about the resteasy-commits mailing list