Skip to content
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

Create template for failing tests. #21728

Merged
merged 25 commits into from
Nov 21, 2022
Merged
Changes from 3 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
78af9ad
initial template
ryanthompson591 Jun 6, 2022
a9a9752
Update .github/ISSUE_TEMPLATE/failing_test.yml
ryanthompson591 Jun 7, 2022
fa6e0c6
Update .github/ISSUE_TEMPLATE/failing_test.yml
ryanthompson591 Jun 7, 2022
354f933
added checkbox for flakey
ryanthompson591 Jun 7, 2022
f0d65f0
merge
ryanthompson591 Jun 7, 2022
209dd72
fix issue type
ryanthompson591 Jun 7, 2022
0f3e532
flaky
ryanthompson591 Jun 7, 2022
ff4ab52
added issue rules
ryanthompson591 Jun 8, 2022
a6ebfe9
Update .github/ISSUE_TEMPLATE/failing_test.yml
ryanthompson591 Nov 21, 2022
4c75c80
initial template
ryanthompson591 Jun 6, 2022
54b6629
added checkbox for flakey
ryanthompson591 Jun 7, 2022
74a11b8
Update .github/ISSUE_TEMPLATE/failing_test.yml
ryanthompson591 Jun 7, 2022
1f1b7c3
Update .github/ISSUE_TEMPLATE/failing_test.yml
ryanthompson591 Jun 7, 2022
7657fc5
fix issue type
ryanthompson591 Jun 7, 2022
ddef58a
flaky
ryanthompson591 Jun 7, 2022
e55941f
added issue rules
ryanthompson591 Jun 8, 2022
18de0b9
fixed merge
ryanthompson591 Nov 21, 2022
5b84992
changed template
ryanthompson591 Nov 21, 2022
0f40eaf
added issue rules
ryanthompson591 Jun 8, 2022
aa4c076
Merge branch 'apache:master' into failing-test-template
ryanthompson591 Nov 21, 2022
13141e4
Update .github/ISSUE_TEMPLATE/failing_test.yml
ryanthompson591 Nov 21, 2022
c37467c
Update .github/ISSUE_TEMPLATE/failing_test.yml
ryanthompson591 Nov 21, 2022
94d93a7
copied bug info so it is the same
ryanthompson591 Nov 21, 2022
e9a25bf
fixed bad template
ryanthompson591 Nov 21, 2022
f45389b
returned issue-rules to state
ryanthompson591 Nov 21, 2022
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
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/failing_test.yml
Original file line number Diff line number Diff line change
@@ -18,14 +18,14 @@
name: Failing Test
description: Report a failing test
title: "[Failing Test]: "
labels: ["bug", "awaiting triage", "Component: test-failures", "Priority: 1"]
labels: ["bug", "awaiting triage", "test-failures", "P1"]
assignees:
- octocat
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
Thanks for taking the time to report this test failure!
- type: textarea
id: what-happened
attributes: