5 commented on PR #16:
URL:
https://github.com/apache/cassandra-analytics/pull/16#issuecomment-1756468193
> Looks good overall. Can you share the a few example report output?
Sure!
Here's how it looks when the validations are skipped using the
`SKIP_STARTUP_VALIDATIONS` system property:
```
...
INFO [Test worker] 2023-10-10 18:39:24,224 StartupValidator.java:97 -
Skipped startup validations
...
```
And here's a report logged when the validations do run (individual failure
stack traces are logged before as they happen):
```
...
ERROR [Test worker] 2023-10-10 18:33:03,376 StartupValidator.java:101 -
Performed startup validations:
* org.apache.cassandra.spark.validation.SslValidation: PASSED
* org.apache.cassandra.spark.validation.KeyStoreValidation: FAILED
* org.apache.cassandra.spark.validation.TrustStoreValidation: PASSED
* org.apache.cassandra.spark.validation.SidecarValidation: FAILED
* org.apache.cassandra.spark.validation.CassandraValidation: FAILED
ERROR [Test worker] 2023-10-10 18:33:03,378 IntegrationTestJob.java:126 -
Unexpected exception executing Spark job
...
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]