Commit graph

6 commits

Author SHA1 Message Date
Rob Bavey
462e9c368f Remove wait for client sleep
Fixes #8175
2017-09-13 12:53:34 +00:00
Rob Bavey
1675eb3a0f Handle Elasticsearch errors better during DLQ integration tests
Give more time for Elasticsearch to start up, and retry after
503 responses

Fixes #8175
2017-09-13 12:53:34 +00:00
Rob Bavey
f75f8579bd DLQ Integration Test stabilization
Attempt to stabilize DLQ Integration tests
 - Only tear down ES instance once tests are complete
 - Delete indices after each test
 - Tear down Logstash after each test

Fixes #8143
2017-09-06 01:02:06 +00:00
Rob Bavey
ca8775e35e DLQ integration test improvements
Added single pipeline tests

Fixes #8026
2017-09-01 19:45:13 +00:00
Rob Bavey
f3843e7414 Add multi-pipeline test
Needs DRY-ing up before commit, but tests should be valid

Fixes #8026
2017-09-01 19:45:12 +00:00
Rob Bavey
ee1b5420ed RATS: Dead Letter Queue integration tests (WIP)
Simple test for dead letter queue integration tests:
  Attempt to write invalid entries to elastic search, fail and
  remove invalid field. Verify that mutated entry exists in es

Not for committing - has different jvm.options to improve stability
  to ensure that the tests pass in CI.

Fixes #7882

Fixes #8026
2017-09-01 19:45:12 +00:00