Addshore reopened this task as "Open".
Addshore added a comment.

Even though the patch is merged and apparently the Lexeme tests get run with the ContentTranslation CI due to their including through Wikibase apparently they don't actually get run during the Wikibase CI itself.

Looking at the CLI debug log for https://integration.wikimedia.org/ci/job/wmf-quibble-vendor-mysql-hhvm-docker/3199/ which has phpunit debugging turned on so it would output all tests run I do not see Lexeme tests, for example SpecialnewLexemeTest...

I discovered this while figuring out how T202114 got through our CI.....

addshore@deployment-deploy01:~$ cat test-cli-log.txt| grep "Start test" | grep SpecialNew
[PHPUnitCommand] Start test Wikibase\Repo\Tests\Hooks\HtmlPageLinkRendererBeginHookHandlerTest::testDoHtmlPageLinkRendererBegin_overrideSpecialNewEntityLink with data set #0
[PHPUnitCommand] Start test Wikibase\Repo\Tests\Hooks\HtmlPageLinkRendererBeginHookHandlerTest::testDoHtmlPageLinkRendererBegin_overrideSpecialNewEntityLink with data set #1
[PHPUnitCommand] Start test Wikibase\Repo\Tests\Specials\SpecialNewItemTest::testAllNecessaryFormFieldsArePresent_WhenRendered
[PHPUnitCommand] Start test Wikibase\Repo\Tests\Specials\SpecialNewItemTest::testSiteAndPageInputFieldsWithPredefinedValuesPresent_WhenRenderedWithGetParametersPassed
[PHPUnitCommand] Start test Wikibase\Repo\Tests\Specials\SpecialNewItemTest::testLabelAndDescriptionValuesAreSetAccordingToSubpagePath_WhenRendered
[PHPUnitCommand] Start test Wikibase\Repo\Tests\Specials\SpecialNewItemTest::testErrorBeingDisplayed_WhenItemWithTheSameLabelAndDescriptionInThisLanguageAlreadyExists
[PHPUnitCommand] Start test Wikibase\Repo\Tests\Specials\SpecialNewItemTest::testErrorAboutNonExistentPageIsDisplayed_WhenSiteExistsButPageDoesNot
[PHPUnitCommand] Start test Wikibase\Repo\Tests\Specials\SpecialNewItemTest::testWhenLabelIsInvalid_ThenHtmlContainsErrorMessage
[PHPUnitCommand] Start test Wikibase\Repo\Tests\Specials\SpecialNewItemTest::testWhenDescriptionIsInvalid_ThenHtmlContainsErrorMessage
[PHPUnitCommand] Start test Wikibase\Repo\Tests\Specials\SpecialNewItemTest::testWhenAliasIsInvalid_ThenHtmlContainsErrorMessage
[PHPUnitCommand] Start test Wikibase\Repo\Tests\Specials\SpecialNewItemTest::testWhenAliasesAreInvalid_ThenHtmlContainsErrorMessage
[PHPUnitCommand] Start test Wikibase\Repo\Tests\Specials\SpecialNewItemTest::testEntityIsBeingCreated_WhenValidInputIsGiven with data set "only label is set"
[PHPUnitCommand] Start test Wikibase\Repo\Tests\Specials\SpecialNewItemTest::testEntityIsBeingCreated_WhenValidInputIsGiven with data set "another language"
[PHPUnitCommand] Start test Wikibase\Repo\Tests\Specials\SpecialNewItemTest::testEntityIsBeingCreated_WhenValidInputIsGiven with data set "only description is set"
[PHPUnitCommand] Start test Wikibase\Repo\Tests\Specials\SpecialNewItemTest::testEntityIsBeingCreated_WhenValidInputIsGiven with data set "single alias"
[PHPUnitCommand] Start test Wikibase\Repo\Tests\Specials\SpecialNewItemTest::testEntityIsBeingCreated_WhenValidInputIsGiven with data set "multiple aliases"
[PHPUnitCommand] Start test Wikibase\Repo\Tests\Specials\SpecialNewItemTest::testEntityIsBeingCreated_WhenValidInputIsGiven with data set "nontrimmed label"
[PHPUnitCommand] Start test Wikibase\Repo\Tests\Specials\SpecialNewItemTest::testEntityIsBeingCreated_WhenValidInputIsGiven with data set "nontrimmed description"
[PHPUnitCommand] Start test Wikibase\Repo\Tests\Specials\SpecialNewItemTest::testEntityIsBeingCreated_WhenValidInputIsGiven with data set "all input is present"
[PHPUnitCommand] Start test Wikibase\Repo\Tests\Specials\SpecialNewItemTest::testErrorBeingDisplayed_WhenInvalidInputIsGiven with data set "unknown language"
[PHPUnitCommand] Start test Wikibase\Repo\Tests\Specials\SpecialNewItemTest::testErrorBeingDisplayed_WhenInvalidInputIsGiven with data set "unknown site identifier"
[PHPUnitCommand] Start test Wikibase\Repo\Tests\Specials\SpecialNewItemTest::testErrorBeingDisplayed_WhenInvalidInputIsGiven with data set "all fields are empty"
[PHPUnitCommand] Start test Wikibase\Repo\Tests\Specials\SpecialNewItemTest::testErrorBeingDisplayed_WhenInvalidInputIsGiven with data set "empty label and description, aliases contain only spaces and pipe symbols"
[PHPUnitCommand] Start test Wikibase\Repo\Tests\Specials\SpecialNewItemTest::testMediaWikiTestCaseParentSetupCalled
[PHPUnitCommand] Start test Wikibase\Repo\Tests\Specials\SpecialNewItemTest::testValidCovers
[PHPUnitCommand] Start test Wikibase\Repo\Tests\Specials\SpecialNewPropertyTest::testAllNecessaryFormFieldsArePresent_WhenRendered
[PHPUnitCommand] Start test Wikibase\Repo\Tests\Specials\SpecialNewPropertyTest::testLabelAndDescriptionAndDataTypeValuesAreSetAccordingToSubpagePath_WhenRendered
[PHPUnitCommand] Start test Wikibase\Repo\Tests\Specials\SpecialNewPropertyTest::testFailsAndDisplaysAnError_WhenTryToCreateSecondPropertyWithTheSameLabel
[PHPUnitCommand] Start test Wikibase\Repo\Tests\Specials\SpecialNewPropertyTest::testEntityIsBeingCreated_WhenValidInputIsGiven with data set "only label is set"
[PHPUnitCommand] Start test Wikibase\Repo\Tests\Specials\SpecialNewPropertyTest::testEntityIsBeingCreated_WhenValidInputIsGiven with data set "another language"
[PHPUnitCommand] Start test Wikibase\Repo\Tests\Specials\SpecialNewPropertyTest::testEntityIsBeingCreated_WhenValidInputIsGiven with data set "only description is set"
[PHPUnitCommand] Start test Wikibase\Repo\Tests\Specials\SpecialNewPropertyTest::testEntityIsBeingCreated_WhenValidInputIsGiven with data set "single alias"
[PHPUnitCommand] Start test Wikibase\Repo\Tests\Specials\SpecialNewPropertyTest::testEntityIsBeingCreated_WhenValidInputIsGiven with data set "multiple aliases"
[PHPUnitCommand] Start test Wikibase\Repo\Tests\Specials\SpecialNewPropertyTest::testEntityIsBeingCreated_WhenValidInputIsGiven with data set "another datatype is set"
[PHPUnitCommand] Start test Wikibase\Repo\Tests\Specials\SpecialNewPropertyTest::testEntityIsBeingCreated_WhenValidInputIsGiven with data set "all input is present"
[PHPUnitCommand] Start test Wikibase\Repo\Tests\Specials\SpecialNewPropertyTest::testErrorBeingDisplayed_WhenInvalidInputIsGiven with data set "unknown language"
[PHPUnitCommand] Start test Wikibase\Repo\Tests\Specials\SpecialNewPropertyTest::testErrorBeingDisplayed_WhenInvalidInputIsGiven with data set "unknown datatype"
[PHPUnitCommand] Start test Wikibase\Repo\Tests\Specials\SpecialNewPropertyTest::testErrorBeingDisplayed_WhenInvalidInputIsGiven with data set "all fingerprint fields are empty"
[PHPUnitCommand] Start test Wikibase\Repo\Tests\Specials\SpecialNewPropertyTest::testErrorBeingDisplayed_WhenInvalidInputIsGiven with data set "empty label and description, aliases contain only spaces and pipe symbols"
[PHPUnitCommand] Start test Wikibase\Repo\Tests\Specials\SpecialNewPropertyTest::testErrorBeingDisplayed_WhenInvalidInputIsGiven with data set "empty datatype"
[PHPUnitCommand] Start test Wikibase\Repo\Tests\Specials\SpecialNewPropertyTest::testMediaWikiTestCaseParentSetupCalled
[PHPUnitCommand] Start test Wikibase\Repo\Tests\Specials\SpecialNewPropertyTest::testValidCovers

TASK DETAIL
https://phabricator.wikimedia.org/T200508

EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore
Cc: Stashbot, Addshore, WMDE-leszek, gerritbot, Jakob_WMDE, Aklapper, Tarrow, Gaboe420, A.S.Kochergin, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, God, Cpaulf30, Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, QZanden, LawExplorer, Lewizho99, Maathavan, Wikidata-bugs, aude, Mbch331, hashar
_______________________________________________
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to