-
Notifications
You must be signed in to change notification settings - Fork 0
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 actions/checkout action to v4 #17
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Smoke test FTL tests results2 failed tests:
1 flaky tests:
Longest tests:
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
bot
changed the title
Update actions/checkout action to v4
Update actions/checkout action to v4 - autoclosed
Oct 18, 2023
renovate
bot
changed the title
Update actions/checkout action to v4 - autoclosed
Update actions/checkout action to v4
Oct 19, 2023
renovate
bot
force-pushed
the
renovate/actions-checkout-4.x
branch
from
October 19, 2023 23:11
04fbe3b
to
be64fce
Compare
renovate
bot
force-pushed
the
renovate/actions-checkout-4.x
branch
from
June 19, 2024 07:34
be64fce
to
c52c93d
Compare
renovate
bot
force-pushed
the
renovate/actions-checkout-4.x
branch
from
July 25, 2024 12:16
c52c93d
to
d6189ef
Compare
renovate
bot
force-pushed
the
renovate/actions-checkout-4.x
branch
from
July 25, 2024 12:22
d6189ef
to
89770e0
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v3
->v4
Release Notes
actions/checkout (actions/checkout)
v4
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.
This PR was generated by Mend Renovate. View the repository job log.