Home
last modified time | relevance | path

Searched refs:testPorts (Results 1 – 12 of 12) sorted by relevance

/dports/databases/db5/db-5.3.28/test/java/rep/tests/repmgrtests/
H A DTestStrictElect.java33 private int[] testPorts; field in TestStrictElect
39 testPorts = Util.findAvailablePorts(3); in setUp()
40 masterPort = testPorts[0]; in setUp()
41 clientPort = testPorts[1]; in setUp()
42 client2Port = testPorts[2]; in setUp()
H A DTestNoClient.java54 int[] testPorts = Util.findAvailablePorts(2); in doIt() local
55 int masterPort = testPorts[0]; in doIt()
56 int clientPort = testPorts[1]; in doIt()
H A DTestRepmgr.java74 int[] testPorts = Util.findAvailablePorts(2); in testEnvCreate() local
75 int masterPort = testPorts[0]; in testEnvCreate()
76 int clientPort = testPorts[1]; in testEnvCreate()
/dports/databases/db18/db-18.1.40/test/java/rep/tests/repmgrtests/
H A DTestStrictElect.java33 private int[] testPorts; field in TestStrictElect
39 testPorts = Util.findAvailablePorts(3); in setUp()
40 masterPort = testPorts[0]; in setUp()
41 clientPort = testPorts[1]; in setUp()
42 client2Port = testPorts[2]; in setUp()
H A DTestNoClient.java54 int[] testPorts = Util.findAvailablePorts(2); in doIt() local
55 int masterPort = testPorts[0]; in doIt()
56 int clientPort = testPorts[1]; in doIt()
H A DTestRepmgr.java74 int[] testPorts = Util.findAvailablePorts(2); in testEnvCreate() local
75 int masterPort = testPorts[0]; in testEnvCreate()
76 int clientPort = testPorts[1]; in testEnvCreate()
/dports/sysutils/istio/istio-1.6.7/pilot/pkg/proxy/envoy/v2/
H A Dxds_test.go173 Ports: testPorts(0),
222 Ports: testPorts(0),
229 svc3Endpoints := make([]*model.IstioEndpoint, len(testPorts(0)))
230 for i, p := range testPorts(0) {
295 func testPorts(base int) []*model.Port { func
365 for _, port := range testPorts(0) {
/dports/databases/db5/db-5.3.28/test/java/rep/tests/rep/
H A DTestEmptyLogElection.java37 int testPorts[] = Util.findAvailablePorts(2); in doOneElection() local
38 int port1 = testPorts[0]; in doOneElection()
39 int port2 = testPorts[1]; in doOneElection()
/dports/databases/db18/db-18.1.40/test/java/rep/tests/rep/
H A DTestEmptyLogElection.java37 int testPorts[] = Util.findAvailablePorts(2); in doOneElection() local
38 int port1 = testPorts[0]; in doOneElection()
39 int port2 = testPorts[1]; in doOneElection()
/dports/audio/carla/Carla-2.4.1/source/modules/lilv/lilv-0.24.0/bindings/test/python/
H A Dtest_api.py172 def testPorts(self): member in PluginTests
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/lilv/bindings/test/python/
H A Dtest_api.py227 def testPorts(self): member in PluginTests
/dports/audio/lilv/lilv-0.24.12/bindings/test/python/
H A Dtest_api.py252 def testPorts(self): member in PluginTests