Skip to content

chore(deps): update agp to v8.7.0 #91

chore(deps): update agp to v8.7.0

chore(deps): update agp to v8.7.0 #91

GitHub Actions / JUnit Test Report failed Oct 9, 2024 in 0s

19 tests run, 17 passed, 0 skipped, 2 failed.

Annotations

Check failure on line 1 in project/app/src/androidTest/java/org/owntracks/android/mqtt/MQTTMessagePublishTests.kt

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

MQTTMessagePublishTests.given_an_MQTT_configured_client_when_the_broker_sends_a_location_for_a_cleared_contact_then_a_the_contact_returns_with_the_correct_details

java.lang.IndexOutOfBoundsException: Empty list doesn't contain element at index 0.
at kotlin.collections.EmptyList.get(Collections.kt:37)
Raw output
java.lang.IndexOutOfBoundsException: Empty list doesn't contain element at index 0.
at kotlin.collections.EmptyList.get(Collections.kt:37)
at kotlin.collections.EmptyList.get(Collections.kt:25)
at org.owntracks.android.ui.map.MapViewModel$orientationSensorEventListener$1.onSensorChanged(MapViewModel.kt:390)
at android.hardware.SystemSensorManager$SensorEventQueue.dispatchSensorEvent(SystemSensorManager.java:886)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:335)
at android.os.Looper.loopOnce(Looper.java:161)
at android.os.Looper.loop(Looper.java:288)
at android.app.ActivityThread.main(ActivityThread.java:7839)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003)

Check failure on line 200 in project/app/src/androidTest/java/org/owntracks/android/mqtt/MQTTTransitionEventTests.kt

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

MQTTTransitionEventTests.given_an_MQTT_configured_client_when_the_location_enters_a_geofence_a_transition_message_is_sent

java.lang.AssertionError: Packet has been received that is a transition message with the correct details
at org.junit.Assert.fail(Assert.java:89)
Raw output
java.lang.AssertionError: Packet has been received that is a transition message with the correct details
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.assertTrue(Assert.java:42)
at org.owntracks.android.mqtt.MQTTTransitionEventTests.given_an_MQTT_configured_client_when_the_location_enters_a_geofence_a_transition_message_is_sent(MQTTTransitionEventTests.kt:200)