Lines Matching full:not
7 # "License"); you may not use this file except in compliance
90 if self.returncode is not None:
102 if self.returncode is not None:
112 # does not end normally with SIGNONE, we mark it as expired.
113 # If the process fails to end and the signal is not SIGKILL,
115 # returns True if the process ended, False if it may not have
164 … logger.warn('[{0}] slept for {1} seconds but server is not open'.format(sv.proc.pid, slept))
167 if not os.path.exists(domain_socket_path(port)):
168 …logger.debug('[{0}] domain(unix) socket not available yet. slept for {1} seconds so far'.format(sv…
182 if sv.proc.poll() is not None:
185 …logger.debug('[{0}] socket not available yet. slept for {1} seconds so far'.format(sv.proc.pid, sl…
217 if sv.proc.poll() is not None:
218 logger.info('not starting client because server process is absent')
224 … if not cl.report.maybe_false_positive() or connect_retry_count >= max_connect_retry:
227 # Wait for 50ms to see if server does not die at the end.
230 … logger.debug('Server may not be ready, waiting %.2f second...' % connect_retry_wait)
238 …IMEOUT if cl.expired else cl.returncode if (cl.proc and cl.proc.poll()) is not None else RESULT_ER…
242 # problem. For servers that are not signal-aware, we simply
250 if sv.killed or sv.returncode not in allowed_return_code:
253 if not sv.killed:
262 if not async_mode:
268 if not async_mode:
289 ok = port not in self._ports
302 ok = port not in self._dom_ports
368 if not self._async:
404 if not self._stop.is_set():