You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mvn clean install
.....
Failed tests: handleResponseWithInheritance(com.github.kongchen.swagger.docgen.reader.JaxrsReaderTest): expected [false] but found [true]
testGeneratedSwaggerSpecJson on testGeneratedSwaggerSpecJson(com.github.kongchen.smp.integration.SwaggerReaderTest)(com.github.kongchen.smp.integration.SwaggerReaderTest): unknown type: [simple type, class java.lang.String]
testGeneratedSwaggerSpecYaml on testGeneratedSwaggerSpecYaml(com.github.kongchen.smp.integration.SwaggerReaderTest)(com.github.kongchen.smp.integration.SwaggerReaderTest): unknown type: [simple type, class java.lang.String]
Tests run: 65, Failures: 3, Errors: 0, Skipped: 0
interesting is that first test(handleResponseWithInheritance) fails on JaxrsReaderTest.java:205 or JaxrsReaderTest.java:216 or it doesn't fail at all, it looks like it is stochastic...
The text was updated successfully, but these errors were encountered:
All three tests are somewhat flaky: the first one fails and succeeds randomly, the other two either fail with unknown type: [simple type, class java.lang.String] (as in your output) or with unknown type: [simple type, class java.lang.Long] (see my output below):
Failed tests: handleResponseWithInheritance(com.github.kongchen.swagger.docgen.reader.JaxrsReaderTest): expected [false] but found [true] testGeneratedSwaggerSpecJson on testGeneratedSwaggerSpecJson(com.github.kongchen.smp.integration.SwaggerReaderTest)(com.github.kongchen.smp.integration.SwaggerReaderTest): unknown type: [simple type, class java.lang.Long] testGeneratedSwaggerSpecYaml on testGeneratedSwaggerSpecYaml(com.github.kongchen.smp.integration.SwaggerReaderTest)(com.github.kongchen.smp.integration.SwaggerReaderTest): unknown type: [simple type, class java.lang.Long]
Tests run: 65, Failures: 3, Errors: 0, Skipped: 0
interesting is that first test(handleResponseWithInheritance) fails on JaxrsReaderTest.java:205 or JaxrsReaderTest.java:216 or it doesn't fail at all, it looks like it is stochastic...
The text was updated successfully, but these errors were encountered: