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.

[Test Failure] test_batch_whitened_svgp_gp_regression

See original GitHub issue

Getting the following test failure on master:

AssertionError: 0.14334218204021454 not less than 0.1
  File "/usr/local/fbcode/gcc-5-glibc-2.23/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
    yield
  File "/usr/local/fbcode/gcc-5-glibc-2.23/lib/python3.6/unittest/case.py", line 605, in run
    testMethod()
  File "/data/users/balandat/fbsource/fbcode/buck-out/dev/gen/pytorch/gpytorch/test_gpytorch_examples#binary,link-tree/test/examples/test_batch_whitened_svgp_gp_regression.py", line 167, in test_regression_error_cuda
    self.assertLess(mean_abs_error2.item(), 1e-1)
  File "/usr/local/fbcode/gcc-5-glibc-2.23/lib/python3.6/unittest/case.py", line 1208, in assertLess
    self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/local/fbcode/gcc-5-glibc-2.23/lib/python3.6/unittest/case.py", line 670, in fail
    raise self.failureException(msg)

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
KeAWangcommented, Jan 29, 2019

Somehow running the unittest locally fails but the Travis CI passes? Maybe the difference is from using CUDA?

0reactions
KeAWangcommented, Feb 4, 2019

closed by #493

Read more comments on GitHub >

github_iconTop Results From Across the Web

"Test suite failed to run" does not report as a test failure in the ...
Jest tests don't stop due to a suite failure unless running with the bail option. Console. PS C:\Users\Paul\Documents\GitHub\jest-junit-testcase> npm run test ...
Read more >
Screenshot & Video On Test Failure | Playwright Tutorial
Exclusive content:1. Screenshot on test failure2. Video on test failure3. Retry on test failureSource ...
Read more >
How to build a jar using maven, ignoring test results? [duplicate]
I finding the need to not ignore actual failures, but ignore errors (which may not actually cause the test to "fail") in some...
Read more >
Writing Automated Integration Tests for Failure Scenarios
In this blog, I will introduce the process I went through to diagnose the bug and determine the correct integration test solution to...
Read more >
Newest 'failing-tests' Questions - Salesforce Stack Exchange
A unit test is code that is written and executed to test a specific portion/unit of source code. Tests that do not pass...
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