Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/wal-e/wal-e
/ FakeWalUploader
Class
FakeWalUploader
tests/test_wal_transfer.py:34–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
33
34
class
FakeWalUploader(object):
35
def
__call__(self, segment):
36
if
segment._upload_explosive:
37
raise
segment._upload_explosive
38
39
segment._uploaded = True
40
return
segment
41
42
43
def
failed(seg):
Callers
7
test_simple_upload
Function · 0.85
test_multi_upload
Function · 0.85
test_simple_fail
Function · 0.85
test_multi_explicit_fail
Function · 0.85
test_multi_pipeline_fail
Function · 0.85
test_start_after_join
Function · 0.85
test_mark_done_fault
Function · 0.85
Calls
no outgoing calls
Tested by
7
test_simple_upload
Function · 0.68
test_multi_upload
Function · 0.68
test_simple_fail
Function · 0.68
test_multi_explicit_fail
Function · 0.68
test_multi_pipeline_fail
Function · 0.68
test_start_after_join
Function · 0.68
test_mark_done_fault
Function · 0.68