See dev mailing list thread here.

The Build Lead role is inspired by the "Build Baron" role used in mongodb (see whitepaper section 3.2 here). While their role began as a performance regression and change point analysis triage role, ours comes from a perspective of triaging test failure and database correctness and may evolve into a performance regression and change point triage role in the future.

Rotation

The Build Lead role is a volunteer role with weekly rotations.

Date Range (reversed)WeekNameEmail#cassandra-dev slack

  -  

21


  -  

20


  -  

19


  -  

18


  -  

17Mick Semb Wevermck@apache.orgmck

  -  

16Dan Jatnieksdjatnieks@gmail.comDan Jatnieks

  -  

15


  -  

14Josh McKenziejmckenzie@apache.orgjmckenzie

  -  

13Josh McKenziejmckenzie@apache.orgjmckenzie

  -  

12Mick Semb Wevermck@apache.orgmck

  -  

11maxwellguocclive1601@gmail.commaxwellguo

  -  

10Derek Chen-Beckerapache@chen-becker.orgdchenbecker

  -  

9Derek Chen-Beckerapache@chen-becker.orgdchenbecker

  -  

8Mick Semb Wevermck@apache.orgmck

  -  

7maxwellguocclive1601@gmail.commaxwellguo

-  

6German Eichbergergeeichbe@microsoft.comxgerman

-  

5Dan Jatnieksdjatnieks@gmail.comDan Jatnieks

-  

4Claude Warrenclaude.warren@aiven.ioClaude Warren

-  

3Caleb Rackliffecalebrackliffe@gmail.comCaleb Rackliffe

-  

2Mick Semb Wevermck@apache.orgmck


See child pages for past years.

Tools

Butler: dashboard of historical test failures and per-test build history failure details w/JIRA links (see trunk here)

OpenTestFailures kanban board: board showing all labeled test failure JIRA tickets

ASF Jenkins C* CI: source data pulled by Butler

CircleCI: optionally paid for testing infrastructure (pay for parallel. See .circleci/generate.sh for details on profiles and usage)

ASF Infra:

Workflow

Weekly:

Daily:

Details

Creating JIRAs

When we close out all failures for a test class across all branches, we close out the JIRA. If another failure comes up on that class, we can re-open.

Using butler:

Currently butler functionality is limited to viewing the current test results and linking failures to existing JIRA tickets; the "Report selected failures" functionality does not currently work with the Apache JIRA project (as of  ). The recommended workflow as Build Lead is as follows:

  1. Check for new failures on the details page for each branch in the bottom right where it says detailed history:
  2. Look for failing tests without a JIRA link; in the following example see the top test "TestCQLNodes2RF1_Upgrade_current_4_0_x_To_indev_trunk:
  3. For failing tests without a linked item we have a couple workflows depending on where the commit occurred as well as what type of failure it is:
    1. Single commit on trunk:
      1. If intermittent, create a new JIRA ticket w/"intermittent failure" in the summary for the failure and link it in Butler
      2. If consistent, git revert the SHA that introduced the failure, re-open the original JIRA ticket, and leave a note for the original assignee about the breakage they introduced.
    2. Commit on older LTS branch w/merge commits:
      1. If intermittent, create a new JIRA ticket w/"intermittent failure" in the summary for the failure and link it in Butler
      2. If consistent, create a new JIRA ticket for the failure, link it in Butler, and set assignee to the individual that introduced the failure and notify them in the comments in the JIRA ticket

Build infra:

Notes: