Skip to content

[VarDumper] Skip some tests on custom xdebug.file_link_format #26776

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 3, 2018
Merged

[VarDumper] Skip some tests on custom xdebug.file_link_format #26776

merged 1 commit into from
Apr 3, 2018

Conversation

ogizanagi
Copy link
Contributor

@ogizanagi ogizanagi commented Apr 3, 2018

Q A
Branch? 3.4
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets N/A
License MIT
Doc PR N/A

Those tests are failing locally if a custom xdebug.file_link_format value is set.
Let's skip them as for FrameworkExtensionTest::testFileLinkFormat.
This will prevent some WTF moments and any actual error on these tests will be reported by the CI (IMHO isn't worth the hassle of updating the tests to handle both cases).

@nicolas-grekas
Copy link
Member

3.3 is EOLed

@nicolas-grekas nicolas-grekas added this to the 3.4 milestone Apr 3, 2018
@ogizanagi ogizanagi changed the base branch from 3.3 to 3.4 April 3, 2018 16:34
@ogizanagi
Copy link
Contributor Author

Of course... 😅

Target changed.

@nicolas-grekas
Copy link
Member

Thank you @ogizanagi.

@nicolas-grekas nicolas-grekas merged commit f9216ed into symfony:3.4 Apr 3, 2018
nicolas-grekas added a commit that referenced this pull request Apr 3, 2018
…ormat (ogizanagi)

This PR was merged into the 3.4 branch.

Discussion
----------

[VarDumper] Skip some tests on custom xdebug.file_link_format

| Q             | A
| ------------- | ---
| Branch?       | 3.4 <!-- see below -->
| Bug fix?      | no
| New feature?  | no <!-- don't forget to update src/**/CHANGELOG.md files -->
| BC breaks?    | no     <!-- see https://symfony.com/bc -->
| Deprecations? | no <!-- don't forget to update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tests pass?   | yes    <!-- please add some, will be required by reviewers -->
| Fixed tickets | N/A   <!-- #-prefixed issue number(s), if any -->
| License       | MIT
| Doc PR        | N/A <!-- required for new features -->

Those tests are failing locally if a custom `xdebug.file_link_format` value is set.
Let's skip them as for `FrameworkExtensionTest::testFileLinkFormat`.
This will prevent some WTF moments and any actual error on these tests will be reported by the CI (IMHO isn't worth the hassle of updating the tests to handle both cases).

Commits
-------

f9216ed [VarDumper] Skip some tests on custom xdebug.file_link_format
@ogizanagi ogizanagi deleted the var_dumper/tests/skip_on_custom_xdebug_file_link_format branch April 3, 2018 20:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants