[
https://issues.apache.org/jira/browse/SCB-1164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
liubao closed SCB-1164.
-----------------------
Resolution: Won't Fix
> support not restart process, but restart engine
> -----------------------------------------------
>
> Key: SCB-1164
> URL: https://issues.apache.org/jira/browse/SCB-1164
> Project: Apache ServiceComb
> Issue Type: Task
> Components: Java-Chassis
> Reporter: Jimin Wu
> Priority: Major
>
> {code:java}
> @RunWith(SpringRunner.class)
> @DirtiesContext
> @SpringBootTest(classes = TestMain.class, webEnvironment = DEFINED_PORT)
> @ActiveProfiles("db-h1")
> public class T1 {
> }
> @RunWith(SpringRunner.class)
> @DirtiesContext
> @SpringBootTest(classes = TestMain.class, webEnvironment = DEFINED_PORT)
> @ActiveProfiles("db-h2")
> public class T2 {
> }{code}
> T1/T2 relate to different profile, will restart ApplictionContext
>
> https://github.com/apache/servicecomb-java-chassis/issues/1100
--
This message was sent by Atlassian Jira
(v8.20.10#820010)