> You are asking for existing tests to run to catch regressions or create new tests for the feature? I would say both, I don't want to risk having nightly users crash their browser on network status change because I overlooked something, and I'm only having a mac right now (I'm on holidays ^^), so I would like to see how the code behaves on windows / linux as well. > For the former, just push to try: ./mach try -p all -b do -u all -t none I don't think I'm allowed to do try runs, I'm going to ask for a [level 1 access](https://www.mozilla.org/en-US/about/governance/policies/commit/access-policy/#Level1) Here's the error I get: ``` ignition-macbook:mozilla-unified ignition$ ./mach try -p all -b do -u all -t none Creating temporary commit for remote... pushing to ssh://hg.mozilla.org/try remote: Warning: Permanently added the ED25519 host key for IP address '63.245.208.203' to the list of known hosts. remote: ignition@hg.mozilla.org: Permission denied (publickey). temporary commit removed, repository restored abort: no suitable response from remote hg! Error running mach: ['try', '-p', 'all', '-b', 'do', '-u', 'all', '-t', 'none'] The error occurred in code that was called by the mach command. This is either a bug in the called code itself or in the way that mach is calling it. You can invoke |./mach busted| to check if this issue is already on file. If it isn't, please use |./mach busted file| to report it. If |./mach busted| is misbehaving, you can also inspect the dependencies of bug 1543241. ```
Bug 1562386 Comment 8 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
> You are asking for existing tests to run to catch regressions or create new tests for the feature? I would say both, I don't want to risk having nightly users crash their browser on network status change because I overlooked something, and I'm only having a mac right now (I'm on holidays ^^), so I would like to see how the code behaves on windows / linux as well. > For the former, just push to try: ./mach try -p all -b do -u all -t none I don't think I'm allowed to do try runs, I'm going to ask for a [level 1 access](https://www.mozilla.org/en-US/about/governance/policies/commit/access-policy/#Level1) Here's the error I get: ``` ignition-macbook:mozilla-unified ignition$ ./mach try -p all -b do -u all -t none Creating temporary commit for remote... pushing to ssh://hg.mozilla.org/try remote: Warning: Permanently added the ED25519 host key for IP address '63.245.208.203' to the list of known hosts. remote: ignition@hg.mozilla.org: Permission denied (publickey). temporary commit removed, repository restored abort: no suitable response from remote hg! Error running mach: ['try', '-p', 'all', '-b', 'do', '-u', 'all', '-t', 'none'] The error occurred in code that was called by the mach command. This is either a bug in the called code itself or in the way that mach is calling it. You can invoke |./mach busted| to check if this issue is already on file. If it isn't, please use |./mach busted file| to report it. If |./mach busted| is misbehaving, you can also inspect the dependencies of bug 1543241. ```