[resteasy/Resteasy] 67aa56: [RESTEASY-2581] Introducing profile in order to ru...
by Fabio Burzigotti
Branch: refs/heads/3.12
Home: https://github.com/resteasy/Resteasy
Commit: 67aa56c66ccf90b975977b4d79d5916550be9c9b
https://github.com/resteasy/Resteasy/commit/67aa56c66ccf90b975977b4d79d59...
Author: Fabio Burzigotti <34456377+fabiobrz(a)users.noreply.github.com>
Date: 2020-05-14 (Thu, 14 May 2020)
Changed paths:
M .travis.yml
M testsuite/README.MD
A testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/category/ExpectedFailingBecauseOfSmallRyeMicroprofileOpenApi11.java
A testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/category/ExpectedFailingWithStandaloneMicroprofileConfiguration.java
M testsuite/integration-tests-spring/deployment/pom.xml
M testsuite/integration-tests-spring/inmodule/pom.xml
M testsuite/integration-tests-spring/inmodule/src/test/java/org/jboss/resteasy/test/spring/inmodule/SpringMvcHttpResponseCodesTest.java
M testsuite/integration-tests/pom.xml
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/AsynchronousCdiTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/CDIResourceTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/EJBTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/EjbExceptionUnwrapTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/OutOfBandTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/basic/SingletonTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/ejb/EJBCDIValidationEJBProxyTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/ejb/EJBCDIValidationTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/InjectionJpaEnumTypeTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/InjectionTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/MDBInjectionTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/injection/ReverseInjectionTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/cdi/interceptors/TimerInterceptorTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/ParameterListTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/GenericProxyTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/proxy/ProxyWithGenericReturnTypeTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/AnnotationInheritanceGenericsTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/form/Resteasy1405Test.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/EncodingMimeMultipartFormProviderTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/MimeMultipartProviderTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/sse/SseBroadcastTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/sse/SseReconnectTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/basic/ParameterSubResTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/FormParamTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/MultiValuedParamCustomClassTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/MultiValuedParamDateNoProxyTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/param/MultiValuedParamDateProxyTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/resource/path/LocatorSubResourceReturningThisTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/security/BasicAuthTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/security/SecurityContextTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/security/TwoSecurityDomainsTest.java
Log Message:
-----------
[RESTEASY-2581] Introducing profile in order to run tests with standalone-microprofile.xml config (#2407)
Conflicts:
.travis.yml
testsuite/README.MD
Co-authored-by: Fabio Burzigotti <fburzigo(a)redhat.com>
4 years, 7 months
[resteasy/Resteasy] a42fb1: [RESTEASY-2582] CompletionStageResponseTest interm...
by Alessio Soldano
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
4 years, 7 months