Fixes T4288
Details
Details
- Reviewers
epriestley - Group Reviewers
Blessed Reviewers - Maniphest Tasks
- T4288: Unit test is not skipped if ArcanistLinter::getCacheVersion throws an ArcanistUsageException
- Commits
- rARCef598794a812: Skip unit tests if `ArcanistLinter::getCacheVersion` throws an…
N/A
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
Can you throw a comment in the catch block about why/when this happens?
Also, walk me through how this causes the tests to be skipped? That doesn't seem to follow obviously from this change...
src/lint/linter/__tests__/ArcanistLinterTestCase.php | ||
---|---|---|
122 | ArcanistLinter::getCacheVersion throws ArcanistUsageException... it doesn't get converted into a PhutilAggregateException. |
Comment Actions
Closed by commit rARCef598794a812 (authored by @joshuaspence, committed by @epriestley).