Closed
Bug 1608040
Opened 6 years ago
Closed 6 years ago
tools/tryselect/test/test_preset_migration.t fails when run on its own
Categories
(Developer Infrastructure :: Try, defect)
Developer Infrastructure
Try
Tracking
(firefox74 fixed)
RESOLVED
FIXED
mozilla74
Tracking | Status | |
---|---|---|
firefox74 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
Details
Attachments
(1 file)
Bug 1608040 - Clean up try presets from test_preset.t in that test rather than the one that follows.
47 bytes,
text/x-phabricator-request
|
Details | Review |
$ ./mach cramtest tools/tryselect/test/test_preset_migration.t
!
--- tools/tryselect/test/test_preset_migration.t
+++ tools/tryselect/test/test_preset_migration.t.err
@@ -4,6 +4,8 @@
Test migration of syntax preset
$ rm $MOZBUILD_STATE_PATH/try_presets.yml
+ rm: cannot remove '/tmp/cramtests-YVfyo3/tmp/mozbuild/try_presets.yml': No such file or directory
+ [1]
$ cat > $MOZBUILD_STATE_PATH/autotry.ini << EOF
> [try]
> foo = -b o -p all -u mochitest -t none --tag bar
# Ran 1 tests, 0 skipped, 1 failed.
The problem is it's trying to clean up a file that is created by test_preset.t when running all the tests.
Assignee | ||
Comment 1•6 years ago
|
||
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/306ff326d5d4
Clean up try presets from test_preset.t in that test rather than the one that follows. r=ahal
Comment 3•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox74:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla74
Updated•3 years ago
|
Product: Firefox Build System → Developer Infrastructure
You need to log in
before you can comment on or make changes to this bug.
Description
•