Page MenuHomePhabricator

PhabricatorProjectCoreTestCase::Unknown Unit Message ("")
Failed

Referenced Files
None

TEST RESULT

Run At
Feb 8 2019, 12:22 AM
Details
EXCEPTION (PhabricatorDataNotAttachedException): Attempting to access attached data on PhabricatorProject, but the data is not actually attached. Before accessing attachable data on an object, you must load and attach it. Data is normally attached by calling the corresponding needX() method on the Query class when the object is loaded. You can also call the corresponding attachX() method explicitly. #0 /core/data/drydock/workingcopy-82/repo/phabricator/src/applications/project/storage/PhabricatorProject.php(208): PhabricatorLiskDAO->assertAttachedKey(Array, 'PHID-USER-zm5ql...') #1 /core/data/drydock/workingcopy-82/repo/phabricator/src/applications/project/storage/PhabricatorProject.php(145): PhabricatorProject->isUserMember('PHID-USER-zm5ql...') #2 /core/data/drydock/workingcopy-82/repo/phabricator/src/applications/policy/filter/PhabricatorPolicyFilter.php(521): PhabricatorProject->hasAutomaticCapability('view', Object(PhabricatorUser)) #3 /core/data/drydock/workingcopy-82/repo/phabricator/src/applications/policy/filter/PhabricatorPolicyFilter.php(250): PhabricatorPolicyFilter->checkCapability(Object(PhabricatorProject), 'view') #4 /core/data/drydock/workingcopy-82/repo/phabricator/src/applications/policy/filter/PhabricatorPolicyFilter.php(467): PhabricatorPolicyFilter->apply(Array) #5 /core/data/drydock/workingcopy-82/repo/phabricator/src/applications/policy/filter/PhabricatorPolicyFilter.php(395): PhabricatorPolicyFilter->executeExtendedPolicyChecks(Object(PhabricatorUser), Array, Array, Array) #6 /core/data/drydock/workingcopy-82/repo/phabricator/src/applications/policy/filter/PhabricatorPolicyFilter.php(273): PhabricatorPolicyFilter->applyExtendedPolicyChecks(Array) #7 /core/data/drydock/workingcopy-82/repo/phabricator/src/applications/policy/filter/PhabricatorPolicyFilter.php(84): PhabricatorPolicyFilter->apply(Array) #8 /core/data/drydock/workingcopy-82/repo/phabricator/src/applications/policy/filter/PhabricatorPolicyFilter.php(111): PhabricatorPolicyFilter::hasCapability(Object(PhabricatorUser), Object(PhabricatorProject), 'view') #9 /core/data/drydock/workingcopy-82/repo/phabricator/src/applications/transactions/editor/PhabricatorApplicationTransactionEditor.php(1123): PhabricatorPolicyFilter::canInteract(Object(PhabricatorUser), Object(PhabricatorProject)) #10 /core/data/drydock/workingcopy-82/repo/phabricator/src/applications/project/__tests__/PhabricatorProjectCoreTestCase.php(1687): PhabricatorApplicationTransactionEditor->applyTransactions(Object(PhabricatorProject), Array) #11 /core/data/drydock/workingcopy-82/repo/phabricator/src/applications/project/__tests__/PhabricatorProjectCoreTestCase.php(1673): PhabricatorProjectCoreTestCase->applyTransactions(Object(PhabricatorProject), Object(PhabricatorUser), Array) #12 /core/data/drydock/workingcopy-82/repo/phabricator/src/applications/project/__tests__/PhabricatorProjectCoreTestCase.php(1643): PhabricatorProjectCoreTestCase->applyProjectEdgeTransaction(Object(PhabricatorProject), Object(PhabricatorUser), '+', 13) #13 /core/data/drydock/workingcopy-82/repo/phabricator/src/applications/project/__tests__/PhabricatorProjectCoreTestCase.php(1614): PhabricatorProjectCoreTestCase->joinOrLeaveProject(Object(PhabricatorProject), Object(PhabricatorUser), '+') #14 /core/data/drydock/workingcopy-82/repo/phabricator/src/applications/project/__tests__/PhabricatorProjectCoreTestCase.php(186): PhabricatorProjectCoreTestCase->joinProject(Object(PhabricatorProject), Object(PhabricatorUser)) #15 [internal function]: PhabricatorProjectCoreTestCase->testAncestorMembers() #16 /core/data/drydock/workingcopy-82/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array) #17 /core/data/drydock/workingcopy-82/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run() #18 /core/data/drydock/workingcopy-82/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run() #19 /core/data/drydock/workingcopy-82/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run() #20 /core/data/drydock/workingcopy-82/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run() #21 {main}