-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Transient tests hunting #15617
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
Comments
This was referenced Sep 23, 2015
nicolas-grekas
added a commit
that referenced
this issue
Oct 10, 2015
…ts (nicolas-grekas) This PR was merged into the 2.3 branch. Discussion ---------- [HttpFoundation] Extend ClockMock to session storage tests | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #15617 | License | MIT | Doc PR | - Commits ------- 93a06df [HttpFoundation] Extend ClockMock to session storage tests
fabpot
added a commit
that referenced
this issue
Oct 13, 2015
This PR was merged into the 2.3 branch. Discussion ---------- [Http*] Mock time() to fix transient tests | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #15617 | License | MIT | Doc PR | - Commits ------- fa604d3 [Http*] Mock time() to fix transient tests
fabpot
added a commit
that referenced
this issue
Oct 28, 2015
…nt tests (nicolas-grekas) This PR was merged into the 2.3 branch. Discussion ---------- [HttpKernel] Add `@group time-sensitive` on some transient tests | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #15617 | License | MIT | Doc PR | - Commits ------- 6a7d270 [HttpKernel] Add `@group time-sensitive` on some transient tests
fabpot
added a commit
that referenced
this issue
Nov 4, 2015
… on hhvm (nicolas-grekas) This PR was merged into the 2.3 branch. Discussion ---------- [travis] session.gc_probability=0 to fix transient tests on hhvm | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #15617 | License | MIT | Doc PR | - Should fix tests failing with: `ps_files_cleanup_dir: opendir(/var/lib/hhvm/sessions) failed: Permission denied (13)` Commits ------- b4dd254 [travis] session.gc_probability=0 to fix transient tests on hhvm
nicolas-grekas
added a commit
that referenced
8000
this issue
Nov 27, 2015
…abled (nicolas-grekas) This PR was merged into the 2.3 branch. Discussion ---------- [appveyor] Workaround transient segfault when APCu is enabled | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #15617 | License | MIT | Doc PR | - See e.g. https://ci.appveyor.com/project/nicolas-grekas/symfony/build/1.0.4#L1186 Commits ------- 12a152b [appveyor] Workaround transient segfault when APCu is enabled
stof
added a commit
that referenced
this issue
Dec 5, 2015
…kas) This PR was merged into the 2.3 branch. Discussion ---------- [Process] Fix stopping a process on Windows | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #15617 | License | MIT | Doc PR | - Commits ------- 80fb51c [Process] Fix stopping a process on Windows
nicolas-grekas
added a commit
that referenced
this issue
Dec 8, 2015
This PR was merged into the 2.3 branch. Discussion ---------- [Process] Always call proc_close | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #15617 | License | MIT | Doc PR | - This should fix one more transient test, and a wrong behavior. Commits ------- ccb67d7 [Process] Always call proc_close
This was referenced Dec 22, 2015
fabpot
added a commit
that referenced
this issue
Dec 23, 2015
…-grekas) This PR was merged into the 2.3 branch. Discussion ---------- [Process] More robustness and deterministic tests | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #16988, #15617 | License | MIT | Doc PR | - Commits ------- d1a178a [Process] More robustness and deterministic tests
This was referenced Dec 30, 2015
nicolas-grekas
added a commit
that referenced
this issue
Dec 30, 2015
This PR was merged into the 2.7 branch. Discussion ---------- [Process] Fix a transient test | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #15617 | License | MIT | Doc PR | - Commits ------- 7e2c67c [Process] Fix a transient test
nicolas-grekas
added a commit
that referenced
this issue
Dec 30, 2015
…t tests (nicolas-grekas) This PR was merged into the 2.3 branch. Discussion ---------- [Process] Fix potential race condition leading to transient tests | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #15617 | License | MIT | Doc PR | - Sibling of #17176 on 2.3 Commits ------- 99fc428 [Process] Fix potential race condition leading to transient tests
With PHP 5.5
|
nicolas-grekas
added a commit
that referenced
this issue
Feb 2, 2016
…icolas-grekas) This PR was merged into the 2.3 branch. Discussion ---------- [Process] Fix transient tests for incremental outputs | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #15617 | License | MIT | Doc PR | - Commits ------- 90455df [Process] Fix transient tests for incremental outputs
nicolas-grekas
added a commit
that referenced
this issue
Feb 4, 2016
…N errors (nicolas-grekas) This PR was merged into the 2.3 branch. Discussion ---------- [appveyor] Ignore failures due to STATUS_ACCESS_VIOLATION errors | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #15617 | License | MIT | Doc PR | - E.g. https://ci.appveyor.com/project/fabpot/symfony/build/1.0.5754#L1525 Commits ------- 1d4ea39 [appveyor] Ignore failures due to STATUS_ACCESS_VIOLATION errors
|
https://ci.appveyor.com/project/fabpot/symfony/build/1.0.7036#L964 |
Ah, looks like that test simply always fails on Windows. |
nicolas-grekas
added a commit
that referenced
this issue
Mar 16, 2016
This PR was merged into the 3.0 branch. Discussion ---------- use the clock mock for progress indicator tests | Q | A | ------------- | --- | Branch? | 3.0 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #15617 (comment) | License | MIT | Doc PR | Commits ------- dbde648 use the clock mock for progress indicator tests
Happy to close this one eventually :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Let's link travis/appveyor failures to this issue, and fix tests volatility.
The text was updated successfully, but these errors were encountered: