Conversation
it might fix https://github.com/hyparam/hightable/actions/runs/18273885228/job/52021966928 (that I don't reproduce locally)
|
well, it removes warnings, but it's not the cause of the tests errors. It might be related to the timeout, because the tests take too long to run. |
|
Maybe it's due to the Node.js version in the runner?
edit: I don't reproduce the error locally by using this version. |
|
OK, increasing the test timeout fixes one of the two errors. It's a patch, and we shouldn't have to rely on it. Opened #292. Still one error, that I cannot reproduce locally: |
|
not fixed either by upgrading the dependencies: #293 |
|
trying to re-run a successful test from a previous commit: https://github.com/hyparam/hightable/actions/runs/18139377744/job/51626243016 => https://github.com/hyparam/hightable/actions/runs/18139377744/job/52030917528 - it now fails... Hmm, not sure what to do. Let's disable the test and open an issue for this (#294). |
it might fix https://github.com/hyparam/hightable/actions/runs/18273885228/job/52021966928 (that I don't reproduce locally)