xkrogen commented on pull request #31936:
URL: https://github.com/apache/spark/pull/31936#issuecomment-808447265
Okay so the tests are still passing just fine from the module that is
reporting as failed:
```
> tail -n 50 6_Build\ modules\ sql\ -\ slow\ tests\ \(JDK\ 8,\ hadoop3.2,\
hive2.3\).txt | head
2021-03-26T17:28:34.3588275Z [info] ScalaTest
2021-03-26T17:28:34.3593568Z [info] Run completed in 38 minutes, 4 seconds.
2021-03-26T17:28:34.3596067Z [info] Total number of tests run: 1062
2021-03-26T17:28:34.3598550Z [info] Suites: completed 423, aborted 0
2021-03-26T17:28:34.3601246Z [info] Tests: succeeded 1062, failed 0,
canceled 0, ignored 1, pending 0
2021-03-26T17:28:34.3603891Z [info] All tests passed.
2021-03-26T17:28:34.3660549Z [info] Passed: Total 1062, Failed 0, Errors 0,
Passed 1062, Ignored 1
2021-03-26T17:28:45.5978270Z [warn] In the last 2325 seconds, 9.286 (0.4%)
were spent in GC. [Heap: 2.41GB free of 3.00GB, max 3.56GB] Consider increasing
the JVM heap using `-Xmx` or try a different collector, e.g. `-XX:+UseG1GC`,
for better performance.
2021-03-26T17:28:45.6688003Z [success] Total time: 2326 s (38:46), completed
Mar 26, 2021 5:28:45 PM
2021-03-26T17:28:46.6311617Z
```
But I did notice that there are compilation errors:
```
[error]
/home/runner/work/spark/spark/mllib/target/java/org/apache/spark/mllib/util/MLlibTestSparkContext.java:10:1:
error: illegal combination of modifiers: public and protected
[error] protected class testImplicits {
[error] ^
[error]
/home/runner/work/spark/spark/sql/core/target/java/org/apache/spark/sql/UDFSuite.java:4:1:
error: modifier static not allowed here
[error] static public class MalformedNonPrimitiveFunction implements
scala.Function1<java.lang.String, java.lang.Object>, scala.Serializable {
[error] ^
[error]
/home/runner/work/spark/spark/sql/core/target/java/org/apache/spark/sql/test/SQLTestUtilsBase.java:19:1:
error: illegal combination of modifiers: public and protected
[error] protected class testImplicits {
[error] ^
```
(these are about 100 of these)
But none of them are related to my changes. I'm pretty confused about why
they're showing up here, do you have any insight?
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]