Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Messenger] test DoctrineTransport on travis and appveyor#30857
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
25c3cbc todf21cf4CompareUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
3c62139 to3a41769Comparevincenttouzet commentedApr 4, 2019 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Thx for the help@nicolas-grekas . Nervermind juste run EDIT: Well ... this install |
666b212 to00ceb4aComparee6043de to488a8d8Comparenicolas-grekas commentedApr 5, 2019
|
nicolas-grekas left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
(I pushed the remaining fixes to make tests pass)
src/Symfony/Component/Messenger/Tests/Transport/Doctrine/DoctrineIntegrationTest.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
488a8d8 to8f81f55Compare
weaverryan left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
The date changes do not cause any functionality loss as doctrine/dbal already didn’t support ms in DateTime (so delays already we’re in second precision, not ms, before this PR)
sroze commentedApr 6, 2019
Thank you@vincenttouzet. |
…r (vincenttouzet)This PR was merged into the 4.3-dev branch.Discussion----------[Messenger] test DoctrineTransport on travis and appveyor| Q | A| ------------- | ---| Branch? | master| Bug fix? | no| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes ? WIP| Fixed tickets || License | MIT| Doc PR |Currently tests on the `Symfony\Component\Messenger\Tests\Transport\Doctrine\DoctrineIntegrationTest` are skipped because there is no `MESSENGER_DOCTRINE_DSN` environment variable is not defined.This PR update the travis and AppVeyor configuration to run these tests.This is a WIP. I'm not a Travis/AppVeyor user so this clearly need more workCommits-------8f81f55 [Messenger] test DoctrineTransport on travis and appveyor
Uh oh!
There was an error while loading.Please reload this page.
Currently tests on the
Symfony\Component\Messenger\Tests\Transport\Doctrine\DoctrineIntegrationTestare skipped because there is noMESSENGER_DOCTRINE_DSNenvironment variable is not defined.This PR update the travis and AppVeyor configuration to run these tests.
This is a WIP. I'm not a Travis/AppVeyor user so this clearly need more work