Home
last modified time | relevance | path

Searched refs:serverThread (Results 1 – 25 of 1313) sorted by relevance

12345678910>>...53

/dports/security/py-fail2ban/fail2ban-0.11.2/fail2ban/tests/
H A Dsockettestcase.py64 self.serverThread = None
68 if self.serverThread:
80 self.serverThread = serverThread = threading.Thread(
82 serverThread.daemon = True
83 serverThread.start()
85 return serverThread
88 serverThread = self.serverThread
92 self.serverThread = None
96 serverThread = self._createServerThread()
101 self.assertFalse(serverThread.is_alive())
[all …]
/dports/devel/spark/spark-2.1.1/sql/core/src/test/scala/org/apache/spark/sql/execution/streaming/
H A DTextSocketStreamSuite.scala38 if (serverThread != null) {
39 serverThread.interrupt()
40 serverThread.join()
41 serverThread = null
54 serverThread.start()
64 serverThread.enqueue("hello")
72 serverThread.enqueue("world")
91 serverThread.start()
103 serverThread.enqueue("hello")
113 serverThread.enqueue("world")
[all …]
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/test/java/org/apache/zookeeper/server/quorum/
H A DUnifiedServerSocketTest.java275 serverThread.start(); in testConnectWithSSLToNonStrictServer()
295 serverThread.shutdown(TIMEOUT); in testConnectWithSSLToNonStrictServer()
310 serverThread.start(); in testConnectWithSSLToStrictServer()
331 serverThread.shutdown(TIMEOUT); in testConnectWithSSLToStrictServer()
346 serverThread.start(); in testConnectWithoutSSLToNonStrictServer()
377 serverThread.start(); in testConnectWithoutSSLToNonStrictServerPartialWrite()
411 serverThread.start(); in testConnectWithoutSSLToStrictServer()
460 serverThread.start(); in testTLSDetectionNonBlockingNonStrictServerIdleClient()
515 serverThread.start(); in testTLSDetectionNonBlockingStrictServerIdleClient()
556 serverThread.start(); in testTLSDetectionNonBlockingNonStrictServerDisconnectedClient()
[all …]
/dports/www/kdsoap/kdsoap-1.9.0/unittests/servertest/
H A Dservertest.cpp410 CountryServerThread serverThread; in testAuth() local
428 CountryServerThread serverThread; in testRefusedAuth() local
442 CountryServerThread serverThread; in testParamTypes() local
458 CountryServerThread serverThread; in testHeadersAsyncCall() local
476 CountryServerThread serverThread; in testHexBinary() local
491 CountryServerThread serverThread; in testMethodNotFound() local
731 serverThread.suspend(); in testSuspend()
759 serverThread.resume(); in testSuspend()
767 serverThread.resume(); in testSuspend()
802 serverThread.suspend(); in testSuspendUnderLoad()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/cpp/test/qt/
H A DTQTcpServerTest.cpp53 std::shared_ptr<QThread> serverThread; member in TQTcpServerTest
70 serverThread.reset(new QThread()); in initTestCase()
71 serverSocket->moveToThread(serverThread.get()); in initTestCase()
72 server->moveToThread(serverThread.get()); in initTestCase()
73 serverThread->start(); in initTestCase()
85 serverThread->quit(); in cleanupTestCase()
86 serverThread->wait(); in cleanupTestCase()
90 serverThread.reset(); in cleanupTestCase()
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/cpp/test/qt/
H A DTQTcpServerTest.cpp54 stdcxx::shared_ptr<QThread> serverThread; member in TQTcpServerTest
71 serverThread.reset(new QThread()); in initTestCase()
72 serverSocket->moveToThread(serverThread.get()); in initTestCase()
73 server->moveToThread(serverThread.get()); in initTestCase()
74 serverThread->start(); in initTestCase()
86 serverThread->quit(); in cleanupTestCase()
87 serverThread->wait(); in cleanupTestCase()
91 serverThread.reset(); in cleanupTestCase()
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/cpp/test/qt/
H A DTQTcpServerTest.cpp54 stdcxx::shared_ptr<QThread> serverThread; member in TQTcpServerTest
71 serverThread.reset(new QThread()); in initTestCase()
72 serverSocket->moveToThread(serverThread.get()); in initTestCase()
73 server->moveToThread(serverThread.get()); in initTestCase()
74 serverThread->start(); in initTestCase()
86 serverThread->quit(); in cleanupTestCase()
87 serverThread->wait(); in cleanupTestCase()
91 serverThread.reset(); in cleanupTestCase()
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/cpp/test/qt/
H A DTQTcpServerTest.cpp53 std::shared_ptr<QThread> serverThread; member in TQTcpServerTest
70 serverThread.reset(new QThread()); in initTestCase()
71 serverSocket->moveToThread(serverThread.get()); in initTestCase()
72 server->moveToThread(serverThread.get()); in initTestCase()
73 serverThread->start(); in initTestCase()
85 serverThread->quit(); in cleanupTestCase()
86 serverThread->wait(); in cleanupTestCase()
90 serverThread.reset(); in cleanupTestCase()
/dports/devel/thrift-cpp/thrift-0.14.0/lib/cpp/test/qt/
H A DTQTcpServerTest.cpp53 std::shared_ptr<QThread> serverThread; member in TQTcpServerTest
70 serverThread.reset(new QThread()); in initTestCase()
71 serverSocket->moveToThread(serverThread.get()); in initTestCase()
72 server->moveToThread(serverThread.get()); in initTestCase()
73 serverThread->start(); in initTestCase()
85 serverThread->quit(); in cleanupTestCase()
86 serverThread->wait(); in cleanupTestCase()
90 serverThread.reset(); in cleanupTestCase()
/dports/devel/thrift/thrift-0.14.0/lib/cpp/test/qt/
H A DTQTcpServerTest.cpp53 std::shared_ptr<QThread> serverThread; member in TQTcpServerTest
70 serverThread.reset(new QThread()); in initTestCase()
71 serverSocket->moveToThread(serverThread.get()); in initTestCase()
72 server->moveToThread(serverThread.get()); in initTestCase()
73 serverThread->start(); in initTestCase()
85 serverThread->quit(); in cleanupTestCase()
86 serverThread->wait(); in cleanupTestCase()
90 serverThread.reset(); in cleanupTestCase()
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/cpp/test/qt/
H A DTQTcpServerTest.cpp53 std::shared_ptr<QThread> serverThread; member in TQTcpServerTest
70 serverThread.reset(new QThread()); in initTestCase()
71 serverSocket->moveToThread(serverThread.get()); in initTestCase()
72 server->moveToThread(serverThread.get()); in initTestCase()
73 serverThread->start(); in initTestCase()
85 serverThread->quit(); in cleanupTestCase()
86 serverThread->wait(); in cleanupTestCase()
90 serverThread.reset(); in cleanupTestCase()
/dports/devel/node-thrift/thrift-0.14.0/lib/cpp/test/qt/
H A DTQTcpServerTest.cpp53 std::shared_ptr<QThread> serverThread; member in TQTcpServerTest
70 serverThread.reset(new QThread()); in initTestCase()
71 serverSocket->moveToThread(serverThread.get()); in initTestCase()
72 server->moveToThread(serverThread.get()); in initTestCase()
73 serverThread->start(); in initTestCase()
85 serverThread->quit(); in cleanupTestCase()
86 serverThread->wait(); in cleanupTestCase()
90 serverThread.reset(); in cleanupTestCase()
/dports/devel/py-thrift/thrift-0.14.0/lib/cpp/test/qt/
H A DTQTcpServerTest.cpp53 std::shared_ptr<QThread> serverThread; member in TQTcpServerTest
70 serverThread.reset(new QThread()); in initTestCase()
71 serverSocket->moveToThread(serverThread.get()); in initTestCase()
72 server->moveToThread(serverThread.get()); in initTestCase()
73 serverThread->start(); in initTestCase()
85 serverThread->quit(); in cleanupTestCase()
86 serverThread->wait(); in cleanupTestCase()
90 serverThread.reset(); in cleanupTestCase()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/security/ssl/SSLSocketImpl/
H A DSSLSocketReset.java43 ServerThread serverThread = null; in main() local
50 serverThread = new ServerThread(sslServerSocket); in main()
51 serverThread.start(); in main()
65 serverThread.join(); in main()
69 if (serverThread.exception instanceof SSLException && in main()
70serverThread.exception.getMessage().equals("Unsupported or unrecognized SSL message") && in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/security/ssl/SSLSocketImpl/
H A DSSLSocketReset.java43 ServerThread serverThread = null; in main() local
50 serverThread = new ServerThread(sslServerSocket); in main()
51 serverThread.start(); in main()
65 serverThread.join(); in main()
69 if (serverThread.exception instanceof SSLException && in main()
70serverThread.exception.getMessage().equals("Unsupported or unrecognized SSL message") && in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/sun/security/ssl/SSLSocketImpl/
H A DSSLSocketReset.java43 ServerThread serverThread = null; in main() local
50 serverThread = new ServerThread(sslServerSocket); in main()
51 serverThread.start(); in main()
65 serverThread.join(); in main()
69 if (serverThread.exception instanceof SSLException && in main()
70serverThread.exception.getMessage().equals("Unsupported or unrecognized SSL message") && in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/sun/security/ssl/SSLSocketImpl/
H A DSSLSocketReset.java43 ServerThread serverThread = null; in main() local
50 serverThread = new ServerThread(sslServerSocket); in main()
51 serverThread.start(); in main()
65 serverThread.join(); in main()
69 if (serverThread.exception instanceof SSLException && in main()
70serverThread.exception.getMessage().equals("Unsupported or unrecognized SSL message") && in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/sun/security/ssl/SSLSocketImpl/
H A DSSLSocketReset.java43 ServerThread serverThread = null; in main() local
50 serverThread = new ServerThread(sslServerSocket); in main()
51 serverThread.start(); in main()
65 serverThread.join(); in main()
69 if (serverThread.exception instanceof SSLException && in main()
70serverThread.exception.getMessage().equals("Unsupported or unrecognized SSL message") && in main()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/sun/security/ssl/SSLSocketImpl/
H A DSSLSocketReset.java43 ServerThread serverThread = null; in main() local
50 serverThread = new ServerThread(sslServerSocket); in main()
51 serverThread.start(); in main()
65 serverThread.join(); in main()
69 if (serverThread.exception instanceof SSLException && in main()
70serverThread.exception.getMessage().equals("Unsupported or unrecognized SSL message") && in main()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/sun/security/ssl/SSLSocketImpl/
H A DSSLSocketReset.java43 ServerThread serverThread = null; in main() local
50 serverThread = new ServerThread(sslServerSocket); in main()
51 serverThread.start(); in main()
65 serverThread.join(); in main()
69 if (serverThread.exception instanceof SSLException && in main()
70serverThread.exception.getMessage().equals("Unsupported or unrecognized SSL message") && in main()
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/transport/
H A DTestTSaslTransports.java166 serverThread.start(); in testSaslOpen()
201 serverThread.interrupt(); in testSaslOpen()
203 serverThread.join(); in testSaslOpen()
207 assertNull(serverThread.thrown); in testSaslOpen()
229 serverThread.start(); in testBadPassword()
253 serverThread.interrupt(); in testBadPassword()
254 serverThread.join(); in testBadPassword()
269 private Thread serverThread; field in TestTSaslTransports.TestTSaslTransportsWithServer
281 serverThread = new Thread() { in startServer()
301 serverThread.start(); in startServer()
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/java/test/org/apache/thrift/transport/
H A DTestTSaslTransports.java166 serverThread.start(); in testSaslOpen()
201 serverThread.interrupt(); in testSaslOpen()
203 serverThread.join(); in testSaslOpen()
207 assertNull(serverThread.thrown); in testSaslOpen()
229 serverThread.start(); in testBadPassword()
253 serverThread.interrupt(); in testBadPassword()
254 serverThread.join(); in testBadPassword()
269 private Thread serverThread; field in TestTSaslTransports.TestTSaslTransportsWithServer
281 serverThread = new Thread() { in startServer()
301 serverThread.start(); in startServer()
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/transport/
H A DTestTSaslTransports.java167 serverThread.start(); in testSaslOpen()
202 serverThread.interrupt(); in testSaslOpen()
204 serverThread.join(); in testSaslOpen()
208 assertNull(serverThread.thrown); in testSaslOpen()
230 serverThread.start(); in testBadPassword()
254 serverThread.interrupt(); in testBadPassword()
255 serverThread.join(); in testBadPassword()
270 private Thread serverThread; field in TestTSaslTransports.TestTSaslTransportsWithServer
282 serverThread = new Thread() { in startServer()
302 serverThread.start(); in startServer()
[all …]
/dports/devel/thrift-cpp/thrift-0.14.0/lib/java/test/org/apache/thrift/transport/
H A DTestTSaslTransports.java168 serverThread.start(); in testSaslOpen()
203 serverThread.interrupt(); in testSaslOpen()
205 serverThread.join(); in testSaslOpen()
209 assertNull(serverThread.thrown); in testSaslOpen()
231 serverThread.start(); in testBadPassword()
255 serverThread.interrupt(); in testBadPassword()
256 serverThread.join(); in testBadPassword()
271 private Thread serverThread; field in TestTSaslTransports.TestTSaslTransportsWithServer
283 serverThread = new Thread() { in startServer()
303 serverThread.start(); in startServer()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/transport/
H A DTestTSaslTransports.java168 serverThread.start(); in testSaslOpen()
203 serverThread.interrupt(); in testSaslOpen()
205 serverThread.join(); in testSaslOpen()
209 assertNull(serverThread.thrown); in testSaslOpen()
231 serverThread.start(); in testBadPassword()
255 serverThread.interrupt(); in testBadPassword()
256 serverThread.join(); in testBadPassword()
271 private Thread serverThread; field in TestTSaslTransports.TestTSaslTransportsWithServer
283 serverThread = new Thread() { in startServer()
303 serverThread.start(); in startServer()
[all …]

12345678910>>...53