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.

Fix errors in integrity tests

See original GitHub issue

First of all, I’m not sure this is even caused by this project, but after fixing #1010 it seemed from the error logs that CI should start working again. However, judging from #1007 and #1008 there is an issue with Python 3.3 on the 1.x branch and Python 3.8-dev on master.

The problem with Python 3.8-dev on master may be a non-issue since the URL that seems to cause it definitely works now, so could someone please re-run the CI for #1007?

For Python 3.3 on the 1.x branch, it seems to be caused by Python 3.3 end of life that in turn causes the binary package to be removed, and the fix seems to be just

I was considering making this two issues, but since the effort for fixing them seems very small, I could not bring myself to justify it. Right now this issue is mostly for ensuring that this get fixed, and that it is fixed the right way.

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
beruiccommented, Oct 8, 2019

Update

I have verified that the failing for #1007 is periodical, so I will close and reopen the PR to re-run it, since I found out that it is possible to re-run this way. We still need to fix 1.x however.

Proposals for solution:

  • Declare 1.x dead and release 2.0 soon.
  • Remove support for Python 3.3
  • Upgrade travis distribution to bionic (Newest LTS so there might be a Python 3.3 package for it in place of the missing one for xenial)

Any thoughts?

0reactions
matthewhegartycommented, Nov 22, 2021

Closing because we have since moved CI to Github actions.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Integrity Test Troubleshooting – Beyond Rewet and Retest
But a procedure based on logic and typical known integrity test failure modes, should provide an efficient process for resolving failures and direction...
Read more >
Integrity Check Guide
The Integrity Check is a utility can be used to correct certain data related errors when no other methods are possible.
Read more >
3 key data integrity testing strategies for DW/ BI systems
Errors with data integrity commonly arise from human error, noncompliant operating procedures, errors in data transfers, software defects, compromised hardware, ...
Read more >
Data Integrity Tests for R - Nick Eubank
The easiest tool for testing in R is stopifnot() command. stopifnot() ... So when working with a data.frame , stopifnot with throw an...
Read more >
Does file integrity check attempt to fix errors?, page 1 - GOG.com
Basically, I am wondering if the file integrity check will just confirm what I already know (corrupted file), or is it attempting to...
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