kaister3 commented on a change in pull request #2268:
URL: 
https://github.com/apache/servicecomb-java-chassis/pull/2268#discussion_r586030037



##########
File path: 
demo/demo-springmvc/springmvc-server/src/main/java/org/apache/servicecomb/demo/springmvc/server/ProducerTestsAfterBootup.java
##########
@@ -90,11 +89,7 @@ public void testSchemaNotChange(SCBEngine scbEngine) {
   }
 
   public void testRegisteredBasePath() {
-    if 
(DynamicPropertyFactory.getInstance().getBooleanProperty("servicecomb.test.vert.transport",
 true).get()) {
-      TestMgr.check(17, 
RegistrationManager.INSTANCE.getMicroservice().getPaths().size());
-    } else {
-      TestMgr.check(18, 
RegistrationManager.INSTANCE.getMicroservice().getPaths().size());
-    }
+    TestMgr.check(18, 
RegistrationManager.INSTANCE.getMicroservice().getPaths().size());

Review comment:
       no wonder it fails in demo-spring-boot-transport test cases -_-''




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to