Skip to content

Commit

Permalink
modified TimeoutSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryli9876 committed Jun 28, 2012
1 parent 8070184 commit dac24b7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ class TimeoutsSpec extends Specification with TupleConversions {
arg("input", "inputFile").
arg("output", "outputFile").
arg("date", "2012-01-01T01:00").
arg("error_type", "finagle.timeout").
source(PreprocessedSpanSource(), (Util.repeatSpan(span, 101, 120, 1) ::: (Util.repeatSpan(span1, 20, 300, 102)) ::: (Util.repeatSpan(span2, 30, 400, 300)))).
sink[(String, String, Long)](Tsv("outputFile")) {
val map = new HashMap[String, Long]()
Expand Down

0 comments on commit dac24b7

Please sign in to comment.