Page MenuHomeDevCentral

Tommy doesn't show URL anymore
Closed, ResolvedPublic

Description

The production tests suite at rTESTSPRODENV detected URLs don't work anymore.

The following test is involved:

TommyTest.php
public function testDashboard () {
    $content = file_get_contents('https://builds.nasqueron.org');
    $this->assertContains('ci.nasqueron.org/job/', $content);
}

I strongly suspect the string hash fix means the property has to be fetched another way.

Regression introduced at 517786ca4886.

Event Timeline

dereckson triaged this task as High priority.Sep 21 2018, 21:39
dereckson created this task.

We've got a winner.

$ git bisect ...
517786ca48867fd249aa83de6176291952eabc63 is the first bad commit

Issue fixed. A more correct solution to get rid of string keys can be handled at T912.