Closed Bug 702368 Opened 13 years ago Closed 13 years ago

Disable the hang monitor for ts_places_generated_max

Categories

(Release Engineering :: General, defect, P2)

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: benjamin, Assigned: armenzg)

References

Details

Attachments

(1 file, 1 obsolete file)

The ts_places_generated_max test is triggering the hang detector (bug 492592). Since we aren't going to have a short-term fix for this issue, for now we should just disable the hang monitor for this test.

Per jmaher, we'll have to do this for all of the places dirty tests, since we can't set prefs for ts_places_generated_max and not ts_places_generated_med.
Blocks: 702370
in config.py, we need to change:

    'dirty': {
        'enable_by_default': True,
        'suites': GRAPH_CONFIG + ['--activeTests', 'ts_places_generated_med:ts_places_generated_max'],
        'options': (TALOS_DIRTY_OPTS, ALL_PLATFORMS),
    },


to be:
    'dirty': {
        'enable_by_default': True,
        'suites': GRAPH_CONFIG + ['--activeTests', 'ts_places_generated_med:ts_places_generated_max', '--setPref', 'hangdetector.timeout=0'],
        'options': (TALOS_DIRTY_OPTS, ALL_PLATFORMS),
    },

once talos has support for custom prefs/testcase we can remove this and move the change into the sample.config file.

we have a need to deploy a new talos.zip and change config.py as well in bug 702351, can we get these deployed this week?
I gave jmaher bad info on IRC, the pref name should be "hangmonitor.timeout" instead of "hangdetector..."
Assignee: nobody → armenzg
Attachment #574373 - Flags: review?(jmaher)
Comment on attachment 574373 [details] [diff] [review]
add hangdetector.timeout=0 to dirty talos jobs

Review of attachment 574373 [details] [diff] [review]:
-----------------------------------------------------------------

::: mozilla-tests/config.py
@@ +163,5 @@
>          'options': ({}, ALL_PLATFORMS),
>      },
>      'dirty': {
>          'enable_by_default': True,
> +        'suites': GRAPH_CONFIG + ['--activeTests', 'ts_places_generated_med:ts_places_generated_max', '--setPref', 'hangdetector.timeout=0'],

please make this 'hangmonitor.timeout=0', I had some wrong information and was corrected in comment 2, otherwise this looks great.
Attachment #574373 - Flags: review?(jmaher) → review-
I landed this as hangmonitor.

Waiting for a reconfigure for this to be picked up.
Attachment #574373 - Attachment is obsolete: true
Attachment #574594 - Flags: review+
Reconfigs have been prevented yesterday and today due to the releases going on.
Priority: -- → P2
This landed in this morning's reconfig.
Attachment #574594 - Flags: checked-in+
This is live as per this morning's reconfig.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Product: mozilla.org → Release Engineering
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: