This commit is contained in:
Mark Allen 2015-10-11 23:05:27 -05:00
parent 855f94925c
commit da0b331936

View file

@ -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),