| /f-stack/freebsd/contrib/libsodium/ |
| H A D | .gitignore | 78 test-driver 81 test/default/*.res 82 test/default/*.trs 86 test/default/auth 92 test/default/box 93 test/default/box2 94 test/default/box7 95 test/default/box8 115 test/default/kdf 117 test/default/kx [all …]
|
| /f-stack/dpdk/app/test-eventdev/ |
| H A D | evt_main.c | 37 test->ops.ethdev_destroy(test, &opt); in signal_handler() 42 test->ops.test_result(test, &opt); in signal_handler() 50 test->ops.eventdev_destroy(test, &opt); in signal_handler() 53 test->ops.mempool_destroy(test, &opt); in signal_handler() 56 test->ops.test_destroy(test, &opt); in signal_handler() 143 if (test->ops.test_setup(test, &opt)) { in main() 185 ret = test->ops.test_result(test, &opt); in main() 199 test->ops.eventdev_destroy(test, &opt); in main() 203 test->ops.ethdev_destroy(test, &opt); in main() 207 test->ops.mempool_destroy(test, &opt); in main() [all …]
|
| H A D | evt_test.h | 27 (struct evt_test *test, struct evt_options *opt); 29 (struct evt_test *test, struct evt_options *opt); 31 (struct evt_test *test, struct evt_options *opt); 33 (struct evt_test *test, struct evt_options *opt); 35 (struct evt_test *test, struct evt_options *opt); 37 (struct evt_test *test, struct evt_options *opt); 70 struct evt_test test; member 82 _evt_test_entry_ ##nm.test.name = RTE_STR(nm);\ 83 memcpy(&_evt_test_entry_ ##nm.test.ops, &nm, \ 91 evt_test_priv(struct evt_test *test) in evt_test_priv() argument [all …]
|
| /f-stack/app/redis-5.0.5/tests/cluster/tests/ |
| H A D | 10-manual-failover.tcl | 5 test "Create a 5 nodes cluster" { 9 test "Cluster is up" { 13 test "Cluster is writable" { 17 test "Instance #5 is a slave" { 62 test "Wait for failover" { 74 test "Cluster is writable" { 105 test "Cluster is up" { 109 test "Cluster is writable" { 113 test "Instance #5 is a slave" { 152 test "Cluster is up" { [all …]
|
| H A D | 08-update-msg.tcl | 14 test "Create a 5 nodes cluster" { 18 test "Cluster is up" { 22 test "Cluster is writable" { 26 test "Instance #5 is a slave" { 40 test "Killing one master node" { 44 test "Wait for failover" { 56 test "Cluster is writable" { 60 test "Instance #5 is now a master" { 64 test "Killing the new master #5" { 68 test "Cluster should be down now" { [all …]
|
| H A D | 07-replica-migration.tcl | 9 test "Create a 5 nodes cluster" { 13 test "Cluster is up" { 17 test "Each master should have two replicas attached" { 29 test "Killing all the slaves of master #0 and #1" { 56 test "Create a 5 nodes cluster" { 60 test "Cluster is up" { 70 test "Killing master node #2, #12 should failover" { 74 test "Wait for failover" { 82 test "Cluster should eventually be up again" { 86 test "Cluster is writable" { [all …]
|
| H A D | 02-failover.tcl | 5 test "Create a 5 nodes cluster" { 9 test "Cluster is up" { 13 test "Cluster is writable" { 17 test "Instance #5 is a slave" { 21 test "Instance #5 synced with the master" { 31 test "Killing one master node" { 35 test "Wait for failover" { 43 test "Cluster should eventually be up again" { 47 test "Cluster is writable" { 51 test "Instance #5 is now a master" { [all …]
|
| H A D | 11-manual-takeover.tcl | 5 test "Create a 5 nodes cluster" { 9 test "Cluster is up" { 13 test "Cluster is writable" { 17 test "Killing majority of master nodes" { 23 test "Cluster should eventually be down" { 27 test "Use takeover to bring slaves back" { 33 test "Cluster should eventually be up again" { 37 test "Cluster is writable" { 41 test "Instance #5, #6, #7 are now masters" { 47 test "Restarting the previously killed master nodes" { [all …]
|
| H A D | 05-slave-selection.tcl | 8 test "Create a 5 nodes cluster" { 12 test "Cluster is up" { 16 test "The first master has actually two slaves" { 20 test {Slaves of #0 are instance #5 and #10 as expected} { 26 test "Instance #5 and #10 synced with the master" { 82 test "Cluster should eventually be up again" { 86 test "Node #10 should eventually replicate node #5" { 100 test "Create a 3 nodes cluster" { 104 test "Cluster is up" { 108 test "The first master has actually 5 slaves" { [all …]
|
| H A D | 13-no-failover-option.tcl | 5 test "Create a 5 nodes cluster" { 9 test "Cluster is up" { 13 test "Cluster is writable" { 17 test "Instance #5 is a slave" { 24 test "Instance #5 synced with the master" { 32 test "The nofailover flag is propagated" { 46 test "Killing one master node" { 50 test "Cluster should be still down after some time" { 55 test "Instance #5 is still a slave" { 59 test "Restarting the previously killed master node" {
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/ |
| H A D | .gitignore | 49 /test/test.sh 50 test/include/test/jemalloc_test.h 51 test/include/test/jemalloc_test_defs.h 56 /test/integration/*.out 63 /test/src/*.[od] 65 /test/stress/[A-Za-z]* 67 /test/stress/*.[od] 68 /test/stress/*.out 70 /test/unit/[A-Za-z]* 72 /test/unit/*.[od] [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/nvlist_to_lua/ |
| H A D | nvlist_to_lua.c | 140 test("boolean", B_TRUE, B_FALSE); in run_tests() 146 test("byte", B_FALSE, B_FALSE); in run_tests() 149 test("int8", B_FALSE, B_FALSE); in run_tests() 152 test("uint8", B_FALSE, B_FALSE); in run_tests() 155 test("int16", B_FALSE, B_FALSE); in run_tests() 158 test("uint16", B_FALSE, B_FALSE); in run_tests() 161 test("int32", B_FALSE, B_FALSE); in run_tests() 164 test("uint32", B_FALSE, B_FALSE); in run_tests() 167 test("int64", B_TRUE, B_TRUE); in run_tests() 173 test("string", B_TRUE, B_TRUE); in run_tests() [all …]
|
| /f-stack/tools/libxo/tests/core/saved/ |
| H A D | test_08.H.err | 1 test: close (xo_close_container) fails at marker 'm1'; not found 'data3' 2 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 3 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 4 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 5 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 6 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 7 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 8 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 9 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 10 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' [all …]
|
| H A D | test_08.JP.err | 1 test: close (xo_close_container) fails at marker 'm1'; not found 'data3' 2 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 3 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 4 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 5 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 6 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 7 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 8 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 9 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 10 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' [all …]
|
| H A D | test_08.X.err | 1 test: close (xo_close_container) fails at marker 'm1'; not found 'data3' 2 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 3 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 4 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 5 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 6 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 7 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 8 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 9 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 10 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' [all …]
|
| H A D | test_08.XP.err | 1 test: close (xo_close_container) fails at marker 'm1'; not found 'data3' 2 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 3 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 4 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 5 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 6 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 7 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 8 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 9 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 10 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' [all …]
|
| H A D | test_08.E.err | 1 test: close (xo_close_container) fails at marker 'm1'; not found 'data3' 2 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 3 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 4 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 5 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 6 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 7 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 8 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 9 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 10 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' [all …]
|
| H A D | test_08.T.err | 1 test: close (xo_close_container) fails at marker 'm1'; not found 'data3' 2 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 3 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 4 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 5 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 6 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 7 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 8 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 9 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 10 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' [all …]
|
| H A D | test_08.HIPx.err | 1 test: close (xo_close_container) fails at marker 'm1'; not found 'data3' 2 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 3 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 4 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 5 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 6 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 7 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 8 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 9 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 10 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' [all …]
|
| H A D | test_08.HP.err | 1 test: close (xo_close_container) fails at marker 'm1'; not found 'data3' 2 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 3 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 4 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 5 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 6 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 7 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 8 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 9 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 10 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' [all …]
|
| H A D | test_08.J.err | 1 test: close (xo_close_container) fails at marker 'm1'; not found 'data3' 2 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 3 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 4 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 5 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 6 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 7 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 8 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 9 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' 10 test: close (xo_close_container) fails at marker 'm2'; not found 'data4' [all …]
|
| /f-stack/app/redis-5.0.5/tests/unit/type/ |
| H A D | string.tcl | 2 test {SET and GET an item} { 7 test {SET and GET an empty item} { 12 test {Very big payload in GET/SET} { 62 test "SETNX target key missing" { 68 test "SETNX target key exists" { 105 test {MGET} { 122 test {GETSET (set new value)} { 132 test {MSET base case} { 211 test "SETBIT fuzzing" { 365 test "GETRANGE fuzzing" { [all …]
|
| H A D | incr.tcl | 2 test {INCR against non existing key} { 8 test {INCR against key created by incr itself} { 12 test {INCR against key originally set with SET} { 17 test {INCR over 32bit value} { 27 test {INCR fails against key with spaces (left)} { 45 test {INCR fails against a key holding a list} { 68 test {INCR can modify objects in-place} { 80 test {INCRBYFLOAT against non existing key} { 93 test {INCRBYFLOAT over 32bit value} { 143 test {INCRBYFLOAT decrement} { [all …]
|
| /f-stack/app/redis-5.0.5/tests/unit/ |
| H A D | keyspace.tcl | 2 test {DEL against a single item} { 9 test {Vararg DEL} { 16 test {KEYS with pattern} { 23 test {KEYS to get all keys} { 27 test {DBSIZE} { 31 test {DEL all keys} { 44 test {EXISTS} { 46 r set newkey test 76 test {RENAME basic usage} { 172 test {MOVE basic usage} { [all …]
|
| H A D | scripting.tcl | 2 test {EVAL - Does Lua interpreter replies to our requests?} { 41 test {EVAL - is Lua able to call Redis API?} { 72 test {EVAL - Redis bulk -> Lua type conversion} { 190 test {EVAL - JSON numeric decoding} { 201 test {EVAL - JSON string decoding} { 207 test {EVAL - cmsgpack can pack double?} { 330 test "redis.sha1hex() implementation" { 345 test {Test an example script DECR_IF_GT} { 387 test {EVAL does not leak in the Lua stack} { 446 test {Number conversion precision test (issue #1118)} { [all …]
|