Skip to content

Commit

Permalink
Update snapshots and fixtures to match Logstash 8.15 (kuskoman#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuskoman authored Oct 9, 2024
1 parent 5aa203c commit 1661c54
Show file tree
Hide file tree
Showing 6 changed files with 439 additions and 277 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,10 @@ migrate-v1-to-v2:
update-readme-descriptions:
./scripts/add_descriptions_to_readme.sh

#: Updates snapshot for test data and runs tests
update-snapshots:
UPDATE_SNAPS=true go test ./...

#: Shows info about available commands
help:
@grep -B1 -E "^[a-zA-Z0-9_-]+:([^\=]|$$)" Makefile \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ See more in the [Migration](#migration) section.
- `make upgrade-dependencies`: Upgrades all dependencies.
- `make migrate-v1-to-v2`: Migrates configuration from v1 to v2.
- `make update-readme-descriptions`: Update Makefile descriptions in main README.md.
- `make update-snapshots`: Updates snapshot for test data and runs tests.
- `make help`: Shows info about available commands.

<!--- **************************************************** --->
Expand Down
16 changes: 8 additions & 8 deletions fixtures/node_info.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"host": "9e6e14cf5532",
"version": "8.6.1",
"host": "814a8393fbd5",
"version": "8.15.2",
"http_address": "0.0.0.0:9600",
"id": "a2c7110e-5ccf-4226-bc9b-e773710e66a0",
"name": "9e6e14cf5532",
"ephemeral_id": "4a2ee04f-2733-4eaa-887d-675bad27f07c",
"id": "690de5cc-deb1-48d9-ba02-d4ec1b22e62a",
"name": "814a8393fbd5",
"ephemeral_id": "eb4d9042-5642-4e21-bb8d-27454b81c5bc",
"status": "green",
"snapshot": false,
"pipeline": {
"workers": 16,
"workers": 10,
"batch_size": 125,
"batch_delay": 50
},
"build_date": "2023-01-24T10:41:55+00:00",
"build_sha": "6a248b5091c490f09460db5651e5239d903b97cf",
"build_date": "2024-07-24T09:37:48+00:00",
"build_sha": "46b996c24da17cdc7a16bc3037edab5c6132ccd0",
"build_snapshot": false
}
Loading

0 comments on commit 1661c54

Please sign in to comment.