mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
7c30d4791d
Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net>
21 lines
326 B
Bash
Executable File
21 lines
326 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
define_test "volatile read"
|
|
|
|
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 <<EOF
|
|
Data: size:0 ptr:[]
|
|
EOF
|
|
simple_test "volatile.tdb" "key1"
|