File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -14,5 +14,13 @@ script:
1414 - python dynamodump.py -m restore -r local -s testTable -d testRestoredTable --host localhost --port 4567 --accessKey a --secretKey a
1515 - python dynamodump.py -m backup -r local -s testRestoredTable --host localhost --port 4567 --accessKey a --secretKey a
1616 - python test/test.py
17+ - python dynamodump.py -m restore -r local -s "*" --host localhost --port 4567 --accessKey a --secretKey a
18+ - rm -rf dump/test*
19+ - python dynamodump.py -m backup -r local -s "*" --host localhost --port 4567 --accessKey a --secretKey a
20+ - python test/test.py
21+ - python dynamodump.py -m restore -r local -s "test*" --host localhost --port 4567 --accessKey a --secretKey a --prefixSeparator ""
22+ - rm -rf dump/test*
23+ - python dynamodump.py -m backup -r local -s "test*" --host localhost --port 4567 --accessKey a --secretKey a --prefixSeparator ""
24+ - python test/test.py
1725matrix :
1826 fast_finish : true
You can’t perform that action at this time.
0 commit comments