This commit refactors out the complexity of downloading ordered WAL files in parallel to a type called `WALDownloader`. This makes it easier to test the restore separately from the download.
9 lines
242 B
Makefile
9 lines
242 B
Makefile
.PHONY: default
|
|
default:
|
|
make -C find-latest-generation/ok
|
|
make -C generation-time-bounds/ok
|
|
make -C generation-time-bounds/snapshots-only
|
|
make -C replica-client-time-bounds/ok
|
|
make -C snapshot-time-bounds/ok
|
|
make -C wal-time-bounds/ok
|