Home
last modified time | relevance | path

Searched refs:get_connection (Results 1 – 25 of 1390) sorted by relevance

12345678910>>...56

/dports/textproc/py-elasticsearch5/elasticsearch-py-719a94ab4/test_elasticsearch/
H A Dtest_transport.py75 self.assertEquals(1, len(t.get_connection().calls))
83 self.assertEquals(1, len(t.get_connection().calls))
90 self.assertEquals(1, len(t.get_connection().calls))
97 self.assertEquals(1, len(t.get_connection().calls))
105 self.assertEquals(1, len(t.get_connection().calls))
112 self.assertEquals(1, len(t.get_connection().calls))
144 self.assertEquals(4, len(t.get_connection().calls))
154 con1 = t.connection_pool.get_connection()
155 con2 = t.connection_pool.get_connection()
192 self.assertIs(connection, t.get_connection())
[all …]
H A Dtest_connection_pool.py21 connections.add(pool.get_connection())
29 connections.append(pool.get_connection())
40 connections.append(pool.get_connection())
56 …self.assertEquals([1, 1, 1], [pool.get_connection(), pool.get_connection(), pool.get_connection(),…
65 self.assertEquals(1, pool.get_connection())
73 pool.get_connection()
81 self.assertEquals(0, pool.get_connection())
/dports/devel/brz/breezy-3.2.0/breezy/tests/
H A Dtest_smtp_connection.py92 def get_connection(self, text, smtp_factory=None): member in TestSMTPConnection
98 conn = self.get_connection(b'')
104 conn = self.get_connection(b'smtp_server=host:10')
116 conn = self.get_connection(b'')
119 conn = self.get_connection(b'smtp_username=joebody')
123 conn = self.get_connection(b'')
126 conn = self.get_connection(b'smtp_password=mypass')
133 conn = self.get_connection(
146 conn = self.get_connection(
166 conn = self.get_connection(
[all …]
/dports/databases/py-redis2/redis-py-2.10.6/tests/
H A Dtest_connection_pool.py40 c1 = pool.get_connection('_')
41 c2 = pool.get_connection('_')
46 pool.get_connection('_')
47 pool.get_connection('_')
49 pool.get_connection('_')
53 c1 = pool.get_connection('_')
55 c2 = pool.get_connection('_')
91 c1 = pool.get_connection('_')
98 pool.get_connection('_')
102 pool.get_connection('_')
[all …]
/dports/databases/py-redis/redis-3.5.3/tests/
H A Dtest_connection_pool.py48 c1 = pool.get_connection('_')
49 c2 = pool.get_connection('_')
54 pool.get_connection('_')
55 pool.get_connection('_')
57 pool.get_connection('_')
61 c1 = pool.get_connection('_')
63 c2 = pool.get_connection('_')
110 c1 = pool.get_connection('_')
117 pool.get_connection('_')
121 pool.get_connection('_')
[all …]
/dports/devel/py-ddtrace/ddtrace-0.56.1/tests/contrib/mariadb/
H A Dtest_mariadb.py28 def get_connection(tracer): function
37 with get_connection(tracer) as connection:
169 with get_connection(tracer) as connection:
178 with get_connection(tracer) as connection:
187 with get_connection(tracer) as connection:
196 with get_connection(tracer) as connection:
207 with get_connection(tracer) as connection:
218 with get_connection(tracer) as connection:
246 with get_connection(tracer) as connection:
252 with get_connection(tracer) as connection:
[all …]
/dports/databases/timescaledb/timescaledb-2.5.1/tsl/test/src/remote/
H A Dasync.c45 TSConnection *conn = get_connection(); in test_prepared_stmts()
80 TSConnection *conn = get_connection(); in test_params()
100 conn = get_connection(); in test_basic_request()
119 TSConnection *conn = get_connection(); in test_parameter_order()
145 TSConnection *conn = get_connection(); in test_request_set()
203 TSConnection *conn = get_connection(); in test_node_death()
236 conn = get_connection(); in test_node_death()
247 conn = get_connection(); in test_node_death()
256 conn = get_connection(); in test_node_death()
272 TSConnection *conn = get_connection(); in test_timeout()
[all …]
/dports/devel/websocketpp/websocketpp-0.8.2/test/roles/
H A Dclient.cpp71 connection_ptr con = c.get_connection("foo", ec); in BOOST_AUTO_TEST_CASE()
80 connection_ptr con = c.get_connection("wss://localhost/", ec); in BOOST_AUTO_TEST_CASE()
85 BOOST_AUTO_TEST_CASE( get_connection ) { in BOOST_AUTO_TEST_CASE() argument
89 connection_ptr con = c.get_connection("ws://localhost/", ec); in BOOST_AUTO_TEST_CASE()
106 connection_ptr con = c.get_connection("ws://localhost/", ec); in BOOST_AUTO_TEST_CASE()
142 connection_ptr con = c.get_connection("ws://localhost/", ec); in BOOST_AUTO_TEST_CASE()
156 connection_ptr con = c.get_connection("ws://localhost/", ec); in BOOST_AUTO_TEST_CASE()
176 connection_ptr con = c.get_connection("ws://localhost/", ec); in BOOST_AUTO_TEST_CASE()
/dports/lang/php73/php-7.3.33/ext/mysqli/tests/
H A Dmysqli_poll_reference.phpt24 function get_connection() {
33 $mysqli1 = get_connection();
34 $mysqli2 = get_connection();
64 $mysqli1 = get_connection();
65 $mysqli2 = get_connection();
94 $mysqli1 = get_connection();
95 $mysqli2 = get_connection();
125 $mysqli1 = get_connection();
126 $mysqli2 = get_connection();
167 $mysqli1 = get_connection();
[all …]
/dports/databases/php74-mysqli/php-7.4.27/ext/mysqli/tests/
H A Dmysqli_poll_reference.phpt24 function get_connection() {
33 $mysqli1 = get_connection();
34 $mysqli2 = get_connection();
64 $mysqli1 = get_connection();
65 $mysqli2 = get_connection();
94 $mysqli1 = get_connection();
95 $mysqli2 = get_connection();
125 $mysqli1 = get_connection();
126 $mysqli2 = get_connection();
167 $mysqli1 = get_connection();
[all …]
/dports/databases/php80-mysqli/php-8.0.15/ext/mysqli/tests/
H A Dmysqli_poll_reference.phpt23 function get_connection() {
32 $mysqli1 = get_connection();
33 $mysqli2 = get_connection();
63 $mysqli1 = get_connection();
64 $mysqli2 = get_connection();
93 $mysqli1 = get_connection();
94 $mysqli2 = get_connection();
124 $mysqli1 = get_connection();
125 $mysqli2 = get_connection();
166 $mysqli1 = get_connection();
[all …]
H A Dmysqli_poll.phpt16 function get_connection() {
24 if (!$link = get_connection())
44 $read[0] = get_connection();
84 $link = get_connection();
91 $link = get_connection();
100 $link = get_connection();
108 $link = get_connection();
109 $links = array($link, get_connection());
115 $link = get_connection();
/dports/databases/php81-mysqli/php-8.1.1/ext/mysqli/tests/
H A Dmysqli_poll_reference.phpt24 function get_connection() {
33 $mysqli1 = get_connection();
34 $mysqli2 = get_connection();
64 $mysqli1 = get_connection();
65 $mysqli2 = get_connection();
94 $mysqli1 = get_connection();
95 $mysqli2 = get_connection();
125 $mysqli1 = get_connection();
126 $mysqli2 = get_connection();
167 $mysqli1 = get_connection();
[all …]
H A Dmysqli_poll.phpt17 function get_connection() {
25 if (!$link = get_connection())
45 $read[0] = get_connection();
85 $link = get_connection();
92 $link = get_connection();
101 $link = get_connection();
109 $link = get_connection();
110 $links = array($link, get_connection());
116 $link = get_connection();
/dports/www/mod_php81/php-8.1.1/ext/mysqli/tests/
H A Dmysqli_poll_reference.phpt24 function get_connection() {
33 $mysqli1 = get_connection();
34 $mysqli2 = get_connection();
64 $mysqli1 = get_connection();
65 $mysqli2 = get_connection();
94 $mysqli1 = get_connection();
95 $mysqli2 = get_connection();
125 $mysqli1 = get_connection();
126 $mysqli2 = get_connection();
167 $mysqli1 = get_connection();
[all …]
H A Dmysqli_poll.phpt17 function get_connection() {
25 if (!$link = get_connection())
45 $read[0] = get_connection();
85 $link = get_connection();
92 $link = get_connection();
101 $link = get_connection();
109 $link = get_connection();
110 $links = array($link, get_connection());
116 $link = get_connection();
/dports/lang/php81/php-8.1.1/ext/mysqli/tests/
H A Dmysqli_poll_reference.phpt24 function get_connection() {
33 $mysqli1 = get_connection();
34 $mysqli2 = get_connection();
64 $mysqli1 = get_connection();
65 $mysqli2 = get_connection();
94 $mysqli1 = get_connection();
95 $mysqli2 = get_connection();
125 $mysqli1 = get_connection();
126 $mysqli2 = get_connection();
167 $mysqli1 = get_connection();
[all …]
H A Dmysqli_poll.phpt17 function get_connection() {
25 if (!$link = get_connection())
45 $read[0] = get_connection();
85 $link = get_connection();
92 $link = get_connection();
101 $link = get_connection();
109 $link = get_connection();
110 $links = array($link, get_connection());
116 $link = get_connection();
/dports/lang/php74/php-7.4.27/ext/mysqli/tests/
H A Dmysqli_poll_reference.phpt24 function get_connection() {
33 $mysqli1 = get_connection();
34 $mysqli2 = get_connection();
64 $mysqli1 = get_connection();
65 $mysqli2 = get_connection();
94 $mysqli1 = get_connection();
95 $mysqli2 = get_connection();
125 $mysqli1 = get_connection();
126 $mysqli2 = get_connection();
167 $mysqli1 = get_connection();
[all …]
/dports/lang/php80/php-8.0.15/ext/mysqli/tests/
H A Dmysqli_poll_reference.phpt23 function get_connection() {
32 $mysqli1 = get_connection();
33 $mysqli2 = get_connection();
63 $mysqli1 = get_connection();
64 $mysqli2 = get_connection();
93 $mysqli1 = get_connection();
94 $mysqli2 = get_connection();
124 $mysqli1 = get_connection();
125 $mysqli2 = get_connection();
166 $mysqli1 = get_connection();
[all …]
H A Dmysqli_poll.phpt16 function get_connection() {
24 if (!$link = get_connection())
44 $read[0] = get_connection();
84 $link = get_connection();
91 $link = get_connection();
100 $link = get_connection();
108 $link = get_connection();
109 $links = array($link, get_connection());
115 $link = get_connection();
/dports/www/mod_php73/php-7.3.33/ext/mysqli/tests/
H A Dmysqli_poll_reference.phpt24 function get_connection() {
33 $mysqli1 = get_connection();
34 $mysqli2 = get_connection();
64 $mysqli1 = get_connection();
65 $mysqli2 = get_connection();
94 $mysqli1 = get_connection();
95 $mysqli2 = get_connection();
125 $mysqli1 = get_connection();
126 $mysqli2 = get_connection();
167 $mysqli1 = get_connection();
[all …]
/dports/databases/php73-mysqli/php-7.3.33/ext/mysqli/tests/
H A Dmysqli_poll_reference.phpt24 function get_connection() {
33 $mysqli1 = get_connection();
34 $mysqli2 = get_connection();
64 $mysqli1 = get_connection();
65 $mysqli2 = get_connection();
94 $mysqli1 = get_connection();
95 $mysqli2 = get_connection();
125 $mysqli1 = get_connection();
126 $mysqli2 = get_connection();
167 $mysqli1 = get_connection();
[all …]
/dports/www/mod_php74/php-7.4.27/ext/mysqli/tests/
H A Dmysqli_poll_reference.phpt24 function get_connection() {
33 $mysqli1 = get_connection();
34 $mysqli2 = get_connection();
64 $mysqli1 = get_connection();
65 $mysqli2 = get_connection();
94 $mysqli1 = get_connection();
95 $mysqli2 = get_connection();
125 $mysqli1 = get_connection();
126 $mysqli2 = get_connection();
167 $mysqli1 = get_connection();
[all …]
/dports/www/mod_php80/php-8.0.15/ext/mysqli/tests/
H A Dmysqli_poll_reference.phpt23 function get_connection() {
32 $mysqli1 = get_connection();
33 $mysqli2 = get_connection();
63 $mysqli1 = get_connection();
64 $mysqli2 = get_connection();
93 $mysqli1 = get_connection();
94 $mysqli2 = get_connection();
124 $mysqli1 = get_connection();
125 $mysqli2 = get_connection();
166 $mysqli1 = get_connection();
[all …]

12345678910>>...56