(test_thread_stop_unused): Removed an

assertion which can fail and is not a critical test.
This commit is contained in:
Martyn James Russell 2006-04-07 18:47:11 +00:00
parent 08c7722e6e
commit 88cca804f0
3 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2006-04-07 Martyn Russell <martyn@imendio.com>
* tests/threadpool-test.c: (test_thread_stop_unused): Removed an
assertion which can fail and is not a critical test.
2006-04-07 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version

View File

@ -1,3 +1,8 @@
2006-04-07 Martyn Russell <martyn@imendio.com>
* tests/threadpool-test.c: (test_thread_stop_unused): Removed an
assertion which can fail and is not a critical test.
2006-04-07 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version

View File

@ -121,10 +121,7 @@ test_thread_stop_unused (void)
DEBUG_MSG (("[unused] current threads %d",
test_count_threads()));
g_assert (test_count_threads () == limit);
DEBUG_MSG (("[unused] stopping unused threads"));
g_thread_pool_stop_unused_threads ();
DEBUG_MSG (("[unused] waiting ONE second for threads to die"));