Page MenuHomePhabricator

Find out why the orchestrator keeps trying to fetch Z30 for the validator, and fix it
Closed, ResolvedPublic

Description

Orchestrator validation often tries to get Z30, which doesn't exist. Figure out why, then re-enable doValidate on the wiki.

Event Timeline

Only reference left to Z30 in WikiLambda that I can find is in tests/jest/store/modules/zKeys.test.js; otherwise, I imagine this is old DB entries that haven't been updated?

Jdforrester-WMF renamed this task from Z30 Validator Errors to Find out why the orchestrator keeps trying to fetch Z30 for the validator, and fix it.Jul 14 2021, 4:35 PM

I've double checked the code and that seems to be case. Z30 references only in DB if any still exists.

Let's call this Resolved then; we know where they're coming from, and how to fix it. :-)