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

Failing tests #5265

Closed
teolemon opened this issue Aug 3, 2024 · 2 comments
Closed

Failing tests #5265

teolemon opened this issue Aug 3, 2024 · 2 comments
Labels
bug Produces incorrect or unexpected result or behaviour.

Comments

@teolemon
Copy link
Member

teolemon commented Aug 3, 2024

What

  • ProductsAPITest > post product() FAILED
    java.net.ConnectException at CoroutineDebugging.kt:46
    Caused by: java.net.ConnectException at RealConnection.java:249
    Caused by: java.net.ConnectException at Net.java:-2

ProductsAPITest > products by city paris not found() FAILED
retrofit2.HttpException at KotlinExtensions.kt:53

ProductsAPITest > product not found() FAILED
com.google.common.truth.ComparisonFailureWithFacts at ProductsAPITest.kt:129

@teolemon teolemon added the bug Produces incorrect or unexpected result or behaviour. label Aug 3, 2024
@teolemon
Copy link
Member Author

teolemon commented Aug 8, 2024

fixed by @g123k , dexing still fails in the CI

@teolemon teolemon closed this as completed Aug 8, 2024
@github-project-automation github-project-automation bot moved this from Todo to Done in Native Android app Aug 8, 2024
@g123k
Copy link
Contributor

g123k commented Aug 8, 2024

Dexing is indeed KO for debug builds.
But the code, as is, is OK for releases builds.

The way to fix this is to migrate to Gradle 8, which requires a lot of work (GreenDAO is deprecated and we have to rewrite everything)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Produces incorrect or unexpected result or behaviour.
Projects
Archived in project
Development

No branches or pull requests

2 participants