splunk / pytest-splunk-addon

A Dynamic test tool for Splunk Technology Add-ons
https://splunk.github.io/pytest-splunk-addon/
Apache License 2.0
57 stars 20 forks source link

fix: splunk hec token exception handling #872

Closed kdoroszko-splunk closed 1 week ago

kdoroszko-splunk commented 1 month ago

This PR introduces specific HECEventIngestorException to be thrown when provided HEC token is not proper (change necessary due to https://splunk.atlassian.net/browse/ADDON-72764. It also implements throwing exception on other pytest workers (in case it was thrown on the main worker).

kdoroszko-splunk commented 1 week ago

This PR was replaced by these two: