Page MenuHomePhabricator

Unused VideoTranscodeTest calls non existent Job::pop_type()
Open, LowestPublic

Description

Unused test case would call some no longer existing methods if it was re-enabled. Should be cleaned up at some point.

Event Timeline

Hmm, looks like the whole test case is pretty broken:

  • assumes jobs are stored in the job table and looks there for available jobs?
  • calls Job::pop_type() which no longer exists
  • and is all disabled since years ago

So not super high priority but it'd be nice to fix this up into working state later.

brion renamed this task from VideoTranscodeTest calls non existent Job::pop_type() to Unused VideoTranscodeTest calls non existent Job::pop_type().Jul 14 2020, 4:33 PM
brion triaged this task as Lowest priority.
brion moved this task from To sort to In progress on the TimedMediaHandler board.
brion updated the task description. (Show Details)
brion moved this task from In progress to Backlog/maint on the TimedMediaHandler board.