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.

Intermittent GlobeSurfaceTile test failures on CI

See original GitHub issue

@shehzan10 do you want to look at this at the bug bash?

These tests fail Intermittently. Perhaps there is a way to simplify them and make them more consistent.

  Scene/GlobeSurfaceTile
    processStateMachine
      ✗ upsampled terrainData is copied to the tile once it is available
	Error: Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
      ✗ loaded terrain data replaces upsampled terrain data
	Failed: promise rejected: TypeError: Cannot read property 'state' of undefined
	    at Specs/customizeJasmine.js:79:26
	    at Object.then (Source/ThirdParty/when.js:217:33)
	    at Source/ThirdParty/when.js:297:13
	    at processQueue (Source/ThirdParty/when.js:647:4)

Issue Analytics

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

github_iconTop GitHub Comments

2reactions
shehzan10commented, Feb 9, 2017

Sure.

1reaction
rahwangcommented, Mar 21, 2017

Sure thing!

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to reduce flaky test failures - CircleCI
Flaky tests, also known as flappers, fail to produce accurate and consistent results. These tests may be unreliable because of newly-written ...
Read more >
How to Fix Flaky Tests - Semaphore CI
Randomly failing tests are the hardest to debug. Here's a framework you can use to fix them and keep your test suite healthy....
Read more >
Fix intermittently failing CI builds due to flaky tests in RSpec
When builds are randomly failing, flaky tests are often the culprit. A flaky test is a test that can both fail and pass...
Read more >
Debugging Failing Tests and Test Pipelines - GitLab
Guidelines for investigating end-to-end test pipeline failures.
Read more >
CICD - How To Resolve Failing Tests - Undo.io
How to make software application test failures in CI go away using LiveRecorder for debugging and rapid error resolution. Use time travel debugging...
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