Skip to content

Commit 010fc43

Browse files
authored
chore: update test plan template (#17497)
1 parent 342ca81 commit 010fc43

File tree

1 file changed

+22
-12
lines changed

1 file changed

+22
-12
lines changed

.github/ISSUE_TEMPLATE/test-plan.md

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,41 @@
22
name: Test Plan
33
about: Create a new manual test plan meta issue
44
labels: "test-plan"
5-
65
---
76

87
# Manual Test Plan
98

10-
When picking up a test case, please add your name to this overview beforehand and tick the checkbox when finished.
11-
Testing can be started when the first build candidate (BC) is available in the CFT region.
9+
- When picking up a test case, please add your name to this overview beforehand and tick the checkbox when finished.
10+
- Testing can be started when the first build candidate (BC) is available in the CFT region.
11+
- For each repository, update the compare version range to get the list of commits to review.
12+
13+
## ES apm-data plugin
14+
15+
<!-- Add any issues / PRs which were worked on during the milestone release https://github.com/elastic/elasticsearch/tree/main/x-pack/plugin/apm-data-->
1216

13-
## Smoke Testing ESS setup
17+
## apm-aggregation
1418

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

18-
## go-docappender library
21+
List of changes: https://github.com/elastic/apm-aggregation/compare/v1.2.0...v1.3.0
22+
23+
## go-docappender
1924

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

22-
## apm-data library
27+
List of changes: https://github.com/elastic/go-docappender/compare/v2.4.0...v2.10.0
28+
29+
## apm-data
2330

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

33+
List of changes: https://github.com/elastic/apm-data/compare/v1.16.0...v1.19.2
34+
35+
## apm-server
36+
37+
<!-- Add any issues / PRs which were worked on during the milestone release https://github.com/elastic/apm-server/pulls-->
38+
39+
List of changes: https://github.com/elastic/apm-server/compare/v9.0.0...main
2640

2741
## Test cases from the GitHub board
2842

@@ -31,7 +45,3 @@ Thanks to https://github.com/elastic/apm-server/issues/8303 further smoke tests
3145
<!-- [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) -->
3246

3347
Add yourself as _assignee_ on the PR before you start testing.
34-
35-
## Regressions
36-
37-
<!-- Link any regressions to this issue. -->

0 commit comments

Comments
 (0)