[Webkit-unassigned] [Bug 221208] New: [build.webkit.org] is_test_mode_enabled should default to True

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 1 07:40:53 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=221208

            Bug ID: 221208
           Summary: [build.webkit.org] is_test_mode_enabled should default
                    to True
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aakash_jain at apple.com

Similar to https://bugs.webkit.org/show_bug.cgi?id=196248, is_test_mode_enabled variable should default to True in order to avoid accidentally running production settings on a local/test instance. Currently we need to explicitly add an environment variable BUILDBOT_TESTING in order to indicate test instance. If someone forgets to set this environment variable on a local instance, he/she would run with production settings. Currently it's very easy to make this mistake. We should reverse the logic to make it harder to do such mistake. 

We should instead require to set an environment variable BUILDBOT_PRODUCTION on production server. It will be a one time configuration on the production server (by configuring environment variable in a manner that persist across reboots and various shell sessions).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210201/654a93e0/attachment.htm>


More information about the webkit-unassigned mailing list