You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by GitBox <gi...@apache.org> on 2021/10/18 09:15:15 UTC

[GitHub] [felix-dev] cschneider commented on pull request #105: FELIX-6465 fix components check, purge the cache in case of non-ok results

cschneider commented on pull request #105:
URL: https://github.com/apache/felix-dev/pull/105#issuecomment-945569583


   I did a build on the but got a test error:
   ```
   [ERROR] Tests run: 6, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.035 s <<< FAILURE! - in org.apache.felix.hc.generalchecks.HttpRequestsCheckTest
   [ERROR] testRequestSpecParsing(org.apache.felix.hc.generalchecks.HttpRequestsCheckTest)  Time elapsed: 0.011 s  <<< FAILURE!
   org.junit.ComparisonFailure: expected:<proxy[]:2000> but was:<proxy[/<unresolved>]:2000>
   	at org.apache.felix.hc.generalchecks.HttpRequestsCheckTest.testRequestSpecParsing(HttpRequestsCheckTest.java:71)
   
   [INFO] Running org.apache.felix.hc.generalchecks.DsComponentsCheckTest
   [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.apache.felix.hc.generalchecks.DsComponentsCheckTest
   [INFO] 
   [INFO] Results:
   [INFO] 
   [ERROR] Failures: 
   [ERROR]   HttpRequestsCheckTest.testRequestSpecParsing:71 expected:<proxy[]:2000> but was:<proxy[/<unresolved>]:2000>
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@felix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org