This is just a line logging that one test succeeded right? I don't find that noise. Recently I wanted to search test run logs for a test case success and it was important that the individual test case was logged. On Sep 6, 2014 4:13 PM, "Nicholas Chammas" <nicholas.cham...@gmail.com> wrote:
> Continuing the discussion started here > <https://github.com/apache/spark/pull/2279>, I’m wondering if people > already know that certain test output is unnecessary and should be trimmed. > > For example > < > https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/19917/consoleFull > >, > I see a bunch of lines like this: > > 14/09/06 07:54:13 INFO GenerateProjection: Code generated expression > List(IS NOT NULL 1) in 128.33733 ms > > Can/should this type of output be suppressed? Is there any other test > output that is obviously more noise than signal? > > Nick > >