LantaoJin commented on issue #24264: [SPARK-27216][CORE] Upgrade RoaringBitmap 
to 0.7.45 to fix Kryo unsafe ser/dser issue
URL: https://github.com/apache/spark/pull/24264#issuecomment-478920859
 
 
   > Finally via `sbt` test both UnsafeKryoSerializerSuite and 
KryoSerializerSuite and you should see your RoaringBitmap test executed twice, 
you can do that like this:
   > 
   > ```
   > $ ./build/sbt
   > > project core
   > > testOnly *.UnsafeKryoSerializerSuite
   > > testOnly *.KryoSerializerSuite
   > ```
   
   Everything looks fine from my side.
   \> testOnly *.UnsafeKryoSerializerSuite
   [info] UnsafeKryoSerializerSuite:
   [info] - test RoaringBitmap ser/dser with Kryo unsafe enabled (264 
milliseconds)
   [info] ScalaTest
   [info] Run completed in 4 seconds, 430 milliseconds.
   [info] Total number of tests run: 1
   [info] Suites: completed 1, aborted 0
   [info] Tests: succeeded 1, failed 0, canceled 0, ignored 0, pending 0
   [info] All tests passed.
   [info] Passed: Total 1, Failed 0, Errors 0, Passed 1
   [success] Total time: 97 s, completed Apr 2, 2019 5:32:05 PM
   \> testOnly *.KryoSerializerSuite
   [warn] Multiple main classes detected.  Run 'show discoveredMainClasses' to 
see the list
   [info] Packaging 
/Users/lajin/git/my/spark/core/target/scala-2.12/spark-core_2.12-3.0.0-SNAPSHOT.jar
 ...
   [info] Done packaging.
   [info] KryoSerializerSuite:
   [info] - SPARK-7392 configuration limits (22 milliseconds)
   ....
   [info] - test RoaringBitmap ser/dser with Kryo unsafe disabled (6 
milliseconds)
   [info] ScalaTest
   [info] Run completed in 5 seconds, 503 milliseconds.
   [info] Total number of tests run: 34
   [info] Suites: completed 1, aborted 0
   [info] Tests: succeeded 34, failed 0, canceled 0, ignored 0, pending 0
   [info] All tests passed.
   [info] Passed: Total 34, Failed 0, Errors 0, Passed 34

----------------------------------------------------------------
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]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to