Migrate tests to ElasticSearch 8
- Sep 24, 2024
-
-
Nicolas Dandrimont authored329bcf88
-
Nicolas Dandrimont authored
The configuration also works for ES 7, so we can just vary the way that the ES server is started to support both major versions.
5e77f2aa
-
- Sep 23, 2024
-
-
Nicolas Dandrimont authored
ES8 uses a wrapper script, which will leave the actual server process dangling on SIGKILL, but terminates cleanly on SIGTERM.
470ec407 -
Nicolas Dandrimont authored
`wait_for_peer` would wait forever, even if ES was dead. Instead of doing that, only wait for 5 minutes, and exit the loop if the process has exited (which is probably a sign that the configuration is wrong).
6ee4ba6e
-