Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support both LFS pointers and full objects in ReleaseCheckListTest::test_screenshotsStoredInLfs #13009

Merged
merged 1 commit into from May 31, 2018

Conversation

c960657
Copy link
Contributor

@c960657 c960657 commented May 29, 2018

PHPUnit\Integration\ReleaseCheckListTest::test_screenshotsStoredInLfs() fails if the screenshots in LFS have been fetched using git lfs pull. This changes the output of git lfs ls-files from

2bafb75901 - plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_auto_expand.png

to

2bafb75901 * plugins/Actions/tests/UI/expected-screenshots/ActionsDataTable_auto_expand.png

The difference is only the state of the local working directory, so the test should allow both.

@c960657 c960657 force-pushed the check-lfs-files branch 4 times, most recently from e1b93c5 to d3492a4 Compare May 30, 2018 04:58
@mattab mattab requested a review from sgiehl May 31, 2018 12:56
@mattab mattab added this to the 3.6.0 milestone May 31, 2018
@mattab mattab added the Needs Review PRs that need a code review label May 31, 2018
@sgiehl
Copy link
Member

sgiehl commented May 31, 2018

Thanks for the PR. As we won't ever have whitespaces in filenames that should work 👍

@sgiehl sgiehl merged commit 31b6a48 into matomo-org:3.x-dev May 31, 2018
@c960657 c960657 deleted the check-lfs-files branch June 19, 2018 05:12
@mattab mattab changed the title Support both LFS pointers and full objects Support both LFS pointers and full objects in ReleaseCheckListTest::test_screenshotsStoredInLfs Aug 28, 2018
InfinityVoid pushed a commit to InfinityVoid/matomo that referenced this pull request Oct 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Review PRs that need a code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants