Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • bob.core bob.core
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • bobbob
  • bob.corebob.core
  • Issues
  • #6
Closed
Open
Issue created Jan 28, 2017 by André Anjos@andre.anjos💬Owner

Random failures

The C++ test test_from_cxx_disable is randomly failing against the new environment we're deploying, but just on OSX. The error is the following:

Traceback (most recent call last):
  File "/Users/buildbot/work/gitlab-ci/f6f95b82/2/bob/bob.nightlies/build-prefix/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/Users/buildbot/work/gitlab-ci/f6f95b82/2/bob/bob.nightlies/build-prefix/lib/python2.7/site-packages/bob/core/test_logging.py", line 80, in test_from_cxx_disable
    assert _test_output_disable(), "The C++ test function returned false, indicating an (unknonw) error"
AssertionError: The C++ test function returned false, indicating an (unknonw) error

It looks like there is an uninitialised variable somewhere. But where?

Assignee
Assign to
Time tracking