X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=tests%2Ftest_urcu_hash_rw.c;h=73103444b6addc1ea90d3f9d8843f86fcefead39;hp=7145ca41306111722ea28b6aaf52d063669d00c4;hb=2af6e53640931d9d5243e4275e640cdd5c7f3505;hpb=9be0828e85625ab403b83962622a7241665c49ea diff --git a/tests/test_urcu_hash_rw.c b/tests/test_urcu_hash_rw.c index 7145ca4..7310344 100644 --- a/tests/test_urcu_hash_rw.c +++ b/tests/test_urcu_hash_rw.c @@ -227,6 +227,8 @@ int test_hash_rw_populate_hash(void) if (!init_populate) return 0; + printf("Starting rw test\n"); + if ((add_unique || add_replace) && init_populate * 10 > init_pool_size) { printf("WARNING: required to populate %lu nodes (-k), but random " "pool is quite small (%lu values) and we are in add_unique (-u) or add_replace (-s) mode. Try with a "