Skip to content

Commit

Permalink
test: fix connection errors caused by cluster instance pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
karenc-bq committed Oct 22, 2024
1 parent 3c11900 commit 91adce7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
import { logger } from "../../../../common/logutils";
import { TestEnvironment } from "./utils/test_environment";
import { DriverHelper } from "./utils/driver_helper";
import { ProxyHelper } from "./utils/proxy_helper";
import { AuroraTestUtility } from "./utils/aurora_test_utility";
import { TestEnvironmentFeatures } from "./utils/test_environment_features";
import { features, instanceCount } from "./config";
import { PerfStat } from "./utils/perf_stat";
Expand Down Expand Up @@ -50,7 +48,6 @@ describe("rwperformance", () => {
initClientFunc = DriverHelper.getClient(driver);
logger.info(`Test started: ${expect.getState().currentTestName}`);
env = await TestEnvironment.getCurrent();
await ProxyHelper.enableAllConnectivity();
});

afterEach(async () => {
Expand Down
1 change: 0 additions & 1 deletion tests/integration/container/tests/utils/perf_util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export class PerfTestUtility {
port: port,
failoverTimeoutMs: 250000
};
config["clusterInstanceHostPattern"] = "?." + env.proxyDatabaseInfo.instanceEndpointSuffix;
config = DriverHelper.addDriverSpecificConfiguration(config, env.engine, true);
return config;
}
Expand Down

0 comments on commit 91adce7

Please sign in to comment.