Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The GitHub Action :data:api:iosTest Gradle task never finishes #426

Open
takahirom opened this issue May 1, 2021 · 2 comments
Open

The GitHub Action :data:api:iosTest Gradle task never finishes #426

takahirom opened this issue May 1, 2021 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@takahirom
Copy link
Member

Overview (Required)

  • The title says everything

Steps To Reproduce

  1. Run CI

Expected behavior
end test

data:api:iosTest did not finish in 3 hours.

2021-05-01T05:47:42.1823910Z > Task :data:db:iosTest
2021-05-01T05:48:17.3185590Z > Task :data:repository:iosTest
2021-05-01T05:48:17.4149210Z > Task :data:api:iosTest
2021-05-01T08:46:05.6988110Z ##[error]The operation was canceled.
2021-05-01T08:46:05.7164530Z Post job cleanup.
2021-05-01T08:46:05.8040860Z Post job cleanup.

Additional context

This test can run on local test 😭

@takahirom takahirom added the help wanted Extra attention is needed label May 1, 2021
@takahirom takahirom changed the title :data:api:iosTest is not eneded in GitHub Actions The GitHub Action :data:api:iosTest Gradle task never finishes May 1, 2021
@watanavex
Copy link
Contributor

It may be caused by the UnitTest not using multi-threaded coroutines. 👀
Here is a result of this command ./gradlew :data:db:dependencies.

at 2ff7cad
スクリーンショット 2021-05-03 14 44 04

at 8a8e098
スクリーンショット 2021-05-03 14 42 59

@takahirom
Copy link
Member Author

Thank you! That's exactly what seems to be the cause of the problem.
The iOS configuration may be something special. 👀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants