Skip to content

Fix for flaky test by updating filetype from .txt to no extension#193

Open
snehara99 wants to merge 2 commits intocmake-daemonfrom
dev/snehara/fix-bundle-utilities-test
Open

Fix for flaky test by updating filetype from .txt to no extension#193
snehara99 wants to merge 2 commits intocmake-daemonfrom
dev/snehara/fix-bundle-utilities-test

Conversation

@snehara99
Copy link

The problem was that on Windows, the .txt extension triggers file associations (e.g., .txt → Notepad), causing Windows to launch Notepad instead of failing with BAD_COMMAND. That's why the test hung for 763 seconds before being killed with a SEGFAULT.

The correct fix is:

  • Rename notAnExe.txt to notAnExe (no extension) to avoid Windows file associations
  • Add a TIMEOUT 30 property as a safety net
  • Update references accordingly

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.

1 participant