Uploaded image for project: 'RESTEasy'
  1. RESTEasy
  2. RESTEASY-1937

Deal with microprofile rest client tck exclusions

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Major Major
    • 3.6.1.Final, 4.0.0.Beta5
    • None
    • jaxrs
    • None
    • Documentation (Ref Guide, User Guide, etc.)

      Currently we have the following in the microprofile-tck testsuite module:

      <plugin>
              <artifactId>maven-surefire-plugin</artifactId>
              <executions>
                <execution>
                  <id>default-test</id>
                  <phase>test</phase>
                  <goals>
                    <goal>test</goal>
                  </goals>
                  <configuration>
                    <dependenciesToScan>
                      <dependency>org.eclipse.microprofile.rest.client:microprofile-rest-client-tck</dependency>
                    </dependenciesToScan>
                    <excludes>
                      <!--
                        the dependency on MP config in the resteasy client is not desireable
                        this requires further thought
                      -->
                      <exclude>**/DefaultExceptionMapperConfigTest.java</exclude>
      
                      <!-- Challenged, see  https://github.com/eclipse/microprofile-rest-client/pull/69 -->
                      <exclude>**/InvokeWithJsonPProviderTest.java</exclude>
                      <exclude>**/InvokeWithBuiltProvidersTest.java</exclude>
                      <exclude>**/InvokeWithRegisteredProvidersTest.java</exclude>
                      <exclude>**/CDIInvokeWithRegisteredProvidersTest.java</exclude>
                    </excludes>
                  </configuration>
                </execution>
              </executions>
            </plugin>
      

      we should check if the first excluded test can be enabled and how and verify the status of the challenged tests.
      Maybe checking the newer versions of the tck too.

              rhn-support-asoldano Alessio Soldano
              rhn-support-asoldano Alessio Soldano
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: