Skip to content

Instantly share code, notes, and snippets.

@zao
Created October 8, 2017 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zao/27bb56299de67fa961737a40c852fdce to your computer and use it in GitHub Desktop.
Save zao/27bb56299de67fa961737a40c852fdce to your computer and use it in GitHub Desktop.
[zao@mim]: ~/stellar/hpx>$ grep -h '(Failed)' ../tests-rwdi-20171007-* | sort -n | uniq -c
104 99 - tests.regressions.threads.thread_pool_executor_1112 (Failed)
104 104 - tests.regressions.threads.thread_pool_executor_1114 (Failed)
1 177 - tests.unit.lcos.distributed.tcp.async_cb_remote_client (Failed)
1 180 - tests.unit.lcos.distributed.tcp.async_continue_cb_colocated (Failed)
104 410 - tests.unit.parallel.this_thread_executors (Failed)
104 412 - tests.unit.parallel.thread_pool_executors (Failed)
104 414 - tests.unit.parallel.timed_this_thread_executors (Failed)
104 415 - tests.unit.parallel.timed_thread_pool_executors (Failed)
104 427 - tests.unit.parallel.this_thread_executors_v1 (Failed)
104 429 - tests.unit.parallel.thread_pool_executors_v1 (Failed)
104 431 - tests.unit.parallel.timed_this_thread_executors_v1 (Failed)
104 432 - tests.unit.parallel.timed_thread_pool_executors_v1 (Failed)
104 485 - tests.unit.threads.resource_manager (Failed)
104 494 - tests.unit.threads.thread_suspension_executor (Failed)
[zao@mim]: ~/stellar/hpx>$ grep -h '(Timeout)' ../tests-rwdi-20171007-* | sort -n | uniq -c
8 156 - tests.unit.components.distributed.tcp.migrate_component (Timeout)
46 408 - tests.unit.parallel.service_executors (Timeout)
1 455 - tests.unit.resource.throttle (Timeout)
[zao@mim]: ~/stellar/hpx>$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment