TODO MARK: added clarification to test/machi_flu_psup_test.erl
This commit is contained in:
parent
5131ebdd16
commit
2724960eaf
1 changed files with 5 additions and 0 deletions
|
@ -160,6 +160,11 @@ partial_stop_restart2() ->
|
|||
{ok, {false, EpochID3}} = WedgeStatus(hd(Ps)),
|
||||
%% The file we're assigned should be different with the epoch change.
|
||||
%%
|
||||
%% TODO MARK: Yes, in AP mode especially (and perhaps CP, I
|
||||
%% haven't thought about it enough), if the epoch changes,
|
||||
%% file assignments for all requests that are received after
|
||||
%% the epoch change must be different.
|
||||
%%
|
||||
%% 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
|
||||
|
|
Loading…
Reference in a new issue