Skip to content

Commit 3846b44

Browse files
committed
MC-5926: Conflict of simultaneous write in Redis cache
- add output to set command test failure
1 parent dc633c9 commit 3846b44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Deploy/Console/Command/SetModeCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ private function enableAndAssertProductionMode()
146146
);
147147
$commandOutput = $this->commandTester->getDisplay();
148148

149-
$this->assertEquals(Cli::RETURN_SUCCESS, $this->commandTester->getStatusCode());
149+
$this->assertEquals(Cli::RETURN_SUCCESS, $this->commandTester->getStatusCode(), $commandOutput);
150150

151151
$this->assertContains('Deployment of static content complete', $commandOutput);
152152
$this->assertContains('Enabled production mode', $commandOutput);

0 commit comments

Comments
 (0)