Pulsar Flaky test report details and reporting script.
You can find the summary report in a Google sheet.
Search for Pulsar flaky tests.
- Fork this repository
- Set the following secrets in your forked repository:
PULSAR_TOKEN
- A GitHub token with workflow access to the Apache Pulsar repository. Requires Apache Pulsar committer access.PULSAR_TOKEN_USER
- The Github username of the user that owns the token.
- Navigate to the
Actions
tab in your forked repository - Select the
Run Report
workflow - Click
Run workflow
setting the desired date range - The report will be generated in the root directory of the repository
If the script fails with Forbidden
error it's likely that you hit the GitHub API rate limit. It's suggested to reduce the date range to a smaller period of time (7 days usually works) and wait 1 hour to let Github reset your limits. Another possible reason is that the token doesn't have workflow access for apache/pulsar
repository.