Bug 1867581 Comment 0 Edit History

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

Since https://bugzilla.mozilla.org/show_bug.cgi?id=1862309 , speedometer3 is part of the PGO training set, and it has already improved the speedometer3 score to do so.

However, when running the training, the test actually hangs at 56/610, hits a 404 and then timeouts, moving to next test. It would be great to have it run until the end.

Steps to reproduce
---------------------

.. code-block:: sh

    $ mach build
    $ mach python ./build/pgo/profileserver.py -b $PWD/obj-x86_64-pc-linux-gnu/dist/bin/firefox-bin

And keep an eye on the window that pops up.
Since https://bugzilla.mozilla.org/show_bug.cgi?id=1862309 , speedometer3 is part of the PGO training set, and it has already improved the speedometer3 score to do so.

However, when running the training, the test actually hangs at 56/610, hits a 404 and then timeouts, moving to next test. It would be great to have it run until the end.

Steps to reproduce
---------------------

```sh
$ mach build
$ mach python ./build/pgo/profileserver.py -b $PWD/obj-x86_64-pc-linux-gnu/dist/bin/firefox-bin
```

And keep an eye on the window that pops up.
Since bug 1862309 , speedometer3 is part of the PGO training set, and it has already improved the speedometer3 score to do so.

However, when running the training, the test actually hangs at 56/610, hits a 404 and then timeouts, moving to next test. It would be great to have it run until the end.

Steps to reproduce
---------------------

```sh
$ mach build
$ mach python ./build/pgo/profileserver.py -b $PWD/obj-x86_64-pc-linux-gnu/dist/bin/firefox-bin
```

And keep an eye on the window that pops up.

Back to Bug 1867581 Comment 0