-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
otel: add test for filebeatreceiver delivery guarantees during a collector restart #6228
otel: add test for filebeatreceiver delivery guarantees during a collector restart #6228
Conversation
…or restart This commit adds a integration test that restarts the collector a couple times during a log ingestion and confirms that the data was fully written to elasticsearch.
This pull request does not have a backport label. Could you fix it @mauri870? 🙏
|
|
8481259
to
f873c8e
Compare
f873c8e
to
6447a5a
Compare
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…-once-delivery-test
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thank You
Quality Gate passedIssues Measures |
…ector restart (#6228) * otel: add test for filebeatreceiver delivery guarantees for a collector restart This commit adds a integration test that restarts the collector a couple times during a log ingestion and confirms that the data was fully written to elasticsearch. * check that input lines increase after each restart * use json for docs, use json parser * add debug exporter, remove fake component from fixture * fix typo in json input * add newlines to input file, fixes for recent fingerprint changes * assert unique log lines * fix restart counter logic * update test to restart collector only once * remove some leftover code (cherry picked from commit 346a2fe)
…ector restart (#6228) * otel: add test for filebeatreceiver delivery guarantees for a collector restart This commit adds a integration test that restarts the collector a couple times during a log ingestion and confirms that the data was fully written to elasticsearch. * check that input lines increase after each restart * use json for docs, use json parser * add debug exporter, remove fake component from fixture * fix typo in json input * add newlines to input file, fixes for recent fingerprint changes * assert unique log lines * fix restart counter logic * update test to restart collector only once * remove some leftover code (cherry picked from commit 346a2fe)
…ector restart (#6228) (#6788) * otel: add test for filebeatreceiver delivery guarantees for a collector restart This commit adds a integration test that restarts the collector a couple times during a log ingestion and confirms that the data was fully written to elasticsearch. * check that input lines increase after each restart * use json for docs, use json parser * add debug exporter, remove fake component from fixture * fix typo in json input * add newlines to input file, fixes for recent fingerprint changes * assert unique log lines * fix restart counter logic * update test to restart collector only once * remove some leftover code (cherry picked from commit 346a2fe) Co-authored-by: Mauri de Souza Meneguzzo <[email protected]>
What does this PR do?
This commit adds a integration test that restarts the collector a couple times during the log ingestion and confirms that the data was fully written to elasticsearch.
Checklist
./changelog/fragments
using the changelog toolRelated issues