From da0b3319367ee78f73575ac4386313b8452f64cb Mon Sep 17 00:00:00 2001 From: Mark Allen Date: Sun, 11 Oct 2015 23:05:27 -0500 Subject: [PATCH] WIP --- test/machi_flu_psup_test.erl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/machi_flu_psup_test.erl b/test/machi_flu_psup_test.erl index 8a45963..7099219 100644 --- a/test/machi_flu_psup_test.erl +++ b/test/machi_flu_psup_test.erl @@ -159,6 +159,12 @@ partial_stop_restart2() -> true = (Epoch_n > Epoch_m), {ok, {false, EpochID3}} = WedgeStatus(hd(Ps)), %% The file we're assigned should be different with the epoch change. + %% + %% XXX FIXME: We need to validate this is a requirement. So far, the + %% filename manager has been EpochId agnostic. It always returns the + %% "current" filename assigned to a prefix unless the file is near + %% the pre-set maximum file size. + %% {ok, {_,_,File3}} = Append(hd(Ps), EpochID3), true = (File1 /= File3),