github.com/pingcap/tiflow@v0.0.0-20240520035814-5bf52d54e205/.github/ISSUE_TEMPLATE/flaking-test.yml (about)

     1  name: "\U0001F608 Flaking Test"
     2  description: Report flaky tests or jobs
     3  labels: ["component/test"]
     4  body:
     5    - type: markdown
     6      attributes:
     7        value: |
     8          Please only use this template for submitting reports about flaky tests or jobs (pass or fail with no underlying change in code) in DM/TiCDC CI.
     9          Please link this report to https://github.com/pingcap/tiflow/issues/2246 as a subtask.
    10    - type: textarea
    11      id: jobs
    12      attributes:
    13        label: Which jobs are flaking?
    14      validations:
    15        required: true
    16    - type: textarea
    17      id: tests
    18      attributes:
    19        label: Which test(s) are flaking?
    20      validations:
    21        required: true
    22    - type: textarea
    23      id: logs
    24      attributes:
    25        label: Jenkins logs or GitHub Actions link
    26        value: |-
    27               ```log
    28               (paste logs here)
    29               ```
    30      validations:
    31        required: true
    32    - type: textarea
    33      id: more
    34      attributes:
    35        label: Anything else we need to know
    36        value: |-
    37               - Does this test exist for other branches as well?
    38  
    39               - Has there been a high frequency of failure lately?
    40      validations:
    41        required: false