[libtest-tcp-perl] annotated tag upstream/2.11 created (now 8697d05)

gregor herrmann gregoa at debian.org
Sat May 16 20:39:58 UTC 2015


This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag upstream/2.11
in repository libtest-tcp-perl.

        at  8697d05   (tag)
   tagging  de64c26f0d6370b17bcf11e4597c74e8000285e4 (commit)
  replaces  upstream/2.06
 tagged by  gregor herrmann
        on  Sat May 16 22:31:10 2015 +0200

- Log -----------------------------------------------------------------
Upstream version 2.11

Bartosz Jakubski (1):
      IO::Socket::IP is required not only on test time

Brendan Byrd (1):
      Add UDP support to Net::EmptyPort

Christian Walde (4):
      fix port checking on Win32 by performing it in another process
      added xtest to test all dependent modules
      revert b4fc237697648234c960f6714d995210d4250e42 to fix Win32 breakage
      test waitport argument by running full code-chain, not with partial mocking

Ivan Baidakou (2):
      Improve port number randomization (by taking into account $PID)
      Take care about $$ under Win32

Kazuho Oku (16):
      simplify the logic (note: port number should not be zero when calling `Test::TCP::start` since zero is not a valid, specific port number)
      support IPv6 in Net::EmptyPort
      add ipv6 support to Test::TCP
      update the tests following the change of args in `t::Server->new` (amends prev commit)
      add IO::Socket::IP to test deps
      export `can_bind` function that checks if certain host (and port) is available
      Merge pull request #34 from tokuhirom/kazuho/can-bind
      update POD reflecting the changes in #33 #34
      update .gitignore to ignore MYMETA.json
      Checking in changes prior to tagging of version 2.08.
      use `can_bind` for detecting IPv6 avialability, log the completion for gathering more info (relates to #35)
      Checking in changes prior to tagging of version 2.09.
      split the statements; since object created within a returning statements are DESTROYed afterwards
      Checking in changes prior to tagging of version 2.10.
      Merge pull request #36 from bjakubski/master
      Checking in changes prior to tagging of version 2.11.

Kenichi Ishigaki (2):
      not to plan twice
      win32 fix

Masahiro Nagano (1):
      use $? for child_error if perl <= 5.8.8

Neil Bowers (1):
      Added missing dates and made formatting more consistent

Pavel Shaydo (4):
      export wait_port from Net::EmptyPort
      add test for Net::EmptyPort
      fix max_wait calculation
      fix uninitialized warning if max_wait is not specified

Petr Písař (1):
      Wait infinitely if max_wait is negative

Tatsuhiko Miyagawa (4):
      Merge pull request #9 from wchristian/win32_fix
      Add doc for Test::TCP::CheckPort
      Increase the default sleep and retry: 0.01 sec and 1000 times
      Change wait_port() API to take max_wait seconds, and wait exponentially starting with 0.001

Thomas Klausner (4):
      copied empty_port and check_port into a new lib Net::EmptyPort
      removed empty_port and _check_port from Test::TCP, load it from new Net::EmptyPort
      adapted Test::TCP::CheckPort
      use Net::EmptyPort in Win check

Tokuhiro Matsuno (104):
      use Exporter instead of Sub::Exporter
      depend to Test::SharedFork.
      added .gitignore file for me
      Checking in changes prior to tagging of version 0.03.  Changelog diff is:
      added test case for working with Test::SharedFork
      Checking in changes prior to tagging of version 0.04.  Changelog diff is:
      - rewrite some docs
      Checking in changes prior to tagging of version 0.05.  Changelog diff is:
      Merge commit 'k/master'
      push to github, automatically
      remove deps for Params::Validate
      Checking in changes prior to tagging of version 0.06.  Changelog diff is:
      diag when get a SIGABRT
      added stoplist
      0.08
      don't leak control from server, when caught a SIGTERM
      Checking in changes prior to tagging of version 0.09.  Changelog diff is:
      refactor the test
      refactoring
      kill child when dead.
      please display the signal name when get a SIGPIPE
      Checking in changes prior to tagging of version 0.10.  Changelog diff is:
      oops.
      Checking in changes prior to tagging of version 0.11.  Changelog diff is:
      Merge branch 'master' of github.com:tokuhirom/test-tcp
      Checking in changes prior to tagging of version 0.12.  Changelog diff is:
      handle SIGINT
      remove trash
      added nested test case.
      remove trash
      handle SIGPIPE, too
      Merge branch 'master' of git at github.com:tokuhirom/test-tcp
      oops
      this test doesn't works on solaris... skip it!
      Checking in changes prior to tagging of version 0.13.  Changelog diff is:
      fucking bug
      Merge branch 'master' of git at github.com:tokuhirom/test-tcp
      oops
      resolved issue
      this test is no longer needed
      we need latest Test::SharedFork
      Merge branch 'master' of github.com:tokuhirom/test-tcp
      added placeholder, M::I's plugin structure is broken.
      added debugging comment
      oops
      tweaks for hell
      tweaks for hell
      more tweaks for win32
      more tweaks for win32
      added stopwords
      depend to 0.08
      Checking in changes prior to tagging of version 0.14.  Changelog diff is:
      depend to latest Test::SharedFork. But its not a critical version.
      Merge branch 'master' of github.com:tokuhirom/test-tcp
      fixed issue in win32. charsbar++
      Checking in changes prior to tagging of version 0.15.  Changelog diff is:
      support prove -j!
      cast port number to integer.This is required.
      Trying to connect the port before bind(2).
      use rand() for fixing race condition issue.
      Checking in changes prior to tagging of version 1.02_02.
      docs
      added OO-ish interface for Test::TCP!
      s/::OO//; suggested by miyagawa++
      added Test::TCP->stop method
      comment, and better test case
      logging if child process callback returns control.
      doc enhancements
      Merge branch 'master' of github.com:tokuhirom/test-tcp
      do not index MYMETA.yml
      change port number range from 10000 .. 11000 to 50000 .. 60000 to
      do not use auto_include
      comment.
      RT#67292: Tests are blocking in Windows 7. With a prposed patch.
      more comment
      Checking in changes prior to tagging of version 1.13.
      Checking in changes prior to tagging of version 1.13.
      depend to latest Test::SharedFork for better supporting TB2
      Better AIX support by w.phillip.moore.
      Checking in changes prior to tagging of version 1.14.
      Merge pull request #2 from kazeburo/master
      Checking in changes prior to tagging of version 1.15.
      Merge pull request #5 from wchristian/win32_fix_2
      Merge pull request #6 from wchristian/dep_test
      Merge pull request #7 from domm/master
      Merge pull request #8 from SineSwiper/topic/udp_support
      Merge pull request #10 from trinitum/export-wait_port
      Merge pull request #14 from miyagawa/wait_exponential
      Merge pull request #22 from wchristian/win32_fix
      Merge pull request #23 from basiliscos/master
      Merge pull request #24 from neilbowers/master
      Merge pull request #25 from trinitum/fix-unitialized-warning
      minil build.
      Checking in changes prior to tagging of version 2.03.
      Convert to Makefile.PL
      Checking in changes prior to tagging of version 2.03_01.
      Checking in changes prior to tagging of version 2.03_02.
      Checking in changes prior to tagging of version 2.04.
      Regenerate Makefile.PL with latest minil.
      Checking in changes prior to tagging of version 2.05.
      Checking in changes prior to tagging of version 2.06.
      Old version of Test::SharedFork is not compatible with the new Test::Builder!
      Checking in changes prior to tagging of version 2.07.
      Merge pull request #33 from tokuhirom/kazuho/ipv6

gfx (1):
      Use $! (interface to Errno.pm) for mkdir (kazuho++)

gregor herrmann (1):
      Imported Upstream version 2.11

lestrrat (1):
      allow forking in the client

mattn (1):
      escape from end-less loop.

tokuhirom (88):
      initial import
      use ip
      added test case
      modulize target code
      added test case
      Checking in changes prior to tagging of version 0.02.  Changelog diff is:
      fixed author tests
      added ReuseAddr => 1 for testing server
      Revert "support prove -j!"
      check port ASAP
      Checking in changes prior to tagging of version 0.16.  Changelog diff is:
      Checking in changes prior to tagging of version 0.16_01.  Changelog diff is:
      Checking in changes prior to tagging of version 0.16_02.  Changelog diff is:
      Checking in changes prior to tagging of version 1.00.
      removed deps for Test::Base. It is not used by test code.
      use plan() expressly. done_testing() requires recent Test::More.
      oops
      Checking in changes prior to tagging of version 1.01.
      lazy loading issue was fixed at Test::SharedFork 0.12. Depend to it.
      Checking in changes prior to tagging of version 1.02.
      use guard class for better cleanup.
      Checking in changes prior to tagging of version 1.02_01.
      Checking in changes prior to tagging of version 1.03.
      localize $@ in guard object. some versions of perl5 fails t/04_die.t
      Checking in changes prior to tagging of version 1.04.
      use fork() function directly. Test::SharedFork->fork() is deprecated.
      save $@
      Checking in changes prior to tagging of version 1.05.
      Checking in changes prior to tagging of version 1.06.
      Checking in changes prior to tagging of version 1.07.
      Checking in changes prior to tagging of version 1.07_01.
      added stopwords
      Checking in changes prior to tagging of version 1.08.
      updated documentation
      Checking in changes prior to tagging of version 1.09.
      Checking in changes prior to tagging of version 1.10.
      localize $@ in DESTROY. https://rt.cpan.org/Ticket/Display.html?id=64076
      Checking in changes prior to tagging of version 1.11.
      fixed possibility of zombine process
      depend to Test::More 0.98.
      diag the test-more version
      workaround for ActivePerl test fails.
      Checking in changes prior to tagging of version 1.12.
      do not use $? on AIX platform
      Checking in changes prior to tagging of version 1.16.
      Checking in changes prior to tagging of version 1.17.
      Added more documentation for Test-TCP
      Checking in changes prior to tagging of version 1.18.
      Merge branch 'master' of github.com:tokuhirom/test-tcp
      fixed pod
      Checking in changes prior to tagging of version 1.19.
      Checking in changes prior to tagging of version 1.20.
      move 'wait_port' method to Net::EmptyPort.
      added .travis.yml
      Checking in changes prior to tagging of version 1.21.
      Merge branch 'master' of github.com:tokuhirom/test-tcp
      minil-ized
      Checking in changes prior to tagging of version 1.22.
      Checking in changes prior to tagging of version 1.23.
      Checking in changes prior to tagging of version 1.24.
      More verbose debugging information
      comment.
      More verbose output
      This test case does not works on @typester's And i can't explain the
      no Module::Build::Tiny. It does not works well.
      Checking in changes prior to tagging of version 1.25.
      Remove unused deps.
      Checking in changes prior to tagging of version 1.26.
      stopwords
      Better perlcritic profile.
      0.1 is too long sleep to me. make it shorter.
      minil migrate
      Checking in changes prior to tagging of version 1.27.
      I can't wait to testing all modules depended on test-tcp.
      minil build
      Added wait_port_sleep and wait_port_retry option for
      Checking in changes prior to tagging of version 1.28.
      Care the `test_tcp(port => undef)`. Closed #13
      Checking in changes prior to tagging of version 1.29.
      no Test::DependentModules; use cpanm;
      updated .gitignore
      Checking in changes prior to tagging of version 1.30.
      Backward compatibility enhancements around wait_port().
      Checking in changes prior to tagging of version 2.00.
      Checking in changes prior to tagging of version 2.01.
      Fixed error handling routine around fork(2).
      Checking in changes prior to tagging of version 2.02.
      More diag message.

yappo (2):
      i need Sub::Exporter
      PODに外部プログラムのサーバのテスト例を追加

奥 一穂 (1):
      pass port no

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-tcp-perl.git



More information about the Pkg-perl-cvs-commits mailing list