Overview
Request 205489 accepted
- updated to 2.01
test waitport argument by running full code-chain, not with partial mocking
The partial mocks cause stuck forks on win32 at times, causing the test to
hang. With the full code chain present the test runs reliably
[INCOMPATIBLE CHANGES]
- Change wait_port() API to take max_wait seconds, and wait exponentially.
Dropped wait_port_retry argument introduced at 1.27.
(miyagawa)
- Increase the default sleep and retry: 0.01 sec and 1000 times
(miyagawa)
- Care the `test_tcp(port => undef)` case.
https://github.com/tokuhirom/Test-TCP/issues/13
- Added wait_port_sleep and wait_port_retry option for
Test::TCP::wait_port, Test::TCP#new, test_tcp().
(tokuhirom)
- export wait_port from Net::EmptyPort
(Pavel Shaydo)
- Make default wait_port() sleeping time shorter.
0.1sec => 0.0001sec.
(tokuhirom)
- Remove unused deps from cpanfile.
- remove no longer necessary test-no-note.patch
Request History
coolo created request
- updated to 2.01
test waitport argument by running full code-chain, not with partial mocking
The partial mocks cause stuck forks on win32 at times, causing the test to
hang. With the full code chain present the test runs reliably
[INCOMPATIBLE CHANGES]
- Change wait_port() API to take max_wait seconds, and wait exponentially.
Dropped wait_port_retry argument introduced at 1.27.
(miyagawa)
- Increase the default sleep and retry: 0.01 sec and 1000 times
(miyagawa)
- Care the `test_tcp(port => undef)` case.
https://github.com/tokuhirom/Test-TCP/issues/13
- Added wait_port_sleep and wait_port_retry option for
Test::TCP::wait_port, Test::TCP#new, test_tcp().
(tokuhirom)
- export wait_port from Net::EmptyPort
(Pavel Shaydo)
- Make default wait_port() sleeping time shorter.
0.1sec => 0.0001sec.
(tokuhirom)
- Remove unused deps from cpanfile.
- remove no longer necessary test-no-note.patch
licensedigger accepted review
{"delegate": "license change"}
licensedigger added a reviewer
{"delegate": "license change"}
factory-auto added a reviewer
Please review sources
factory-auto accepted review
Check script succeeded
factory-auto added a reviewer
Please review build success
factory-repo-checker accepted review
Builds for repo pure_factory
a_jaeger accepted review
ok
babelworx accepted review
babelworx approved review
scarabeus_factory accepted request
checkin to openSUSE:Factory only