Hi Guys,
i have a java project with junit test cases which contains spark app in local mode.
by running test: gradle test there will be a very big output.bin file generated under test-results/test/binary folder. What is the input of this output.bin file? stdout+logs of the tests? and how can i configure test to avoid this?
Thanks!
Wei