Searched refs:TEST_DESC (Results 1 – 1 of 1) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | quicklist.c | 1445 #define TEST_DESC(name, ...) printf("test — " name "\n", __VA_ARGS__); macro 1653 TEST_DESC("add to tail 5x at fill %d at compress %d", f, in quicklistTest() 1667 TEST_DESC("add to head 5x at fill %d at compress %d", f, in quicklistTest() 1681 TEST_DESC("add to tail 500x at fill %d at compress %d", f, in quicklistTest() 1695 TEST_DESC("add to head 500x at fill %d at compress %d", f, in quicklistTest() 1980 TEST_DESC( in quicklistTest() 1999 TEST_DESC("insert [after] 250 new in middle of 500 elements at " in quicklistTest() 2431 TEST_DESC("ltrim test A at fill %d at compress %d", f, in quicklistTest() 2461 TEST_DESC("ltrim test B at fill %d at compress %d", f, in quicklistTest() 2508 TEST_DESC("ltrim test C at fill %d at compress %d", f, in quicklistTest() [all …]
|