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

Update dependency gradle to v8.10.1 #29

Merged
merged 1 commit into from
Sep 9, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 9, 2024

This PR contains the following updates:

Package Update Change
gradle (source) patch 8.10 -> 8.10.1

Release Notes

gradle/gradle (gradle)

v8.10.1

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

github-actions bot commented Sep 9, 2024

Smoke test

FTL tests results

2 failed tests:

Test Result Duration
BarTest#testMethod2 5.87s
BarTest#testMethod5 7.25s

1 flaky tests:

Test Result Duration
NoPackageTest#testMethod2 ⚠️ 18.07s

Longest tests:

Test Result Duration
NoPackageTest#testMethod2 ⚠️ 18.07s
FooTest#testMethod1 14.70s
BarTest#testMethod4 11.13s
BarTest#testMethod5 7.25s
BazTest#testMethod5 7.17s
BazTest#testMethod2 6.14s
BazTest#testMethod1 5.95s
BarTest#testMethod2 5.87s
BarTest#testMethod1 5.25s
BazTest#testMethod3 1.96s

Failed tests errors:

BarTest#testMethod2 (1)
androidx.test.espresso.PerformException: Error performing 'single click - At Coordinates: 539, 1125 and precision: 16, 16' on view '(view is an instance of android.view.ViewGroup and has child matching: an instance of android.widget.TextView and view.getText() with or without transformation to match: is "Confirm")'.
at androidx.test.espresso.PerformException$Builder.build(PerformException.java:1)
at androidx.test.espresso.base.PerformExceptionHandler.handleSafely(PerformExceptionHandler.java:8)
at androidx.test.espresso.base.PerformExceptionHandler.handleSafely(PerformExceptionHandler.java:9)
at androidx.test.espresso.base.DefaultFailureHandler$TypedFailureHandler.handle(DefaultFailureHandler.java:4)
Caused by: java.lang.RuntimeException: Failed to call observer method
at androidx.lifecycle.a$a.a(Unknown Source:74)
at androidx.lifecycle.ReflectiveGenericLifecycleObserver.b(Unknown Source:12)
at androidx.lifecycle.h$a.a(Unknown Source:32)
at androidx.lifecycle.h.a(Unknown Source:106)
Caused by: android.content.res.Resources$NotFoundException: String resource ID #0x0
at android.content.res.Resources.getText(Resources.java:453)
at android.content.res.Resources.getString(Resources.java:546)
at android.content.Context.getString(Context.java:762)
at androidx.appcompat.widget.py7.h(Unknown Source:71)
BarTest#testMethod2 (2)
androidx.test.espresso.PerformException: Error performing 'single click - At Coordinates: 539, 1125 and precision: 16, 16' on view '(view is an instance of android.view.ViewGroup and has child matching: an instance of android.widget.TextView and view.getText() with or without transformation to match: is "Confirm")'.
at androidx.test.espresso.PerformException$Builder.build(PerformException.java:1)
at androidx.test.espresso.base.PerformExceptionHandler.handleSafely(PerformExceptionHandler.java:8)
at androidx.test.espresso.base.PerformExceptionHandler.handleSafely(PerformExceptionHandler.java:9)
at androidx.test.espresso.base.DefaultFailureHandler$TypedFailureHandler.handle(DefaultFailureHandler.java:4)
Caused by: java.lang.RuntimeException: Failed to call observer method
at androidx.lifecycle.a$a.a(Unknown Source:74)
at androidx.lifecycle.ReflectiveGenericLifecycleObserver.b(Unknown Source:12)
at androidx.lifecycle.h$a.a(Unknown Source:32)
at androidx.lifecycle.h.a(Unknown Source:106)
Caused by: android.content.res.Resources$NotFoundException: String resource ID #0x0
at android.content.res.Resources.getText(Resources.java:453)
at android.content.res.Resources.getString(Resources.java:546)
at android.content.Context.getString(Context.java:762)
at androidx.appcompat.widget.py7.h(Unknown Source:71)
BarTest#testMethod5 (1)
TEST FAILED
BarTest#testMethod5 (2)
TEST FAILED

Flaky tests errors:

NoPackageTest#testMethod2 (1)
androidx.test.espresso.base.AssertionErrorHandler$AssertionFailedWithCauseError: View is present in the hierarchy: rr5{id=2131297637, res-name=confirmBtn, visibility=VISIBLE, width=512, height=63, has-focus=false, has-focusable=false, has-window-focus=true, is-clickable=false, is-enabled=true, is-focused=false, is-focusable=false, is-layout-requested=false, is-selected=false, layout-params=androidx.constraintlayout.widget.ConstraintLayout$a@YYYYYY, tag=null, root-is-layout-requested=false, has-input-connection=false, x=42.0, y=174.0, text=Confirm, input-type=0, ime-target=false, has-links=false}
Expected: is <false>
Got: was <true>
at dalvik.system.VMStack.getThreadStackTrace(Native Method)
at java.lang.Thread.getStackTrace(Thread.java:1841)
Caused by: junit.framework.AssertionFailedError: View is present in the hierarchy: rr5{id=2131297637, res-name=confirmBtn, visibility=VISIBLE, width=512, height=63, has-focus=false, has-focusable=false, has-window-focus=true, is-clickable=false, is-enabled=true, is-focused=false, is-focusable=false, is-layout-requested=false, is-selected=false, layout-params=androidx.constraintlayout.widget.ConstraintLayout$a@YYYYYY, tag=null, root-is-layout-requested=false, has-input-connection=false, x=42.0, y=174.0, text=Confirm, input-type=0, ime-target=false, has-links=false}
Expected: is <false>
Got: was <true>
at androidx.test.espresso.matcher.ViewMatchers.assertThat(ViewMatchers.java:16)
at androidx.test.espresso.assertion.ViewAssertions$DoesNotExistViewAssertion.check(ViewAssertions.java:3)

@lwasyl lwasyl merged commit 65a1cf7 into master Sep 9, 2024
1 check passed
@lwasyl lwasyl deleted the renovate/gradle-8.x branch September 9, 2024 09:55
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