Replies: 3 comments 1 reply
-
|
hi Can you share the pipeline logs from the GitHub action? |
Beta Was this translation helpful? Give feedback.
-
The test literally just stops right there, no error, nothing. It just waits until the workflow times out. The stopping point isn’t consistent—sometimes it happens while testing EfCoreShowAppServiceTests, other times during EfCoreGenreAppServiceTests, or even elsewhere. |
Beta Was this translation helpful? Give feedback.
-
|
Stumbled upon this solution I think it fixes the issue. The tests have been running with 100% completion since then. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm running into an issue with integration testing in my project. Here’s a breakdown of the problem:
The Problem:
If anyone has experienced similar issues or has any insights on what might be causing this, I'd appreciate the help!
Thanks in advance.
Just an example:
// CountryAppServiceTests.cs
// CountryAppService.cs
// CountryRepository.cs
Beta Was this translation helpful? Give feedback.
All reactions