FS-10167: Temporary commit to test some weirdness with pool freeing and memory mapping

This commit is contained in:
Shane Bryldt
2017-03-24 16:05:58 -06:00
parent 130dba8915
commit f0afe29c9c
3 changed files with 13 additions and 7 deletions

View File

@@ -321,12 +321,14 @@ static void test_non_recursive_mutex(void)
int main(int argc, char **argv)
{
ks_init();
cpu_count = ks_cpu_count() * 4;
//cpu_count = ks_cpu_count() * 4;
//cpu_count = ks_cpu_count();
cpu_count = 1;
plan(21 + cpu_count * 6);
diag("Starting testing for %d tests\n", 44);
diag("Starting testing for %d tests\n", 21 + cpu_count * 6);
create_pool();
create_mutex();