Skip to content

Android long running activity #3512

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

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

adrian-cojocaru
Copy link
Collaborator

@adrian-cojocaru adrian-cojocaru commented May 30, 2025

This PR adds a long running scenario to MapLibreAndroidTestApp for stability testing. It uses 2 maps fragments that emulate navigation and user interaction with randomly generated actions (static seed).
Screen_recording_20250527_205719.webm

@adrian-cojocaru adrian-cojocaru self-assigned this May 30, 2025
@adrian-cojocaru adrian-cojocaru marked this pull request as ready for review June 10, 2025 09:38
@adrian-cojocaru adrian-cojocaru requested review from alexcristici, louwers, TimSylvester and sjg-wdw and removed request for alexcristici June 10, 2025 09:38
Copy link
Collaborator

@louwers louwers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's make sure we also run some activities from the test app, maybe the GeoJsonClusteringActivity and the AnimatedSymbolLayerActivity. Making sure we run them on CI would have caught some issues, especially if we check memory usage as well.

I understand there is a wish for a 'very long running test', but I think there are some wins to be gained from improving regular CI coverage. We're not yet at a point in terms of stability where we are out of ideas how to improve our regular test coverage that we have to resort to extreme long running tests (despite it being a nice addition). Also, regular CI blocks releases and merges, so it can be used to catch issues before they are released, this is less the case for long running tests which do not run for each PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

2 participants