Bug #64409
closedBug #40005: Several unit tests fail under Windows system
Failing unit tests on windows because of symlinks
100%
Description
When running the TYPO3 CMS unit tests on Windows errors ocurr, if the windows configuration is not set accordingly:
1) TYPO3\CMS\Extensionmanager\Tests\Unit\Utility\FileHandlingUtilityTest::removeDirectoryRemovesSymlink symlink(): Cannot create symlink, error code(1314) D:\typo3\master\typo3\sysext\extensionmanager\Tests\Unit\Utility\FileHandlingUtilityTest.php:172 D:\typo3\master\Packages\Libraries\phpunit\phpunit\phpunit:62 2) TYPO3\CMS\Extensionmanager\Tests\Unit\Utility\FileHandlingUtilityTest::removeDirectoryDoesNotRemoveContentOfSymlinkedTargetDirectory symlink(): Cannot create symlink, error code(1314) D:\typo3\master\typo3\sysext\extensionmanager\Tests\Unit\Utility\FileHandlingUtilityTest.php:193 D:\typo3\master\Packages\Libraries\phpunit\phpunit\phpunit:62
According to http://wiki.typo3.org/Flow_Installation_Hints special rights have to be set on Windows in order to be able to create symlinks.
If TYPO3 is running on Windows, the install tool should try to create a symlink and display a warning if it fails and hint to the according configuration help.
Updated by Stephan Großberndt almost 10 years ago
On Windows 7 Home Premium secpol.msc is not available, but "Polsedit - User Policies Editor" from http://www.southsoftware.com/ seems to do the job to change "SeCreateSymbolicLinkPrivilege".
Updated by Mathias Schreiber almost 10 years ago
- Status changed from New to Needs Feedback
Running a website with admin privileges somewhat does not sound like an awesome idea to me :)
Updated by Nicole Cordes almost 10 years ago
- Assignee set to Nicole Cordes
- Parent task set to #40005
Updated by Gerrit Code Review almost 10 years ago
- Status changed from Needs Feedback to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36359
Updated by Gerrit Code Review almost 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36359
Updated by Gerrit Code Review almost 10 years ago
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/36372
Updated by Nicole Cordes almost 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 386cd87d37bc24dff5a48468d401571e5e6e8cb6.
Updated by Nicole Cordes almost 10 years ago
- Sprint Focus set to On Location Sprint
Updated by Anja Leichsenring almost 9 years ago
- Sprint Focus deleted (
On Location Sprint)