-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Always skip randomly failing OCI8 extauth tests #9524
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
Closed
Closed
Changes from 14 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
a19447f
unify tests before fix
mvorisek 323e144
use real host to prevent timeouts
mvorisek 1ed7cc9
DEBUG run 2x 20 tests
mvorisek b2246cb
DEBUG increase testing timeout
mvorisek ef6ce31
Revert "DEBUG run 2x 20 tests"
mvorisek f1544b0
use "mysql" host instead
mvorisek c131cc6
use "anything.invalid" host
mvorisek 76af0fc
Revert "DEBUG increase testing timeout"
mvorisek 77663d2
DEBUG run 2x 20 tests
mvorisek 9e74767
DEBUG increase testing timeout
mvorisek 9c2b696
DEBUG verify original issue is reproducible
mvorisek 7904827
use "mysql" host instead
mvorisek 015bdb7
use "sql1" host (MSSQL docker) everywhere
mvorisek 8af58b0
use "x.cz" host (domain must be at least 2 chars) everywhere
mvorisek 466ba80
DEBUG test only 'bcmath', 'oci8', 'pdo_oci' ext tests and 1 proc only
mvorisek e2147d4
DEBUG dump individual times, rm slow tests
mvorisek 8ca49a6
DEBUG run all tests 4x
mvorisek 4b93033
DEBUG fail + dump delay on 10+ secs
mvorisek a11bf80
use "sql1" host (MSSQL docker) everywhere
mvorisek d86f02b
anything?connect_timeout=60&transport_connect_timeout=30
mvorisek 30786fe
anything?connect_timeout=6&transport_connect_timeout=3
mvorisek 0a9dc03
Revert "DEBUG run 2x 20 tests"
mvorisek 6e2bb7e
strace extauth test
mvorisek f509e38
Revert "Revert "DEBUG run 2x 20 tests""
mvorisek a0ab112
ltrace -fS
mvorisek a5fc4e9
strace -k
mvorisek bad6503
revert all
mvorisek 474c6d7
skip the problematic extauth_xx.phpt tests
mvorisek 7f5a754
the tests are not slow
mvorisek File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,4 +30,4 @@ runs: | |
--offline \ | ||
--show-diff \ | ||
--show-slow 1000 \ | ||
--set-timeout 120 | ||
--set-timeout 1200 | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
https://github.com/php/php-src/runs/8296934151?check_suite_focus=true#step:11:3157 shows when the issue is hit, there is no OCI8 timeout or the timeout is higher than 10 minutes.
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.
based on:
https://github.com/mvorisek/php-src/runs/8302900173?check_suite_focus=true#step:15:108
https://github.com/mvorisek/php-src/runs/8302902211?check_suite_focus=true#step:10:117
(with elapsed time dump)
it seems "Test 7" - "Test 10" can take up ~200 seconds / "Test XX"