Github user ckadner commented on the issue:
https://github.com/apache/bahir/pull/38
@sbcd90 -- your test cases ran fine, just with a lot of "noise".
http://169.45.79.58:8080/job/bahir_spark_pr_builder/38/consoleFull
```
00:27:23 [INFO] --- scalatest-maven-plugin:1.0:test (test) @
spark-sql-streaming-akka_2.11 ---
...
00:27:24 Discovery starting.
00:27:24 log4j:ERROR Could not read configuration file from URL
[file:src/test/resources/log4j.properties].
00:27:24 java.io.FileNotFoundException: src/test/resources/log4j.properties
(No such file or directory)
...
00:27:24 log4j:ERROR Ignoring configuration file
[file:src/test/resources/log4j.properties].
...
00:27:24 Discovery completed in 698 milliseconds.
00:27:24 Run starting. Expected test count is: 5
00:27:24 StressTestAkkaSource:
00:27:24 Using Spark's default log4j profile:
org/apache/spark/log4j-defaults.properties
...
00:28:23 Run completed in 59 seconds, 534 milliseconds.
00:28:23 Total number of tests run: 5
00:28:23 Suites: completed 4, aborted 0
00:28:23 Tests: succeeded 5, failed 0, canceled 0, ignored 0, pending 0
00:28:23 All tests passed.
```
Could you add a `log4.j.properties` file in the test source folder to
reduce the log verbosity?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---