Skip to content

chore: update test plan template #17497

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

Merged
merged 4 commits into from
Jul 16, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 22 additions & 12 deletions .github/ISSUE_TEMPLATE/test-plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,41 @@
name: Test Plan
about: Create a new manual test plan meta issue
labels: "test-plan"

---

# Manual Test Plan

When picking up a test case, please add your name to this overview beforehand and tick the checkbox when finished.
Testing can be started when the first build candidate (BC) is available in the CFT region.
- When picking up a test case, please add your name to this overview beforehand and tick the checkbox when finished.
- Testing can be started when the first build candidate (BC) is available in the CFT region.
- For each repository, update the compare version range to get the list of commits to review.

## ES apm-data plugin

<!-- Add any issues / PRs which were worked on during the milestone release https://github.com/elastic/elasticsearch/tree/main/x-pack/plugin/apm-data-->

## Smoke Testing ESS setup
## apm-aggregation

Thanks to https://github.com/elastic/apm-server/issues/8303 further smoke tests are run automatically on ESS now.
**Consider extending the smoke tests to include more test cases which we'd like to cover**
<!-- Add any issues / PRs which were worked on during the milestone release https://github.com/elastic/apm-aggregation/pulls-->

## go-docappender library
List of changes: https://github.com/elastic/apm-aggregation/compare/v1.2.0...v1.3.0

## go-docappender

<!-- Add any issues / PRs which were worked on during the milestone release https://github.com/elastic/go-docappender/pulls-->

## apm-data library
List of changes: https://github.com/elastic/go-docappender/compare/v2.4.0...v2.10.0

## apm-data

<!-- Add any issues / PRs which were worked on during the milestone release https://github.com/elastic/apm-data/pulls-->

List of changes: https://github.com/elastic/apm-data/compare/v1.16.0...v1.19.2

## apm-server

<!-- Add any issues / PRs which were worked on during the milestone release https://github.com/elastic/apm-server/pulls-->

List of changes: https://github.com/elastic/apm-server/compare/v9.0.0...main

## Test cases from the GitHub board

Expand All @@ -31,7 +45,3 @@ Thanks to https://github.com/elastic/apm-server/issues/8303 further smoke tests
<!-- [apm-server MAJOR.MINOR test-plan](https://github.com/elastic/apm-server/issues?q=is%3Aissue+label%3Atest-plan+-label%3Atest-plan-ok+is%3Aclosed+label%3AvMAJOR.MINOR.0) -->

Add yourself as _assignee_ on the PR before you start testing.

## Regressions

<!-- Link any regressions to this issue. -->
Loading