test: create soak test workflow and demo app#145
Open
sasirekha3 wants to merge 15 commits into
Open
Conversation
This file contains hidden or 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
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.
End-to-end Soak Tests
This change creates a new SoakTest workflow to package the PetClinic app with the latest version of the Androif SDK in
mainand upload the archive to an S3 bucket. The e2e test workflow is designed to trigger a test cycle onGetObjectto theappfolder of this bucket.This change also includes the PetClinic iOS app (a simple instrumented app created to run UI tests) that will be used to generate telemetry on DeviceFarm to monitor the quality of our code using workflows on this repo.
Additionally, we now have
deviceFarmTestSpec.yaml- a file that allows us to dynamically pass appMonitorId, appMonitorRegion, and deviceFarmJobId as arguments to the target app. These fields are essential to be able to query ingested logs and validate that there is no missing telemetry.Testing
Successful run: https://github.com/aws-observability/aws-otel-android/actions/runs/23207145122/job/67445617154
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.