• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/apr-util/test/

Lines Matching refs:ABTS_ASSERT

142   ABTS_ASSERT(tc, "redis create failed", rv == APR_SUCCESS);
150 ABTS_ASSERT(tc, "server create failed", rv == APR_SUCCESS);
153 ABTS_ASSERT(tc, "server add failed", rv == APR_SUCCESS);
159 ABTS_ASSERT(tc, "server disable failed", rv == APR_SUCCESS);
162 ABTS_ASSERT(tc, "server enable failed", rv == APR_SUCCESS);
165 ABTS_ASSERT(tc, "hash failed", hash > 0);
172 ABTS_ASSERT(tc, "server create failed", rv == APR_SUCCESS);
175 ABTS_ASSERT(tc, "server add should have failed", rv != APR_SUCCESS);
210 ABTS_ASSERT(tc, "redis create failed", rv == APR_SUCCESS);
226 ABTS_ASSERT(tc, "server create failed", rv == APR_SUCCESS);
229 ABTS_ASSERT(tc, "server add failed", rv == APR_SUCCESS);
240 ABTS_ASSERT(tc, "wrong server found", found->port == baton->which_server);
254 ABTS_ASSERT(tc, "redis create failed", rv == APR_SUCCESS);
257 ABTS_ASSERT(tc, "server create failed", rv == APR_SUCCESS);
260 ABTS_ASSERT(tc, "server add failed", rv == APR_SUCCESS);
272 ABTS_ASSERT(tc, "major", stats->major >= 1);
273 ABTS_ASSERT(tc, "minor", stats->minor >= 0);
274 ABTS_ASSERT(tc, "patch", stats->patch >= 0);
275 ABTS_ASSERT(tc, "process_id", stats->process_id >= 0);
276 ABTS_ASSERT(tc, "uptime_in_seconds", stats->uptime_in_seconds >= 0);
277 ABTS_ASSERT(tc, "arch_bits", stats->arch_bits >= 0);
278 ABTS_ASSERT(tc, "connected_clients", stats->connected_clients >= 0);
279 ABTS_ASSERT(tc, "blocked_clients", stats->blocked_clients >= 0);
280 ABTS_ASSERT(tc, "maxmemory", stats->maxmemory >= 0);
281 ABTS_ASSERT(tc, "used_memory", stats->used_memory >= 0);
282 ABTS_ASSERT(tc, "total_system_memory", stats->total_system_memory >= 0);
283 ABTS_ASSERT(tc, "total_connections_received", stats->total_connections_received >= 0);
284 ABTS_ASSERT(tc, "total_commands_processed", stats->total_commands_processed >= 0);
285 ABTS_ASSERT(tc, "total_net_input_bytes", stats->total_net_input_bytes >= 0);
286 ABTS_ASSERT(tc, "total_net_output_bytes", stats->total_net_output_bytes >= 0);
287 ABTS_ASSERT(tc, "keyspace_hits", stats->keyspace_hits >= 0);
288 ABTS_ASSERT(tc, "keyspace_misses", stats->keyspace_misses >= 0);
289 ABTS_ASSERT(tc, "role", stats->role >= 0);
290 ABTS_ASSERT(tc, "connected_slaves", stats->connected_slaves >= 0);
291 ABTS_ASSERT(tc, "used_cpu_sys", stats->used_cpu_sys >= 0);
292 ABTS_ASSERT(tc, "used_cpu_user", stats->used_cpu_user >= 0);
293 ABTS_ASSERT(tc, "cluster_enabled", stats->cluster_enabled >= 0);
310 ABTS_ASSERT(tc, "redis create failed", rv == APR_SUCCESS);
313 ABTS_ASSERT(tc, "server create failed", rv == APR_SUCCESS);
316 ABTS_ASSERT(tc, "server add failed", rv == APR_SUCCESS);
319 ABTS_ASSERT(tc, "set failed", rv == APR_SUCCESS);
325 ABTS_ASSERT(tc, "get failed", rv == APR_SUCCESS);
330 ABTS_ASSERT(tc, "incr failed", rv == APR_SUCCESS);
335 ABTS_ASSERT(tc, "decr failed", rv == APR_SUCCESS);
342 ABTS_ASSERT(tc, "get failed", rv == APR_SUCCESS);
347 ABTS_ASSERT(tc, "delete failed", rv == APR_SUCCESS);
365 ABTS_ASSERT(tc, "redis create failed", rv == APR_SUCCESS);
368 ABTS_ASSERT(tc, "server create failed", rv == APR_SUCCESS);
371 ABTS_ASSERT(tc, "server add failed", rv == APR_SUCCESS);
386 ABTS_ASSERT(tc, "set failed", rv == APR_SUCCESS);
388 ABTS_ASSERT(tc, "get failed", rv == APR_SUCCESS);
393 ABTS_ASSERT(tc, "get should have failed", rv != APR_SUCCESS);
403 ABTS_ASSERT(tc, "delete failed", rv == APR_SUCCESS);
421 ABTS_ASSERT(tc, "redis create failed", rv == APR_SUCCESS);
424 ABTS_ASSERT(tc, "server create failed", rv == APR_SUCCESS);
427 ABTS_ASSERT(tc, "server add failed", rv == APR_SUCCESS);
442 ABTS_ASSERT(tc, "ping failed", rv == APR_SUCCESS);
444 ABTS_ASSERT(tc, "set failed", rv == APR_SUCCESS);
446 ABTS_ASSERT(tc, "get failed", rv == APR_SUCCESS);
451 ABTS_ASSERT(tc, "get should have failed", rv != APR_SUCCESS);
461 ABTS_ASSERT(tc, "delete failed", rv == APR_SUCCESS);