zhyyu commented on pull request #8035: URL: https://github.com/apache/skywalking/pull/8035#issuecomment-954503671
> ``` > Error: Tests run: 5, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.447 s <<< FAILURE! - in org.apache.skywalking.oap.server.starter.config.ApplicationConfigLoaderTestCase > Error: testLoadIntegerTypeConfig(org.apache.skywalking.oap.server.starter.config.ApplicationConfigLoaderTestCase) Time elapsed: 0.995 s <<< FAILURE! > java.lang.AssertionError: expected:<9941> but was:<9411> > at org.apache.skywalking.oap.server.starter.config.ApplicationConfigLoaderTestCase.testLoadIntegerTypeConfig(ApplicationConfigLoaderTestCase.java:76) > > Error: Failures: > Error: ApplicationConfigLoaderTestCase.testLoadIntegerTypeConfig:76 expected:<9941> but was:<9411> > Error: Tests run: 6, Failures: 1, Errors: 0, Skipped: 0 > ``` > > Notice, test still fails. Sry, type error. Now test all success. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
