RED-8670: integrate table inference from research #507

Closed
kilian.schuettler1 wants to merge 26 commits from RED-9145&&RED-9114 into master
Showing only changes of commit 6b2e164d9c - Show all commits

View File

@ -539,6 +539,7 @@ public abstract class AbstractPersistenceServerServiceTest {
public void initialize(ConfigurableApplicationContext configurableApplicationContext) {
// any time the WebEnvironment is re-instantiated use a new port, as it sometimes leads to PortBindExceptions
ConfigurableEnvironment environment = configurableApplicationContext.getEnvironment();
int port = UniquePortFactory.getAndIncrement();
TestPropertySourceUtils.addInlinedPropertiesToEnvironment(environment, "server.port=" + port);