From: <dg...@su...> - 2009-01-14 22:36:15
|
Author: dgollub Date: Wed Jan 14 23:06:19 2009 New Revision: 5146 URL: http://www.opensync.org/changeset/5146 Log: Disable engine_sync_stress testcase of unittest "engine". Current implementation is not able to performan 1000 sync-and-block cycles within 30 seconds. At least this testcase doesn't bring reliable test results, for this reason the testcase get temporarily disabled. TODO: brief profiling and checking for obivious bottlenecks, fix them and re-enable the testcase if 1000 syncs can be done within 30 seconds. If not a new number, less then 1000, of sync to perform should get set. This number should bring stable resuls for different testing platforms. Ticket #1040 Modified: trunk/tests/CMakeLists.txt Modified: trunk/tests/CMakeLists.txt ============================================================================== --- trunk/tests/CMakeLists.txt Wed Jan 14 22:23:28 2009 (r5145) +++ trunk/tests/CMakeLists.txt Wed Jan 14 23:06:19 2009 (r5146) @@ -139,7 +139,7 @@ OSYNC_TESTCASE( engine engine_sync_multi_obj ) OSYNC_TESTCASE( engine engine_sync_out_of_order ) OSYNC_TESTCASE( engine engine_sync_reuse ) -OSYNC_TESTCASE( engine engine_sync_stress ) +OSYNC_TESTCASE_DISABLED( engine engine_sync_stress, "1040" ) OSYNC_TESTCASE( engine engine_sync_read_write ) OSYNC_TESTCASE_DISABLED( engine engine_sync_read_write_stress "994" ) OSYNC_TESTCASE( engine engine_sync_read_write_stress2 ) |