Skip to content

Commit 4237adf

Browse files
committed
Add 'Temporary:DriverMaxConnectionPoolSize' feature flag (#857)
1 parent 643fd22 commit 4237adf

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

packages/testkit-backend/src/request-handlers.js

+1
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ export function GetFeatures (_context, _params, wire) {
334334
'Feature:Bolt:4.4',
335335
'Feature:API:Result.List',
336336
'Temporary:ConnectionAcquisitionTimeout',
337+
'Temporary:DriverMaxConnectionPoolSize',
337338
'Temporary:FastFailingDiscovery',
338339
'Temporary:ResultKeys',
339340
...SUPPORTED_TLS

packages/testkit-backend/src/skipped-tests/common.js

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ const skippedTests = [
2020
ifEndsWith('test_should_fail_with_routing_failure_on_invalid_bookmark_discovery_failure'),
2121
ifEndsWith('test_should_fail_with_routing_failure_on_forbidden_discovery_failure')
2222
),
23+
skip('Flacky because sometimes the connection is actually available',
24+
ifEndsWith('test_should_enforce_pool_size_per_cluster_member')
25+
),
2326
skip(
2427
'Not support by the JS driver',
2528
ifEquals('neo4j.sessionrun.TestSessionRun.test_partial_iteration')

0 commit comments

Comments
 (0)