vertica / spark-connector

This component acts as a bridge between Spark and Vertica, allowing the user to either retrieve data from Vertica for processing in Spark, or store processed data from Spark into Vertica.
Apache License 2.0
20 stars 21 forks source link

When staging files are not deleted, functional tests do not report the failed test name #461

Open Aryex opened 2 years ago

Aryex commented 2 years ago

When a functional test fails because a file was not deleted afterwards, an exception is thrown before we print a summary, thus the test name is not reported at the end of the console. Furthermore, the exception is thrown in afterEachTest() which does not report the test name as well.

This makes it hard to pin down which test failed, but it is not impossible; the console output would need to be searched in order to track down the failed tests.

Reason: Reduces effort to analyze test failures

alexey-temnikov commented 1 year ago

Changing to Low priority, as it is related only to testing.