Hi everyone, <https://github.com/apache/incubator...
# pinot-dev
o
Hi everyone, https://github.com/apache/incubator-pinot/pull/5787 UnitTests - OracleJDK8 and IntegrationTests - OracleJDK8 in travis are failed due to scalatest maven plugin. it says some tests are failed, but all tests working as expected in local env when i build it. What can be problem? local maven version 3.6.1
x
This is mostly because of Travis timeout for the test
For integration test part, which java version are you running in local ? The ci is using java 8
I think itโ€™s ok as long as the github action side passed your test: https://github.com/apache/incubator-pinot/pull/5787/checks?check_run_id=962220815
o
Yes, it fails in travis only. I've updated surefire scala build plugins etc but it still fails
Can we re-trigger pipeline after https://github.com/apache/incubator-pinot/pull/5834 pr merged? @Xiang Fu
x
Yes.
o
Thanks Xiang ๐Ÿ‘
x
Seems this requires a rebase
I merged the above pr
๐Ÿ‘ 1
o
Yes, i will look the last comments, and update if necesary. Then i will rebase it
x
cool !
o
Thanks again