Skip to content

Commit

Permalink
Merge pull request #1736 from gianm/additional-ingest-segment-timelin…
Browse files Browse the repository at this point in the history
…e-test

IngestSegmentFirehostFactoryTimelineTest for overshadowing of the middle of a segment.
  • Loading branch information
fjy committed Sep 17, 2015
2 parents aab8c62 + 64e33b2 commit e48f6dd
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,12 @@ public static Collection<Object[]> constructorFeeder()
"2000/2000T02", 3, 7,
DS("2000/2000T02", "v1", 0, IR("2000", 1), IR("2000T00:01", 2), IR("2000T01", 8)),
DS("2000T01/2000T02", "v2", 0, IR("2000T01:01", 4))
) /* 1H segment overlayed on top of 2H segment */,
) /* 1H segment overlaid on top of 2H segment */,
TC(
"2000/2000-01-02", 4, 23,
DS("2000/2000-01-02", "v1", 0, IR("2000", 1), IR("2000T00:01", 2), IR("2000T01", 8), IR("2000T02", 16)),
DS("2000T01/2000T02", "v2", 0, IR("2000T01:01", 4))
) /* 1H segment overlaid on top of 1D segment */,
TC(
"2000/2000T02", 4, 15,
DS("2000/2000T02", "v1", 0, IR("2000", 1), IR("2000T00:01", 2), IR("2000T01", 8)),
Expand Down

0 comments on commit e48f6dd

Please sign in to comment.