Skip to content
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

[FrameworkBundle] Added functional tests to prove multiple clients and client insulation. #2904

Merged
merged 3 commits into from Dec 17, 2011
Merged

Conversation

ghost
Copy link

@ghost ghost commented Dec 16, 2011

Bug fix: no
Feature addition: no
Backwards compatibility break: no
Symfony2 tests pass: yes
Fixes the following tickets: -
References: #2898
Todo: -

@fabpot: I don't know what happened with the previous PR #2989 - seemed like some weird corruption as the tests passed locally and on travis except until after I fetched from the repo. I suspect something was corrupted. I asked @Seldaek to confirm the tests pass on his local setup before I submitted this PR. I only got rid of the errors locally after recloning the repo!

http://travis-ci.org/#!/drak/symfony/builds/413515

Build Status

@fabpot
Copy link
Member

fabpot commented Dec 16, 2011

I still have the exact same errors as before.

@ghost
Copy link
Author

ghost commented Dec 17, 2011

Something must be corrupted in your gitrepo. Would you mind trying a fresh clone of symfony/symfony, then adding my remote git://github.com/drak/symfony and fetch and checkout my branch frameworkbundle_moretests and try. As I said, that's exactly what I had to do to make the errors go away. The tests work for me now, Saldaek and they work on travis.

fabpot added a commit that referenced this pull request Dec 17, 2011
Commits
-------

9b8cdab [FrameworkBundle] Prove client insulation and non-insulation works in session tests.
ce66548 [FrameworkBundle] Add tests to prove functional testing works with simultaneous clients.
ff0412a [FrameworkBundle] Small changes to test setup.

Discussion
----------

[FrameworkBundle] Added functional tests to prove multiple clients and client insulation.

Bug fix: no
Feature addition: no
Backwards compatibility break: no
Symfony2 tests pass: yes
Fixes the following tickets: -
References: #2898
Todo: -

@fabpot: I don't know what happened with the previous PR #2989 - seemed like some weird corruption as the tests passed locally and on travis except until after I fetched from the repo.  I suspect something was corrupted.  I asked @Seldaek to confirm the tests pass on his local setup before I submitted this PR.  I only got rid of the errors locally after recloning the repo!

http://travis-ci.org/#!/drak/symfony/builds/413515

[![Build Status](https://secure.travis-ci.org/drak/symfony.png)](http://travis-ci.org/drak/symfony?branch=frameworkbundle_moretests)
@fabpot fabpot merged commit 9b8cdab into symfony:2.0 Dec 17, 2011
@fabpot
Copy link
Member

fabpot commented Dec 17, 2011

Problem was the functional test bundle cache.

@fabpot
Copy link
Member

fabpot commented Dec 17, 2011

Actually, the problem is that both 2.0 and master share the same cache for functional tests. This has been fixed here: f03692a

@ghost
Copy link
Author

ghost commented Dec 17, 2011

Oh, nice catch fabpot! Thanks for checking.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant