[Bugs] [Bug 1295704] New: RFE: Provide a mechanism to disable some tests in regression

bugzilla at redhat.com bugzilla at redhat.com
Tue Jan 5 10:09:16 UTC 2016


https://bugzilla.redhat.com/show_bug.cgi?id=1295704

            Bug ID: 1295704
           Summary: RFE: Provide a mechanism to disable some tests in
                    regression
           Product: GlusterFS
           Version: mainline
         Component: tests
          Assignee: bugs at gluster.org
          Reporter: rtalur at redhat.com
                CC: bugs at gluster.org, gluster-bugs at redhat.com



Description of problem:

Sometimes it is useful to have a test in test repo but not execute in
regression runs.

Reasons could be:
1. Test is not deterministic enough or corrupts environment etc.
2. We don't have a fix yet but the test is already there.


tests/bad_tests serves as the directory where we can send type 1 tests
mentioned above. You can use "git mv" to move the .t file from its current
place to tests/bad_tests. Make sure you file a bug on the test file and use
that for mv patch.

tests/known_bugs serves as the directory where we can send type 2 tests
mentioned above. You can use "git mv" to move the .t file from its current
place to tests/known_bugs or add a new .t file directly under tests/known_bugs.
Make sure you file a bug for the bug you have discovered and use that for
mv/add patch.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the Bugs mailing list