We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI failed in the master branch constantly. As an open source project, we need to make sure the CI always works and can help to verify the logic.
The CI should pass in the master branch.
The CI in github failed with the following error messages, constantly:
2022-08-27T11:22:04.4607199Z Results : 2022-08-27T11:22:04.4607879Z 2022-08-27T11:22:04.4608185Z Failed tests: 2022-08-27T11:22:04.4608992Z ConfigurationTest.testAdvanceTracerConfig:62 expected:<[tru]e> but was:<[fals]e> 2022-08-27T11:22:04.4609543Z Tests in error: 2022-08-27T11:22:04.4610734Z DataSourceTracerTest.testDataSource » IllegalState Failed to load ApplicationC... 2022-08-27T11:22:04.4611347Z 2022-08-27T11:22:04.4611901Z Tests run: 24, Failures: 1, Errors: 1, Skipped: 0 2022-08-27T11:22:04.4612271Z 2022-08-27T11:22:04.4613041Z [INFO] ------------------------------------------------------------------------ 2022-08-27T11:22:04.4613754Z [INFO] Reactor Summary for tracer-all-parent 3.1.2: 2022-08-27T11:22:04.4614466Z [INFO] 2022-08-27T11:22:04.4615148Z [INFO] tracer-all-parent .................................. SUCCESS [ 3.769 s] 2022-08-27T11:22:04.4616033Z [INFO] tracer-core ........................................ SUCCESS [ 28.336 s] 2022-08-27T11:22:04.4616862Z [INFO] tracer-extensions .................................. SUCCESS [ 0.957 s] 2022-08-27T11:22:04.4617833Z [INFO] sofa-tracer-springmvc-plugin ....................... SUCCESS [ 0.888 s] 2022-08-27T11:22:04.4618547Z [INFO] sofa-tracer-httpclient-plugin ...................... SUCCESS [ 22.529 s] 2022-08-27T11:22:04.4619588Z [INFO] sofa-tracer-okhttp-plugin .......................... SUCCESS [ 9.571 s] 2022-08-27T11:22:04.4620320Z [INFO] sofa-tracer-datasource-plugin ...................... SUCCESS [ 7.721 s] 2022-08-27T11:22:04.4621651Z [INFO] sofa-tracer-zipkin-plugin .......................... SUCCESS [ 5.087 s] 2022-08-27T11:22:04.4622397Z [INFO] sofa-tracer-dubbo-plugin ........................... SUCCESS [ 14.137 s] 2022-08-27T11:22:04.4623457Z [INFO] sofa-tracer-spring-cloud-plugin .................... SUCCESS [ 0.705 s] 2022-08-27T11:22:04.4624163Z [INFO] sofa-tracer-resttmplate-plugin ..................... SUCCESS [ 14.363 s] 2022-08-27T11:22:04.4625213Z [INFO] sofa-tracer-flexible-plugin ........................ SUCCESS [ 0.508 s] 2022-08-27T11:22:04.4626076Z [INFO] sofa-tracer-dubbo-2.6.x-plugin ..................... SUCCESS [ 14.260 s] 2022-08-27T11:22:04.4627205Z [INFO] sofa-tracer-redis-plugin ........................... SUCCESS [ 0.964 s] 2022-08-27T11:22:04.4627967Z [INFO] sofa-tracer-mongodb-plugin ......................... SUCCESS [ 0.554 s] 2022-08-27T11:22:04.4628981Z [INFO] sofa-tracer-springmessage-plugin ................... SUCCESS [ 0.564 s] 2022-08-27T11:22:04.4629861Z [INFO] sofa-tracer-rocketmq-plugin ........................ SUCCESS [ 0.585 s] 2022-08-27T11:22:04.4630985Z [INFO] sofa-tracer-dubbo-common-plugin .................... SUCCESS [ 0.584 s] 2022-08-27T11:22:04.4632349Z [INFO] sofa-tracer-rabbitmq-plugin ........................ SUCCESS [ 0.747 s] 2022-08-27T11:22:04.4633406Z [INFO] sofa-tracer-kafkamq-plugin ......................... SUCCESS [ 1.413 s] 2022-08-27T11:22:04.4633988Z [INFO] SOFATracer in one without SOFABoot starter ......... SUCCESS [ 0.587 s] 2022-08-27T11:22:04.4634859Z [INFO] tracer-sofa-boot-starter ........................... FAILURE [01:06 min] 2022-08-27T11:22:04.4642559Z [INFO] sofa-tracer-core-test .............................. SKIPPED 2022-08-27T11:22:04.4643033Z [INFO] sofa-tracer-logback-test ........................... SKIPPED 2022-08-27T11:22:04.4643579Z [INFO] sofa-tracer-log4j2-test ............................ SKIPPED 2022-08-27T11:22:04.4644011Z [INFO] sofa-tracer-log4j-test ............................. SKIPPED
However, the mvn clean test works in my laptop.
mvn clean test
[INFO] [INFO] --- jacoco-maven-plugin:0.7.9:report-aggregate (default-report) @ sofa-tracer-log4j-test --- [INFO] Loading execution data file /Users/jason/git/alipay-github/sofa-tracer/tracer-test/log4j-test/target/jacoco.exec [INFO] Analyzed bundle 'tracer-extensions' with 2 classes [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for tracer-all-parent 3.1.2: [INFO] [INFO] tracer-all-parent .................................. SUCCESS [ 4.226 s] [INFO] tracer-core ........................................ SUCCESS [ 29.064 s] [INFO] tracer-extensions .................................. SUCCESS [ 2.589 s] [INFO] sofa-tracer-springmvc-plugin ....................... SUCCESS [ 5.215 s] [INFO] sofa-tracer-httpclient-plugin ...................... SUCCESS [ 44.902 s] [INFO] sofa-tracer-okhttp-plugin .......................... SUCCESS [ 10.633 s] [INFO] sofa-tracer-datasource-plugin ...................... SUCCESS [ 14.795 s] [INFO] sofa-tracer-zipkin-plugin .......................... SUCCESS [ 9.346 s] [INFO] sofa-tracer-dubbo-plugin ........................... SUCCESS [ 16.074 s] [INFO] sofa-tracer-spring-cloud-plugin .................... SUCCESS [ 1.361 s] [INFO] sofa-tracer-resttmplate-plugin ..................... SUCCESS [ 16.261 s] [INFO] sofa-tracer-flexible-plugin ........................ SUCCESS [ 3.063 s] [INFO] sofa-tracer-dubbo-2.6.x-plugin ..................... SUCCESS [ 20.114 s] [INFO] sofa-tracer-redis-plugin ........................... SUCCESS [ 2.235 s] [INFO] sofa-tracer-mongodb-plugin ......................... SUCCESS [ 1.486 s] [INFO] sofa-tracer-springmessage-plugin ................... SUCCESS [ 1.325 s] [INFO] sofa-tracer-rocketmq-plugin ........................ SUCCESS [ 1.369 s] [INFO] sofa-tracer-dubbo-common-plugin .................... SUCCESS [ 1.438 s] [INFO] sofa-tracer-rabbitmq-plugin ........................ SUCCESS [ 1.795 s] [INFO] sofa-tracer-kafkamq-plugin ......................... SUCCESS [ 2.415 s] [INFO] SOFATracer in one without SOFABoot starter ......... SUCCESS [ 1.503 s] [INFO] tracer-sofa-boot-starter ........................... SUCCESS [02:00 min] [INFO] sofa-tracer-core-test .............................. SUCCESS [ 10.023 s] [INFO] sofa-tracer-logback-test ........................... SUCCESS [ 2.811 s] [INFO] sofa-tracer-log4j2-test ............................ SUCCESS [ 3.494 s] [INFO] sofa-tracer-log4j-test ............................. SUCCESS [ 2.052 s]
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
CI failed in the master branch constantly. As an open source project, we need to make sure the CI always works and can help to verify the logic.
Expected behavior
The CI should pass in the master branch.
Actual behavior
The CI in github failed with the following error messages, constantly:
However, the
mvn clean test
works in my laptop.Steps to reproduce
The text was updated successfully, but these errors were encountered: