Hi folks,
A question about trying to reproduce travis CI build locally. one of
my PR's build is failing. when I run my tests from within intellij, all
tests succeed. if I execute "./scripts/run_travis_tests.sh unit" I could
reproduce the error, but this will run entire test suite. On the other
hand, if I filter out a single test class, "mvn -DfailIfNoTests=false
-Dtest=TestInMemoryFileSystem test", test succeeds. any idea or pointers on
how can I go about reproducing this to investigate further. I don't want to
run entire test suite everytime during my investigation.
--
Regards,
-Sivabalan