-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
In FAIRDataTeam/FAIRDataPoint#793 we encountered another problem where all tests pass on ubuntu and macos, but the tests fail to run on windows, due to application context failing to load.
Most often, this type of issue ("Failed to load ApplicationContext") arises when one of the external dependencies is not working.
In this case, the most likely culprit is the postgres test database.
The current workflow tests only run on ubuntu, so any issue with the postgres setup on other oses will not come to light:
| runner: ubuntu-24.04 |
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request