Commit Graph

6 Commits

Author SHA1 Message Date
Antoine Cotten
b826d7bbdf ci: Always use _search API instead of _count
Makes it easier to troubleshoot returned documents by inspecting the
logs of CI runs.
2021-11-06 12:06:31 +01:00
Antoine Cotten
9fde1ac351 ci(core): Retry sending data over TCP in case of error
The first attempt occasionally fails, probably due to a race with the
listener's startup.

Additionally, perform minor adjustments to the output written to stderr
to ensure it is properly flushed in the CI environment.
2021-10-28 17:56:39 +02:00
Antoine Cotten
c8fc437bdb ci: Always search in explicit index pattern 2021-08-27 00:32:16 +02:00
Antoine Cotten
df7aca5332 ci: Remove unnecessary MODE declarations 2020-10-16 22:02:52 +02:00
Antoine Cotten
b13d73def4 ci: Accept arbitrary curl arguments for polling 2020-10-16 21:59:33 +02:00
Antoine Cotten
b599285dac Move CI flow from Travis CI to GitHub Actions 2020-10-14 00:32:17 +02:00