You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
265 B
21 lines
265 B
# Test A can commit twice; queueing two commits onto B's queue.
|
|
A:offer 1
|
|
B:recvoffer
|
|
A:commit
|
|
B:recvcommit
|
|
A:recvrevoke
|
|
|
|
A:offer 3
|
|
B:recvoffer
|
|
A:commit
|
|
B:recvcommit
|
|
A:recvrevoke
|
|
|
|
B:commit
|
|
A:recvcommit
|
|
B:recvrevoke
|
|
checksync
|
|
echo ***A***
|
|
A:dump
|
|
echo ***B***
|
|
B:dump
|
|
|