[system testing] Validate assertion for expected number of events#4152
[system testing] Validate assertion for expected number of events#4152djptek wants to merge 15 commits intoelastic:mainfrom
Conversation
🌐 Coverage report
|
|
Hi! We just realized that we haven't looked into this PR in a while. We're sorry! We're labeling this issue as |
…tegrations into assert_expected_events
|
Hi! We just realized that we haven't looked into this PR in a while. We're sorry! We're labeling this issue as |
What does this PR do?
This PR will validate
system testingthrough the addition of an assertion for expected number of eventsChecklist
- [ ] I have verified that all data streams collect metrics or logs.changelog.ymlfile.- [ ] I have verified that Kibana version constraints are current according to guidelines.Author's Checklist
elastic-packagePR [system testing] Implement assertion for expected number of events since these changes lack meaning outside that context.How to test this PR locally
Ensure
elastic-packageis up to date by runningmake installin the
./elastic-packageroot directory of an up-to-date clone or synced fork of this repositoryIn the
integrationsrepository, run the following commands from the./integrationsroot directoryValidate that the output contains:
(The assertion
found 3 events under "parent"will only triggered after the relatedelastic-packagePR has merged)A Test result similar to the following:
│ httpjson │ generic │ system │ expected-event-count │ PASS │ 20.829026099s │Related issues
## Screenshots