elasticsearch-test-runner 0.18.0 → 0.18.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/elasticsearch/tests/test_runner.rb +1 -1
- data/lib/elasticsearch/tests/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e191fda5bc8ae6d1a8a2caf7dbddb5bc5ba88497642189df885279ff105857d5
|
|
4
|
+
data.tar.gz: 7501d4de443dcc06acdfce6ca10183c7063a7ee9ce03716afdaf850f503fc0eb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cac180733a7b86a23f825de3ee420cbaf1f824d06de388aeaa1bb2a43b8d924403b1616210fddc3f9382287bb1e3a8fc8431a798684b7b6e14fb6960f7869f5f
|
|
7
|
+
data.tar.gz: 53127146f544d725e3105a4930368fe5b449bb47858e7a3ad2418ca41b05e99bd62551a93dd1ed022e311234fa886fd99042330d3fd8a6fc0664fa6bf31385fa
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.18.1] - 2026-03-06
|
|
4
|
+
|
|
5
|
+
- Fixes skipping tests.
|
|
6
|
+
|
|
3
7
|
## [0.18.0] - 2026-03-05
|
|
4
8
|
|
|
5
9
|
- Lots of improvements when displaying errors. Fixes missing exceptions during particular failures. The display for errors and failures is now more detailed and comfortable to read.
|