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.

CI tests broken: test_hydroshare_doi

See original GitHub issue

The tests are broken in master, as can be seen here: https://travis-ci.org/github/jupyterhub/binderhub/builds/666475370?utm_source=github_status&utm_medium=notification

=================================== FAILURES ===================================
_____________________________ test_hydroshare_doi ______________________________
    async def test_hydroshare_doi():
        spec = '10.4211/hs.b8f6eae9d89241cf8b5904033460af61'
    
        provider = HydroshareProvider(spec=spec)
    
        ref = await provider.get_resolved_ref()
>       assert ref == 'b8f6eae9d89241cf8b5904033460af61.v1565445792'
E       AssertionError: assert 'b8f6eae9d892...1.v1585005408' == 'b8f6eae9d892...1.v1565445792'
E         - b8f6eae9d89241cf8b5904033460af61.v1565445792
E         ?                                     ^  ^^^^^
E         + b8f6eae9d89241cf8b5904033460af61.v1585005408
E         ?                                     ^^^^  ^^
binderhub/tests/test_repoproviders.py:126: AssertionError

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
betatimcommented, Mar 27, 2020

Sounds like a reasonable fix 😃 Thanks for explain how it came about.

1reaction
consideRatiocommented, Mar 26, 2020

@sblack-usu your suggested fix makes sense to me, thanks for helping out resolving this! ❤️

Read more comments on GitHub >

github_iconTop Results From Across the Web

Identify and fix broken builds with CI/CD pipelines | TechTarget
Experiencing broken builds in your CI/CD pipeline? These best practices related to credentials, flaky tests and alerts can boost productivity ...
Read more >
Fix broken CI test pipeline · Issue #151 · ory/kratos - GitHub
Due to a bug in `go-acc`, tests would not run if `-tags sqlite` was supplied as a go tool argument to `go-acc`. This...
Read more >
5 Ways to Do Continuous Integration Testing Wrong - SeaLights
1. Not Enough Tests · 2. Too Many Tests · 3. Automating the Wrong CI Tests · 4. Relying on Useless Test Metrics...
Read more >
Unit test reports - GitLab Docs
It is very common that a CI/CD pipeline contains a test job that verifies your code. If the tests fail, the pipeline fails...
Read more >
A Breakdown of Continuous Integration Testing - Harness
Testing in the CI process allows for rapid feedback, and by design, stops the progression of the artifact if the minimum quality is...
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