-
jeffro256[m]Do y’all ever have the tests inside the CI builds mismatch the tests actually pushed to GitHub ? The functional tests are failing on one of my PRs but if you look at the line numbers of the python files (one of the files I changed in the PR) they don’t match was it pushed to GitHub
-
jeffro256[m]* Do y’all ever have the tests inside the CI builds mismatch the tests actually pushed to GitHub ? The functional tests are failing on one of my PRs but if you look at the line numbers of the python files (one of the files I changed in the PR) they don’t match what was pushed to GitHub
-
jeffro256[m]so my tests look like they’re failing because the test file is slightly different
-
jeffro256[m]Is there a way to completely wipe the environment and restart it ?
-
UkoeHByou can wipe the build directory and recompile everything, that usually fixes mismatched test results I encounter
-
jeffro256[m]How could I do that on GitHub?
-
UkoeHBOh the problem is entirely on github? Sometimes you can get test success locally and test failure on github if your build tree is messed up locally, that's what I meant (e.g. maybe you can reproduce locally by recompiling).
-
selstajeffro256[m]: is the correct version locally or on github?
-
selstaor maybe I misunderstood the question
-
jeffro256[m]It works perfectly fine normally, but the CI tests running on Github appear to be running outdated python functional tests. The Github CI tests error out, but if you check the line numbers, they're all different from what was pushed to Github
-
jeffro256[m]s/normally/locally/
-
selstajeffro256[m]: did you compare that you are on the same git commit locally and remote?
-
selstathe only other thing I can suggest is to rebase locally