Skip to content

Commit aaf14a1

Browse files
cxzl25pan3793
authored andcommitted
[KYUUBI #2804] add flaky test report template
### _Why are the changes needed?_ Provide report flaky test report template to better track problems. ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [x] Add screenshots for manual tests if appropriate - [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #2804 from cxzl25/add_flaky_test_report_template. Closes #2804 5832766 [sychen] add test label 68d4637 [sychen] add flaky test report template Authored-by: sychen <sychen@ctrip.com> Signed-off-by: Cheng Pan <chengpan@apache.org>
1 parent d881d31 commit aaf14a1

File tree

1 file changed

+85
-0
lines changed

1 file changed

+85
-0
lines changed
Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
#
2+
# Licensed to the Apache Software Foundation (ASF) under one or more
3+
# contributor license agreements. See the NOTICE file distributed with
4+
# this work for additional information regarding copyright ownership.
5+
# The ASF licenses this file to You under the Apache License, Version 2.0
6+
# (the "License"); you may not use this file except in compliance with
7+
# the License. You may obtain a copy of the License at
8+
#
9+
# http://www.apache.org/licenses/LICENSE-2.0
10+
#
11+
# Unless required by applicable law or agreed to in writing, software
12+
# distributed under the License is distributed on an "AS IS" BASIS,
13+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
# See the License for the specific language governing permissions and
15+
# limitations under the License.
16+
#
17+
18+
name: Kyuubi Flaky Test Report
19+
title: "Flaky Test: "
20+
description: Describe the flaky test you encountered with Apache Kyuubi
21+
labels: ["kind:bug,kind:test,priority:major"]
22+
body:
23+
- type: markdown
24+
attributes:
25+
value: |
26+
Thank you for finding the time to report the issue! We really appreciate the community's efforts to improve Kyuubi.
27+
28+
- type: checkboxes
29+
attributes:
30+
label: Code of Conduct
31+
description: The Code of Conduct helps create a safe space for everyone. We require that everyone agrees to it.
32+
options:
33+
- label: >
34+
I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
35+
required: true
36+
37+
- type: checkboxes
38+
attributes:
39+
label: Search before asking
40+
options:
41+
- label: >
42+
I have searched in the [issues](https://github.com/apache/incubator-kyuubi/issues?q=is%3Aissue) and found no similar
43+
issues.
44+
required: true
45+
46+
- type: textarea
47+
attributes:
48+
label: Describe the flaky test
49+
placeholder: >
50+
Please provide the suite, test name and log in which the problem occurred
51+
validations:
52+
required: true
53+
54+
- type: textarea
55+
attributes:
56+
label: Actions URL
57+
placeholder: >
58+
Please provide some link about failure like GitHub Actions url
59+
60+
https://github.com/apache/incubator-kyuubi/actions/runs/XXX
61+
62+
https://github.com/apache/incubator-kyuubi/runs/XXX
63+
validations:
64+
required: true
65+
66+
- type: textarea
67+
attributes:
68+
label: Parent issue
69+
value: "#1733"
70+
validations:
71+
required: false
72+
73+
- type: checkboxes
74+
attributes:
75+
label: Are you willing to submit PR?
76+
description: >
77+
A pull request is optional, but we are glad to help you in the contribution process
78+
especially if you already know a good understanding of how to implement the fix.
79+
Kyuubi is a community-driven project and we love to bring new contributors in.
80+
options:
81+
- label: Yes I am willing to submit a PR!
82+
83+
- type: markdown
84+
attributes:
85+
value: "Thanks for taking the time to fill out this bug report!"

0 commit comments

Comments
 (0)