Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

test outputs are too verbose that it is hard to see what is failing #165

Closed
rakyll opened this issue Jan 26, 2017 · 4 comments
Closed

test outputs are too verbose that it is hard to see what is failing #165

rakyll opened this issue Jan 26, 2017 · 4 comments
Labels

Comments

@rakyll
Copy link
Contributor

rakyll commented Jan 26, 2017

See https://ci.appveyor.com/project/jessfraz/dep/build/52 for an example output of the tests.

Each test is logging all the events happens during the test rather than just printing out what has failed. It is impossible to find out what actually failed.

Log only the failure case with helpful context.

@sdboyer
Copy link
Member

sdboyer commented Jan 26, 2017

Heh, I was just making the same note in #155 . Yes, we definitely need to get the testing output under control.

@sdboyer
Copy link
Member

sdboyer commented Mar 5, 2017

Relevant to testing improvements - #282

@tro3
Copy link
Contributor

tro3 commented Mar 5, 2017

I wired a "-logs" flag into the test harness branch I'm working on. Without -logs set, the stdio pipes will be silent. The WIP PR should be submitted today.

@sdboyer
Copy link
Member

sdboyer commented Jun 6, 2017

oh, we're super much better with this now - have been for a while! closing this out.

@sdboyer sdboyer closed this as completed Jun 6, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants