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 plugin org.gradle.toolchains.foojay-resolver-convention to v0.8.0 #15

Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 11, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.gradle.toolchains.foojay-resolver-convention 0.5.0 -> 0.8.0 age adoption passing confidence

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.

@github-actions
Copy link

github-actions bot commented Jul 11, 2023

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)

@renovate renovate bot changed the title Update plugin org.gradle.toolchains.foojay-resolver-convention to v0.6.0 Update plugin org.gradle.toolchains.foojay-resolver-convention to v0.7.0 Aug 17, 2023
@renovate renovate bot force-pushed the renovate/org.gradle.toolchains.foojay-resolver-convention-0.x branch from 6ff9bc2 to 00958e8 Compare August 17, 2023 20:48
@renovate renovate bot changed the title Update plugin org.gradle.toolchains.foojay-resolver-convention to v0.7.0 Update plugin org.gradle.toolchains.foojay-resolver-convention to v0.8.0 Jan 13, 2024
@renovate renovate bot force-pushed the renovate/org.gradle.toolchains.foojay-resolver-convention-0.x branch from 00958e8 to 1583e45 Compare January 13, 2024 17:39
@renovate renovate bot changed the title Update plugin org.gradle.toolchains.foojay-resolver-convention to v0.8.0 Update plugin org.gradle.toolchains.foojay-resolver-convention to v0.8.0 - autoclosed Feb 3, 2024
@renovate renovate bot closed this Feb 3, 2024
@renovate renovate bot deleted the renovate/org.gradle.toolchains.foojay-resolver-convention-0.x branch February 3, 2024 00:48
@renovate renovate bot changed the title Update plugin org.gradle.toolchains.foojay-resolver-convention to v0.8.0 - autoclosed Update plugin org.gradle.toolchains.foojay-resolver-convention to v0.8.0 Feb 5, 2024
@renovate renovate bot reopened this Feb 5, 2024
@renovate renovate bot restored the renovate/org.gradle.toolchains.foojay-resolver-convention-0.x branch February 5, 2024 01:58
@renovate renovate bot force-pushed the renovate/org.gradle.toolchains.foojay-resolver-convention-0.x branch from 1583e45 to d97f6ce Compare February 5, 2024 01:58
@renovate renovate bot force-pushed the renovate/org.gradle.toolchains.foojay-resolver-convention-0.x branch from d97f6ce to bea95b0 Compare June 19, 2024 07:34
@renovate renovate bot force-pushed the renovate/org.gradle.toolchains.foojay-resolver-convention-0.x branch from bea95b0 to b58698e Compare July 25, 2024 12:16
@renovate renovate bot force-pushed the renovate/org.gradle.toolchains.foojay-resolver-convention-0.x branch from b58698e to 0f1a0a7 Compare July 25, 2024 12:22
@lwasyl lwasyl merged commit dc4ad63 into master Jul 25, 2024
1 check passed
@lwasyl lwasyl deleted the renovate/org.gradle.toolchains.foojay-resolver-convention-0.x branch July 25, 2024 12:37
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