Home | History | Annotate | Download | only in hosts

Lines Matching full:commit

26         """Refresh-commit cycle from a single store restores HostInfo."""
30 store.commit(info)
36 """Refresh-commit cycle from separate stores restores HostInfo."""
40 store.commit(info)
48 """Refresh from store before commit raises StoreError"""
55 """Commit blocks when the backing file is locked.
67 store.commit(host_info.HostInfo())
80 store.commit(host_info.HostInfo())
89 """Commit to a non-writable path raises StoreError."""
94 store.commit(host_info.HostInfo())
102 store.commit(host_info.HostInfo())
113 store.commit(host_info.HostInfo())
124 """Tests that commit succeeds when locking requires retries.
138 store.commit(host_info.HostInfo())
152 # For first commit
162 store.commit(host_info.HostInfo())
169 """Commit request with negative timeout is same as 0 timeout.
182 store.commit(host_info.HostInfo())