Bug 1535287 Comment 21 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Older mozilla-central runs seem to run this suite:
https://treeherder.mozilla.org/#/jobs?repo=mozilla-central&tier=1%2C2%2C3&revision=a092972b53f0e566a36770e7b03363036ff820ec&selectedJob=241586777

However as you said, on current central, no test is executed. It seems that the issue started with https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=0ce3633f8b80b9bcb69165f6ec4dc97f19fa8f0a

Could it be because of this change?
https://hg.mozilla.org/mozilla-central/rev/00c2b2449639493d03dbed26e5765838c017db7d

```
 mochitest-devtools-webreplay:
     description: "Mochitest devtools-webreplay run"
-    suite: mochitest/mochitest-devtools-webreplay
     treeherder-symbol: M(dt-wr)
     loopback-video: true
     tier: 2
     max-run-time: 900
     mozharness:
         mochitest-flavor: chrome
     allow-software-gl-layers: false
     run-on-projects:
         by-test-platform:
             macosx64/opt: ['mozilla-central', 'try']
             macosx64.*/opt: ['trunk', 'try']
             default: []
```

It removed the `suite` entry for  mochitest-devtools-webreplay, but didn't add a `suite: name:` instead?
Older mozilla-central runs seem to run this suite:
https://treeherder.mozilla.org/#/jobs?repo=mozilla-central&tier=1%2C2%2C3&revision=a092972b53f0e566a36770e7b03363036ff820ec&selectedJob=241586777

However as you said, on current central, no test is executed. It seems that the issue started with https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=0ce3633f8b80b9bcb69165f6ec4dc97f19fa8f0a

Could it be because of this change?
https://hg.mozilla.org/mozilla-central/rev/00c2b2449639493d03dbed26e5765838c017db7d

```diff
 mochitest-devtools-webreplay:
     description: "Mochitest devtools-webreplay run"
-    suite: mochitest/mochitest-devtools-webreplay
     treeherder-symbol: M(dt-wr)
     loopback-video: true
     tier: 2
     max-run-time: 900
     mozharness:
         mochitest-flavor: chrome
     allow-software-gl-layers: false
     run-on-projects:
         by-test-platform:
             macosx64/opt: ['mozilla-central', 'try']
             macosx64.*/opt: ['trunk', 'try']
             default: []
```

It removed the `suite` entry for  mochitest-devtools-webreplay, but didn't add a `suite: name:` instead?

Back to Bug 1535287 Comment 21