question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Silence expected stack traces in test output

See original GitHub issue
  1. Steal silenceSystemErr, with credit
  2. Find the tests that are dumping stack traces
  3. Wrap them in silenceSystemErr
  4. Enjoy cleaner Travis runs

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:11 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
ashwinbhaskarcommented, May 8, 2020

@rossabaker okay, I can take this up. Can you assign it to me?

1reaction
rossabakercommented, May 19, 2020

Oops, hadn’t seen this yet. Answered the question on the PR itself.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Do not display stacktrace of thrown exception messages in ...
Is there a way to suppress the stack-trace of exception output to screen/terminal when Junit tests are run? PS: I don't want to...
Read more >
suppressing TestFailedException stack trace in sbt
I'm not sure whether this is rightly a ScalaTest or sbt question, but is there a way to suppress the printing of the...
Read more >
Is receiving the Stack Trace normal for a failed xUnit test?
I'm experimenting with xUnit in a Core project (dotnet cli latest, VS Code) When an test fails, the Stack Trace is shown ....
Read more >
Test : preventing expected stack trace in the console
Hi, I have a lot of unit tests in my app. When the tests runs, I see numerous expected stack traces logged in...
Read more >
Understanding the Python Traceback
A traceback is a report containing the function calls made in your code at a specific point. Tracebacks are known by many names,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found