[Webkit-unassigned] [Bug 101455] webkitpy/layouttests integration test fails if high shards/processes environment variables are used

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 7 05:27:54 PST 2012


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





--- Comment #1 from Dominik Röttsches (drott) <dominik.rottsches at intel.com>  2012-11-07 05:29:27 PST ---
[522/1598] webkitpy.layout_tests.run_webkit_tests_integrationtest.MainTest.test_max_locked_shards failed:
  Traceback (most recent call last):
    File "/home/buildslave-1/webkit-buildslave/efl-linux-64-debug-wk2/build/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py", line 315, in test_max_locked_shards
      self.assertTrue(any(['(1 locked)' in line for line in regular_output.buflist]))
  AssertionError: False is not true

is failing, the test itself looks like this:

    def test_max_locked_shards(self):
        if not self.should_test_processes:
            return
        _, _, regular_output, _ = logging_run(['--debug-rwt-logging', '--child-processes', '2'], shared_port=False)
        self.assertTrue(any(['(1 locked)' in line for line in regular_output.buflist]))

Shouldn't we use the --max-locked-shards switch here instead of making assumptions based on --child-processes?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list