Asof Feb 21st, when CodeQL-Build (c++) executes unit tests it gets stuck. But on Feb 2 the same code passes all of thus unit tests #188055
Replies: 5 comments
-
|
https://github.com/copilot/share/801f018e-40e0-8822-9152-e04800a36057 suggests that the solution is just to disable the next unit test, then disable the next unit test, then disable the next unit test (all of which used to pass for this source code), but no matter how many unit tests are disabled, the GitHub's CodeQL workflow still gets stuck/cancelled. until all unit tests are disabled:
Wish to know what (except disable tests which used to pass) to do (how to troubleshoot this). |
Beta Was this translation helpful? Give feedback.
-
|
Most GitHub "updates" are regressions (one of the recent GitHub Actions "updates" prevents Codacy scanner use (can not execute no matter how many suggested solutions are followed)) so switched to CodeQL, which now also can not execute simple unit tests. Is GitHub "sick" now? Should switch from |
Beta Was this translation helpful? Give feedback.
-
|
Steps to reproduce successful unit tests (all passes) for Ubuntu (or for smartphones): , for Windows: replace |
Beta Was this translation helpful? Give feedback.
-
|
Haiku suggests that one possible reason those unit tests all of a sudden got stuck is: GitHub Action's Docker image changes |
Beta Was this translation helpful? Give feedback.
-
|
From the discussion with Haiku:
GitHub's /compare/ tool shows that this source code (which has |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Why are you starting this discussion?
Bug
What GitHub Actions topic or product is this about?
Schedule & Cron Jobs
Discussion Details
https://github.com/copilot/share/801f018e-40e0-8822-9152-e04800a36057 includes all of the specifics to reproduce this.


On Feb 2, those GitHub workflows just executed for 6 minutes (then showed this source code passes all unit tests). Was concerned that (on GitHub) such smple unit tests took 6 whole minutes (on an old Core 2 Duo laptop with Ubuntu those tests just 2 minutes to pass, on a smartphone those tests also took 2 minutes to pass (but with TensorFlow tests skipped on the smartphone)).
After GitHub's last "update", those same GitHub workflows execute 6 hours on this source code (then are cancelled), although the source code is as on Feb 2 How to go back to old GitHub Actions versions?
Beta Was this translation helpful? Give feedback.
All reactions