Skip to content

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

chore(deps): update agp to v8.7.0

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

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

Test instrumentation process crashed. Check org.owntracks.android.mqtt.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.txt for details
Raw output
Test instrumentation process crashed. Check org.owntracks.android.mqtt.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.txt for details

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)