Page MenuHomePhabricator

[Wilds] Make "Bundle" test cases pass
ClosedPublic

Authored by epriestley on Sep 27 2018, 5:41 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Mar 14, 5:04 PM
Unknown Object (File)
Feb 3 2024, 7:34 PM
Unknown Object (File)
Jan 9 2024, 5:02 AM
Unknown Object (File)
Jan 9 2024, 5:01 AM
Unknown Object (File)
Dec 25 2023, 10:23 AM
Unknown Object (File)
Dec 24 2023, 4:59 PM
Unknown Object (File)
Dec 22 2023, 3:08 AM
Unknown Object (File)
Dec 22 2023, 12:27 AM
Subscribers
None

Details

Summary

Ref T13098. Continue to chip away at unit tests.

I stubbed out the read of configuration directly from RepositoryAPI and would like to remove it later. This is the only configuration value that RepositoryAPI reads directly. Instead, I suspect this will be cleaner if higher-level callers are responsible for reading and applying commit range rules and the actual RepositorAPI object does not know about them.

(In this particular case it's pretty moot anyway since unit tests shouldn't depend on .arcconfig settings.)

Test Plan

Ran unit tests, got slightly fewer failures.

Diff Detail

Repository
rARC Arcanist
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Harbormaster returned this revision to the author for changes because remote builds failed.Sep 27 2018, 5:41 PM
Harbormaster failed remote builds in B20916: Diff 47107!
This revision is now accepted and ready to land.Sep 27 2018, 8:19 PM
This revision was automatically updated to reflect the committed changes.