Uploaded image for project: 'MariaDB Foundation Development'
  1. MariaDB Foundation Development
  2. MDBF-1001

Add a builder that checks that test cases actually fail if bug is not fixed

Details

    • Task
    • Status: Open (View Workflow)
    • Major
    • Resolution: Unresolved
    • None
    • None
    • Buildbot
    • None

    Description

      Idea:

      Check that for any particular bugfix patch (TODO: define what that means), the test cases introduced actually fail if the bug fix is not compiled in.

      Pseudoscript:

      git checkout HEAD~1
      cmake . && make
      git checkout HEAD -- <test-files-added-in-HEAD-commit>
      ./mtr <test-files>  # This should fail. If it fails, the test is succesful.
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            cvicentiu Vicențiu Ciorbaru
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated: