Github user ckadner commented on the issue:
https://github.com/apache/bahir/pull/56
After adding the `--fail-at-end` flag to the PR builder's maven build, now
all modules get built and tested even after the forced test failure in module
`sql-cloudant`:
```
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Bahir - Parent POM .......................... SUCCESS [
4.371 s]
[INFO] Apache Bahir - Spark SQL Cloudant DataSource ....... FAILURE [03:44
min]
[INFO] Apache Bahir - Spark Streaming Akka ................ SUCCESS [
28.087 s]
[INFO] Apache Bahir - Spark SQL Streaming Akka ............ SUCCESS [03:49
min]
[INFO] Apache Bahir - Spark Streaming MQTT ................ SUCCESS [01:51
min]
[INFO] Apache Bahir - Spark SQL Streaming MQTT ............ SUCCESS [02:08
min]
[INFO] Apache Bahir - Spark Streaming Twitter ............. SUCCESS [
25.335 s]
[INFO] Apache Bahir - Spark Streaming ZeroMQ .............. SUCCESS [
19.410 s]
[INFO] Apache Bahir - Spark Streaming Google PubSub ....... SUCCESS [
51.206 s]
[INFO] Apache Bahir - Spark Extensions Distribution ....... SUCCESS [
3.566 s]
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 13:47 min
[INFO] Finished at: 2017-12-07T16:37:37-08:00
[INFO] Final Memory: 174M/6788M
[INFO]
------------------------------------------------------------------------
```
---