mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-12-23 05:50:54 +01:00
No description
1d5ee03fdb
Summary: When `arc diff` runs unit tests it uses all of the affected files as the base array of paths. These files may have been deleted. If the deleted file fits the test criteria `unit` will try and run the test and in some cases fail. An example of this fataling is with PHPUnit; > Fatal error: Uncaught exception 'Exception' with message 'JSON report file is em pty, it probably means that phpunit failed to run tests. Try running arc unit wi th --trace option and then run generated phpunit command yourself, you might get the answer.' in C:\Websites\facebook\arcanist\src\unit\engine\PhpunitResultPars er.php on line 156 Test Plan: Re-ran the tests that were causing issues with `arc unit --rev HEAD^ --trace` Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin, aurelijus Differential Revision: https://secure.phabricator.com/D6246 |
||
---|---|---|
bin | ||
externals | ||
resources | ||
scripts | ||
src | ||
.arcconfig | ||
.divinerconfig | ||
.editorconfig | ||
.gitignore | ||
LICENSE | ||
NOTICE | ||
README |
WHAT IS ARCANIST? Arcanist is the command-line tool for Phabricator. It allows you to interact with Phabricator installs to send code for review, download patches, transfer files, view status, make API calls, and various other things. You can find a complete user guide here: http://www.phabricator.com/docs/phabricator/article/Arcanist_User_Guide.html For more information about Phabricator, see: http://phabricator.org/ LICENSE Arcanist is released under the Apache 2.0 license except as otherwise noted.