Skip to content

Tessellator | Environment | #72 | Use testMate to run all tests within vscode test explorer. - #73

Merged
lmdiazangulo merged 5 commits into
devfrom
72-run-tests-through-vscodes-test-explorer
Jul 14, 2026
Merged

Tessellator | Environment | #72 | Use testMate to run all tests within vscode test explorer.#73
lmdiazangulo merged 5 commits into
devfrom
72-run-tests-through-vscodes-test-explorer

Conversation

@carlosgonzalez-elemwave

Copy link
Copy Markdown
Collaborator

How to test:

  • Rebuild dev container.
  • Apply new settings.
  • Configure and build with docker and docker-dbg presets.
  • Run tests from test explorer.

@carlosgonzalez-elemwave
carlosgonzalez-elemwave force-pushed the 72-run-tests-through-vscodes-test-explorer branch from a6cca22 to e3ab726 Compare July 10, 2026 12:08
@carlosgonzalez-elemwave carlosgonzalez-elemwave linked an issue Jul 10, 2026 that may be closed by this pull request
@carlosgonzalez-elemwave
carlosgonzalez-elemwave force-pushed the 72-run-tests-through-vscodes-test-explorer branch from e3ab726 to fa0ae1f Compare July 13, 2026 10:32
@carlosgonzalez-elemwave
carlosgonzalez-elemwave force-pushed the 72-run-tests-through-vscodes-test-explorer branch 2 times, most recently from 597f95f to 2349126 Compare July 13, 2026 13:43
@carlosgonzalez-elemwave
carlosgonzalez-elemwave force-pushed the 72-run-tests-through-vscodes-test-explorer branch from 7af0d43 to 6cb14dc Compare July 13, 2026 13:53
@carlosgonzalez-elemwave

Copy link
Copy Markdown
Collaborator Author

Issues with gitHub actions. Any attempt at fixing the missing env variables causes the build to trigger error 429 (Too Many Requests) upon trying to download one of the libraries (libaec-v1.1.3).

@carlosgonzalez-elemwave

carlosgonzalez-elemwave commented Jul 13, 2026

Copy link
Copy Markdown
Collaborator Author

The main problem seems to stem from these issues from the affected package:

https://github.com/microsoft/vcpkg/issues/51921
https://github.com/microsoft/vcpkg/issues/52240

The libaec url registered in vcpkg (https://gitlab.dkrz.de/k202009/libaec/-/archive/v1.1.6/libaec-v1.1.6.tar.gz) is currently filtering or rejecting curl requests, causing the action to fail in windows.

@carlosgonzalez-elemwave
carlosgonzalez-elemwave force-pushed the 72-run-tests-through-vscodes-test-explorer branch 2 times, most recently from 05fa2f4 to 6fb5aaf Compare July 13, 2026 15:53
@carlosgonzalez-elemwave
carlosgonzalez-elemwave force-pushed the 72-run-tests-through-vscodes-test-explorer branch 5 times, most recently from 8d6c152 to 17018e0 Compare July 14, 2026 11:51
@lmdiazangulo
lmdiazangulo merged commit b315d56 into dev Jul 14, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Run tests through vscode's test explorer

3 participants