Merge pull request #8151 from smatvienko-tb/fix/test-performace-fix
[3.5] Test performace fix
This commit is contained in:
commit
baddd45d82
@ -211,17 +211,6 @@ public abstract class AbstractWebTest extends AbstractInMemoryStorageTest {
|
||||
this.mappingJackson2HttpMessageConverter);
|
||||
}
|
||||
|
||||
@BeforeClass
|
||||
public static void beforeWebTestClass() throws Exception {
|
||||
|
||||
}
|
||||
|
||||
@AfterClass
|
||||
public static void afterWebTestClass() throws Exception {
|
||||
Mockito.clearAllCaches();
|
||||
}
|
||||
|
||||
|
||||
@Before
|
||||
public void setupWebTest() throws Exception {
|
||||
log.debug("Executing web test setup");
|
||||
|
||||
@ -67,4 +67,3 @@ sql.ttl.audit_logs.ttl=2592000
|
||||
|
||||
sql.edge_events.partition_size=168
|
||||
sql.ttl.edge_events.edge_event_ttl=2592000
|
||||
spring.test.context.cache.maxSize=1
|
||||
2
pom.xml
2
pom.xml
@ -659,7 +659,7 @@
|
||||
<version>${surefire.version}</version>
|
||||
<configuration>
|
||||
<argLine>
|
||||
--illegal-access=permit -Xss384k -XX:+UseStringDeduplication -XX:MaxGCPauseMillis=20
|
||||
--illegal-access=permit -XX:+UseStringDeduplication -XX:MaxGCPauseMillis=20
|
||||
</argLine>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user