Don't leave commented out code lying around
This commit is contained in:
parent
e8f462fab0
commit
0c018c5721
1 changed files with 0 additions and 1 deletions
|
@ -712,7 +712,6 @@ schedule_test() ->
|
||||||
schedule_test_bycount(N) ->
|
schedule_test_bycount(N) ->
|
||||||
LocalTimeAsDateTime = {{2017,3,30},{15,27,0}},
|
LocalTimeAsDateTime = {{2017,3,30},{15,27,0}},
|
||||||
CurrentTS= local_time_to_now(LocalTimeAsDateTime),
|
CurrentTS= local_time_to_now(LocalTimeAsDateTime),
|
||||||
%% CurrentTS = {1490,884020,0}, % Actually 30th March 2017 15:27
|
|
||||||
SecondsToCompaction0 = schedule_compaction([16], N, CurrentTS),
|
SecondsToCompaction0 = schedule_compaction([16], N, CurrentTS),
|
||||||
io:format("Seconds to compaction ~w~n", [SecondsToCompaction0]),
|
io:format("Seconds to compaction ~w~n", [SecondsToCompaction0]),
|
||||||
?assertMatch(true, SecondsToCompaction0 > 1800),
|
?assertMatch(true, SecondsToCompaction0 > 1800),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue