Skip to content

Commit

Permalink
Wraps timestamp values in quotes in preview_transforms YAML test (#66046
Browse files Browse the repository at this point in the history
)
  • Loading branch information
picandocodigo authored Dec 9, 2020
1 parent e1d594b commit 652b78f
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,17 +84,17 @@ setup:
}
}
- match: { preview.0.airline: foo }
- match: { preview.0.by-hour: 2017-02-18T00:00:00.000Z }
- match: { preview.0.by-hour: "2017-02-18T00:00:00.000Z" }
- match: { preview.0.avg_response: 1.0 }
- match: { preview.0.time.max: "2017-02-18T00:30:00.000Z" }
- match: { preview.0.time.min: "2017-02-18T00:00:00.000Z" }
- match: { preview.1.airline: bar }
- match: { preview.1.by-hour: 2017-02-18T01:00:00.000Z }
- match: { preview.1.by-hour: "2017-02-18T01:00:00.000Z" }
- match: { preview.1.avg_response: 42.0 }
- match: { preview.1.time.max: "2017-02-18T01:00:00.000Z" }
- match: { preview.1.time.min: "2017-02-18T01:00:00.000Z" }
- match: { preview.2.airline: foo }
- match: { preview.2.by-hour: 2017-02-18T01:00:00.000Z }
- match: { preview.2.by-hour: "2017-02-18T01:00:00.000Z" }
- match: { preview.2.avg_response: 42.0 }
- match: { preview.2.time.max: "2017-02-18T01:01:00.000Z" }
- match: { preview.2.time.min: "2017-02-18T01:01:00.000Z" }
Expand Down Expand Up @@ -135,15 +135,15 @@ setup:
}
}
- match: { preview.0.airline: foo }
- match: { preview.0.by-hour: 2017-02-18T00:00:00.000Z }
- match: { preview.0.by-hour: "2017-02-18T00:00:00.000Z" }
- match: { preview.0.avg_response: 1.0 }
- match: { preview.0.my_field: 42 }
- match: { preview.1.airline: bar }
- match: { preview.1.by-hour: 2017-02-18T01:00:00.000Z }
- match: { preview.1.by-hour: "2017-02-18T01:00:00.000Z" }
- match: { preview.1.avg_response: 42.0 }
- match: { preview.1.my_field: 42 }
- match: { preview.2.airline: foo }
- match: { preview.2.by-hour: 2017-02-18T01:00:00.000Z }
- match: { preview.2.by-hour: "2017-02-18T01:00:00.000Z" }
- match: { preview.2.avg_response: 42.0 }
- match: { preview.2.my_field: 42 }
- match: { generated_dest_index.mappings.properties.airline.type: "keyword" }
Expand Down

0 comments on commit 652b78f

Please sign in to comment.