summaryrefslogtreecommitdiffstats
path: root/ctdb/tests/UNIT/tool/ctdb.deletekey.001.sh
blob: f530801bf7fedca650fc695f0d91271b2b337720 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#!/bin/sh

. "${TEST_SCRIPTS_DIR}/unit.sh"

define_test "volatile delete"

setup_ctdbd <<EOF
NODEMAP
0       192.168.20.41   0x0     CURRENT RECMASTER
1       192.168.20.42   0x0
2       192.168.20.43   0x0
EOF

ok_null
simple_test_other attach "volatile.tdb"

ok_null
simple_test "volatile.tdb" "key1"

ok_null
simple_test_other writekey "volatile.tdb" "key1" "value1"

ok <<EOF
Data: size:6 ptr:[value1]
EOF
simple_test_other readkey "volatile.tdb" "key1"

ok_null
simple_test "volatile.tdb" "key1"

ok <<EOF
Data: size:0 ptr:[]
EOF
simple_test_other readkey "volatile.tdb" "key1"