splunk / splunk-sdk-python

Splunk Software Development Kit for Python
http://dev.splunk.com
Apache License 2.0
687 stars 369 forks source link

wip Preserve errors so they will be logged to stderr with backtraces #342

Open aij opened 4 years ago

aij commented 4 years ago

Hiding exceptions just makes debugging a pain.

Unfortunately, there are a number of tests which try to run the search command within the same process, leading them to assert current implementation details like SystemExit exceptions.