Closed Bug 1429511 Opened 6 years ago Closed 6 years ago

Move Rust mozrunner crate from GitHub to central

Categories

(Testing :: Mozbase, enhancement)

Version 3
enhancement
Not set
normal

Tracking

(firefox59 fixed)

RESOLVED FIXED
mozilla59
Tracking Status
firefox59 --- fixed

People

(Reporter: ato, Assigned: ato)

References

Details

Attachments

(3 files, 1 obsolete file)

Because there is only one consumer of the Rust port of mozrunner
the suggestion is to move it from GitHub [1] to central so it gets
better test coverage through testing with geckodriver.

The proposed new home for it is testing/mozbase/rust/mozrunner.
Other proposals are welcome.

  [1] https://github.com/jgraham/rust_mozrunner
jgraham: I am wondering if you have any additional comments about this.
Otherwise I will follow the same procedure as last time we put the
webdriver crate in central.
Flags: needinfo?(james)
https://treeherder.mozilla.org/#/jobs?repo=try&revision=95bc351cc476fbbed7969b236f7067791d1d1af1 is the import I did with no history. I'm not sure how valuable the commit history is here, so I would only bother to preserve it if doing so is trivial.
Flags: needinfo?(james)
I agree with the assessment that the commit history might not be so important.
Assignee: nobody → ato
Component: General → Mozbase
Blocks: 1401129
Blocks: 1430158
Attachment #8942217 - Attachment is obsolete: true
Attachment #8942217 - Flags: review?(james)
Blocks: 1430157
Comment on attachment 8942225 [details]
Bug 1429511 - Update mozrunner crate repo URL.

https://reviewboard.mozilla.org/r/212498/#review218230
Attachment #8942225 - Flags: review?(james) → review+
Comment on attachment 8942216 [details]
Bug 1429511 - Move geckodriver to in-tree mozrunner.

https://reviewboard.mozilla.org/r/212484/#review218232
Attachment #8942216 - Flags: review?(james) → review+
Comment on attachment 8942215 [details]
Bug 1429511 - Move Rust port of mozrunner to central.

https://reviewboard.mozilla.org/r/212482/#review218560

::: testing/mozbase/rust/mozrunner/.hgignore:2
(Diff revision 1)
> +target/
> +Cargo.lock

Same comment as for mozversion. Hg won't pick this file up in a subdirectory. You can put these rules in the top level .hgignore file if they're important.
Attachment #8942215 - Flags: review?(ahalberstadt) → review+
Comment on attachment 8942215 [details]
Bug 1429511 - Move Rust port of mozrunner to central.

https://reviewboard.mozilla.org/r/212482/#review218560

> Same comment as for mozversion. Hg won't pick this file up in a subdirectory. You can put these rules in the top level .hgignore file if they're important.

Looks like .hgignore supports an include syntax:
subinclude:testing/mozbase/rust/mozrunner/.hgignore

But we hardly use that in our root .hgignore, so it might be best to just be consistent with the rest of the file.
We're sorry, Autoland could not rebase your commits for you automatically. Please manually rebase your commits and try again.

hg error in cmd: hg rebase -s 8aaf86fc1effd73b4e850346d5d7fc4d381dc559 -d 878662b94ba2: rebasing 442895:8aaf86fc1eff "Bug 1429511 - Move Rust port of mozrunner to central. r=ahal"
rebasing 442896:6fb5275d4f93 "Bug 1429511 - Move geckodriver to in-tree mozrunner. r=jgraham"
merging testing/geckodriver/Cargo.lock
merging testing/geckodriver/Cargo.toml
warning: conflicts while merging testing/geckodriver/Cargo.lock! (edit, then use 'hg resolve --mark')
warning: conflicts while merging testing/geckodriver/Cargo.toml! (edit, then use 'hg resolve --mark')
unresolved conflicts (see hg resolve, then hg rebase --continue)
Need to wait for bug 1430152 to land because they change the same
file and hg isn’t clever enough to understand it’s not the same line.
We're sorry, Autoland could not rebase your commits for you automatically. Please manually rebase your commits and try again.

hg error in cmd: hg rebase -s 8aaf86fc1effd73b4e850346d5d7fc4d381dc559 -d f390f152d0ac: rebasing 443008:8aaf86fc1eff "Bug 1429511 - Move Rust port of mozrunner to central. r=ahal"
merging .hgignore
rebasing 443009:6fb5275d4f93 "Bug 1429511 - Move geckodriver to in-tree mozrunner. r=jgraham"
merging testing/geckodriver/Cargo.lock
merging testing/geckodriver/Cargo.toml
warning: conflicts while merging testing/geckodriver/Cargo.lock! (edit, then use 'hg resolve --mark')
warning: conflicts while merging testing/geckodriver/Cargo.toml! (edit, then use 'hg resolve --mark')
unresolved conflicts (see hg resolve, then hg rebase --continue)
Pushed by atolfsen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5af72ae23d96
Move Rust port of mozrunner to central. r=ahal
https://hg.mozilla.org/integration/autoland/rev/f0180c3c7af7
Move geckodriver to in-tree mozrunner. r=jgraham
https://hg.mozilla.org/integration/autoland/rev/f89e3bba65ec
Update mozrunner crate repo URL. r=jgraham
Blocks: 1431459
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: