[libtest-tcp-perl] branch master updated (4049241 -> 809b399)

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


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

gregoa pushed a change to branch master
in repository libtest-tcp-perl.

      from  4049241   update changelog
       new  1a8883a   Add debian/upstream/metadata
       new  36e7dc5   Update debian/changelog
      adds  b11ba61   initial import
      adds  73c5a89   use ip
      adds  6dd41b4   added test case
      adds  a93a954   modulize target code
      adds  77634bc   added test case
      adds  4fbcfc6   i need Sub::Exporter
      adds  61d7253   Checking in changes prior to tagging of version 0.02.  Changelog diff is:
      adds  5720a76   escape from end-less loop.
      adds  9cdb69c   PODに外部プログラムのサーバのテスト例を追加
      adds  33e7268   use Exporter instead of Sub::Exporter
      adds  8184090   depend to Test::SharedFork.
      adds  76c4382   added .gitignore file for me
      adds  9098e6a   Checking in changes prior to tagging of version 0.03.  Changelog diff is:
      adds  f72a1af   added test case for working with Test::SharedFork
      adds  4b7b50a   Checking in changes prior to tagging of version 0.04.  Changelog diff is:
      adds  f956096   - rewrite some docs - set ReuseAddr as true
      adds  cdd601a   Checking in changes prior to tagging of version 0.05.  Changelog diff is:
      adds  597446e   pass port no
      adds  5dbd9fd   Merge commit 'k/master'
      adds  1166368   push to github, automatically
      adds  83fba63   remove deps for Params::Validate
      adds  609f595   Checking in changes prior to tagging of version 0.06.  Changelog diff is:
      adds  a099026   diag when get a SIGABRT
      adds  4476816   added stoplist
      adds  7904493   0.08
      adds  7dbb8b8   don't leak control from server, when caught a SIGTERM
      adds  509b474   Checking in changes prior to tagging of version 0.09.  Changelog diff is:
      adds  19e0a53   refactor the test
      adds  a6199f0   refactoring
      adds  569679a   kill child when dead.
      adds  6940d04   please display the signal name when get a SIGPIPE
      adds  07108be   Checking in changes prior to tagging of version 0.10.  Changelog diff is:
      adds  a78f7e9   oops.
      adds  9f4dbb1   Checking in changes prior to tagging of version 0.11.  Changelog diff is:
      adds  f53d026   fixed author tests
      adds  eac0272   added ReuseAddr => 1 for testing server
      adds  5913de3   Merge branch 'master' of github.com:tokuhirom/test-tcp
      adds  22a31c8   Checking in changes prior to tagging of version 0.12.  Changelog diff is:
      adds  9bfb51e   handle SIGINT
      adds  3ba9f02   remove trash
      adds  7df962a   added nested test case.
      adds  27a3625   handle SIGPIPE, too
      adds  6939824   remove trash
      adds  8bdb792   Merge branch 'master' of git at github.com:tokuhirom/test-tcp
      adds  08dbd48   oops
      adds  bce91d6   this test doesn't works on solaris... skip it! who knows how to write test?
      adds  7ee01f4   fucking bug
      adds  8aa49e2   resolved issue
      adds  6c01eb4   Checking in changes prior to tagging of version 0.13.  Changelog diff is:
      adds  c06817f   Merge branch 'master' of git at github.com:tokuhirom/test-tcp
      adds  a35e55d   oops
      adds  0815cb0   this test is no longer needed
      adds  d64ee07   we need latest Test::SharedFork
      adds  6febb08   Merge branch 'master' of github.com:tokuhirom/test-tcp
      adds  d7c6a39   added placeholder, M::I's plugin structure is broken.
      adds  5145e4b   added debugging comment
      adds  e2e116c   oops
      adds  57a5ea7   tweaks for hell
      adds  103af25   tweaks for hell
      adds  54f8e52   more tweaks for win32
      adds  f7fb4de   more tweaks for win32
      adds  97b8eb5   added stopwords
      adds  56f5dd0   depend to 0.08
      adds  e9bcca9   Checking in changes prior to tagging of version 0.14.  Changelog diff is:
      adds  d9e4064   depend to latest Test::SharedFork. But its not a critical version. I don't release for this change.
      adds  24126cd   Merge branch 'master' of github.com:tokuhirom/test-tcp
      adds  3e21e43   fixed issue in win32. charsbar++
      adds  52f974d   Checking in changes prior to tagging of version 0.15.  Changelog diff is:
      adds  09e189a   support prove -j!
      adds  ed1311a   Use $! (interface to Errno.pm) for mkdir (kazuho++)
      adds  2560dbf   cast port number to integer.This is required.
      adds  ad9009c   Revert "support prove -j!"
      adds  d6d60c0   check port ASAP
      adds  e97e06c   Checking in changes prior to tagging of version 0.16.  Changelog diff is:
      adds  05bfca6   Checking in changes prior to tagging of version 0.16_01.  Changelog diff is:
      adds  fa617d6   Checking in changes prior to tagging of version 0.16_02.  Changelog diff is:
      adds  28a2354   Checking in changes prior to tagging of version 1.00.
      adds  01ed986   removed deps for Test::Base. It is not used by test code.
      adds  bd5bbd7   use plan() expressly. done_testing() requires recent Test::More.
      adds  19b7c2c   oops
      adds  c45f328   Checking in changes prior to tagging of version 1.01.
      adds  070e043   lazy loading issue was fixed at Test::SharedFork 0.12. Depend to it. see https://rt.cpan.org/Public/Bug/Display.html?id=60426
      adds  f5e4ca5   Checking in changes prior to tagging of version 1.02.
      adds  aa8c93e   use guard class for better cleanup.
      adds  5c0ac96   Checking in changes prior to tagging of version 1.02_01.
      adds  d8c7f99   Trying to connect the port before bind(2).
      adds  20495a5   use rand() for fixing race condition issue.
      adds  ca5827c   Checking in changes prior to tagging of version 1.02_02.
      adds  3a00753   not to plan twice
      adds  ba8c20a   win32 fix
      adds  a84605b   Checking in changes prior to tagging of version 1.03.
      adds  2ffa56c   localize $@ in guard object. some versions of perl5 fails t/04_die.t
      adds  f5fc3e2   Checking in changes prior to tagging of version 1.04.
      adds  213e2bf   use fork() function directly. Test::SharedFork->fork() is deprecated.
      adds  9f165a4   save $@
      adds  4ccb5cd   Checking in changes prior to tagging of version 1.05.
      adds  7b51425   Checking in changes prior to tagging of version 1.06.
      adds  53dc69a   allow forking in the client
      adds  2dd5ca7   Checking in changes prior to tagging of version 1.07.
      adds  b9dbcb2   docs
      adds  25d46f5   added OO-ish interface for Test::TCP!
      adds  fcd3b36   s/::OO//; suggested by miyagawa++
      adds  c6f82a7   Checking in changes prior to tagging of version 1.07_01.
      adds  03fafda   added stopwords
      adds  653fcd8   Checking in changes prior to tagging of version 1.08.
      adds  b5abb17   updated documentation
      adds  0ed8c5d   Checking in changes prior to tagging of version 1.09.
      adds  862bf1c   added Test::TCP->stop method
      adds  7063240   Checking in changes prior to tagging of version 1.10.
      adds  f69ef78   localize $@ in DESTROY. https://rt.cpan.org/Ticket/Display.html?id=64076
      adds  8a66553   Checking in changes prior to tagging of version 1.11.
      adds  d3b7562   comment, and better test case
      adds  e5f17b8   logging if child process callback returns control.
      adds  28a7fe7   doc enhancements
      adds  9ae57f3   fixed possibility of zombine process
      adds  2511bca   Merge branch 'master' of github.com:tokuhirom/test-tcp
      adds  e96233c   depend to Test::More 0.98.
      adds  c834e99   diag the test-more version
      adds  31ccbec   workaround for ActivePerl test fails. http://ppm4.activestate.com/MSWin32-x86/5.12/1200/T/TO/TOKUHIROM/Test-TCP-1.11.d/log-20101221T221845.txt
      adds  ba69138   Checking in changes prior to tagging of version 1.12.
      adds  429dddb   do not index MYMETA.yml
      adds  59264f8   change port number range from 10000 .. 11000 to 50000 .. 60000 to respect IANA.
      adds  b001c8a   do not use auto_include
      adds  6d99fca   comment.
      adds  a178af0   RT#67292: Tests are blocking in Windows 7. With a prposed patch. https://rt.cpan.org/Ticket/Display.html?id=67292
      adds  93d41d7   more comment
      adds  d11f58f   Checking in changes prior to tagging of version 1.13.
      adds  d9316eb   Checking in changes prior to tagging of version 1.13.
      adds  e3681b6   depend to latest Test::SharedFork for better supporting TB2
      adds  e2aa983   Better AIX support by w.phillip.moore. https://rt.cpan.org/Public/Bug/Display.html?id=72779
      adds  5fb261b   Checking in changes prior to tagging of version 1.14.
      adds  b512c13   use $? for child_error if perl <= 5.8.8
      adds  8d2700a   Merge pull request #2 from kazeburo/master
      adds  54957cf   Checking in changes prior to tagging of version 1.15.
      adds  2ab5260   do not use $? on AIX platform
      adds  04f571e   Checking in changes prior to tagging of version 1.16.
      adds  0f4510d   fix port checking on Win32 by performing it in another process
      adds  943a8e5   Merge pull request #5 from wchristian/win32_fix_2
      adds  d3c15d6   Checking in changes prior to tagging of version 1.17.
      adds  52b939b   added xtest to test all dependent modules
      adds  291e260   Merge pull request #6 from wchristian/dep_test
      adds  422e0de   Added more documentation for Test-TCP
      adds  5f9e43a   Checking in changes prior to tagging of version 1.18.
      adds  d0f72a9   copied empty_port and check_port into a new lib Net::EmptyPort
      adds  4263801   removed empty_port and _check_port from Test::TCP, load it from new Net::EmptyPort
      adds  e6a3168   adapted Test::TCP::CheckPort
      adds  b4fc237   use Net::EmptyPort in Win check
      adds  85d4dee   Merge pull request #7 from domm/master
      adds  6d56bac   Merge branch 'master' of github.com:tokuhirom/test-tcp
      adds  eba17ee   fixed pod
      adds  d18f92b   Checking in changes prior to tagging of version 1.19.
      adds  65f754f   Checking in changes prior to tagging of version 1.20.
      adds  4956cd5   move 'wait_port' method to Net::EmptyPort.
      adds  efcdf44   added .travis.yml
      adds  a5939a7   Checking in changes prior to tagging of version 1.21.
      adds  fb9b30a   Add UDP support to Net::EmptyPort
      adds  8972845   Merge pull request #8 from SineSwiper/topic/udp_support
      adds  0c92a8b   revert b4fc237697648234c960f6714d995210d4250e42 to fix Win32 breakage
      adds  832e24a   Merge pull request #9 from wchristian/win32_fix
      adds  327b653   Add doc for Test::TCP::CheckPort
      adds  3586a41   Merge branch 'master' of github.com:tokuhirom/test-tcp
      adds  da99378   minil-ized
      adds  efff73e   Checking in changes prior to tagging of version 1.22.
      adds  087f5cf   Checking in changes prior to tagging of version 1.23.
      adds  15ca4dd   Checking in changes prior to tagging of version 1.24.
      adds  1e68aa5   More verbose debugging information
      adds  aede4a6   comment.
      adds  9a80c76   More verbose output
      adds  87ae6ca   This test case does not works on @typester's And i can't explain the issue. Then, move to xt/.
      adds  d6dd5f1   no Module::Build::Tiny. It does not works well.
      adds  508f1a3   Checking in changes prior to tagging of version 1.25.
      adds  5312479   Remove unused deps.
      adds  ff0b2ca   Checking in changes prior to tagging of version 1.26.
      adds  c397671   export wait_port from Net::EmptyPort
      adds  480bd97   add test for Net::EmptyPort
      adds  90ae68b   Merge pull request #10 from trinitum/export-wait_port
      adds  7d31866   stopwords
      adds  db0cb56   Better perlcritic profile.
      adds  2f5cdd4   0.1 is too long sleep to me. make it shorter.
      adds  7b38de7   minil migrate
      adds  a4c9c95   Checking in changes prior to tagging of version 1.27.
      adds  4d183bf   I can't wait to testing all modules depended on test-tcp.
      adds  ab5f46f   minil build
      adds  348240f   Added wait_port_sleep and wait_port_retry option for Test::TCP::wait_port, Test::TCP#new, test_tcp().
      adds  557a33c   Checking in changes prior to tagging of version 1.28.
      adds  257b82b   Care the `test_tcp(port => undef)`. Closed #13 https://github.com/tokuhirom/Test-TCP/issues/13
      adds  9b3e929   Checking in changes prior to tagging of version 1.29.
      adds  6c7cf07   no Test::DependentModules; use cpanm;
      adds  0e6d645   Increase the default sleep and retry: 0.01 sec and 1000 times
      adds  53e02e3   updated .gitignore
      adds  20cff0c   Checking in changes prior to tagging of version 1.30.
      adds  af670ea   Change wait_port() API to take max_wait seconds, and wait exponentially starting with 0.001
      adds  bb7f0d4   Merge pull request #14 from miyagawa/wait_exponential
      adds  3f6a851   Backward compatibility enhancements around wait_port().
      adds  d870a63   Checking in changes prior to tagging of version 2.00.
      adds  95cd6a0   test waitport argument by running full code-chain, not with partial mocking
      adds  d598bff   Merge pull request #22 from wchristian/win32_fix
      adds  cc85c59   Checking in changes prior to tagging of version 2.01.
      adds  b8ab454   Fixed error handling routine around fork(2).
      adds  68bae61   Checking in changes prior to tagging of version 2.02.
      adds  a01bb16   Improve port number randomization (by taking into account $PID)
      adds  0563ef4   Take care about $$ under Win32
      adds  1df5b4d   Merge pull request #23 from basiliscos/master
      adds  05848e0   More diag message.
      adds  2221c17   Added missing dates and made formatting more consistent
      adds  80ea1ed   Merge pull request #24 from neilbowers/master
      adds  9359624   fix max_wait calculation
      adds  13cc76b   fix uninitialized warning if max_wait is not specified
      adds  5198e3b   Merge pull request #25 from trinitum/fix-unitialized-warning
      adds  99e68f3   minil build.
      adds  8392eda   Checking in changes prior to tagging of version 2.03.
      adds  351942a   Convert to Makefile.PL
      adds  1c2feab   Checking in changes prior to tagging of version 2.03_01.
      adds  a1f9102   Checking in changes prior to tagging of version 2.03_02.
      adds  f3717db   Checking in changes prior to tagging of version 2.04.
      adds  a98a95a   Regenerate Makefile.PL with latest minil. It fills NAME, DISNAME, and version.
      adds  0604f3f   Checking in changes prior to tagging of version 2.05.
      adds  8259d5e   Wait infinitely if max_wait is negative
      adds  e9b1791   Checking in changes prior to tagging of version 2.06.
      adds  43f56cf   Old version of Test::SharedFork is not compatible with the new Test::Builder! Close #32
      adds  a858127   Checking in changes prior to tagging of version 2.07.
      adds  a39a6f1   simplify the logic (note: port number should not be zero when calling `Test::TCP::start` since zero is not a valid, specific port number)
      adds  c0b7805   support IPv6 in Net::EmptyPort
      adds  ca567b1   add ipv6 support to Test::TCP
      adds  e1a969b   update the tests following the change of args in `t::Server->new` (amends prev commit)
      adds  69001a9   add IO::Socket::IP to test deps
      adds  f2fc167   Merge pull request #33 from tokuhirom/kazuho/ipv6
      adds  c4ffade   export `can_bind` function that checks if certain host (and port) is available
      adds  35a6e73   Merge pull request #34 from tokuhirom/kazuho/can-bind
      adds  88dfc16   update POD reflecting the changes in #33 #34
      adds  efd933b   update .gitignore to ignore MYMETA.json
      adds  d976978   Checking in changes prior to tagging of version 2.08.
      adds  106c882   use `can_bind` for detecting IPv6 avialability, log the completion for gathering more info (relates to #35)
      adds  fba9568   Checking in changes prior to tagging of version 2.09.
      adds  be316f1   split the statements; since object created within a returning statements are DESTROYed afterwards
      adds  3477929   Checking in changes prior to tagging of version 2.10.
      adds  51f1eae   IO::Socket::IP is required not only on test time
      adds  65cd951   Merge pull request #36 from bjakubski/master
      adds  d426492   Checking in changes prior to tagging of version 2.11.
      adds  de64c26   Imported Upstream version 2.11
       new  8fefba2   Merge tag 'upstream/2.11'
       new  da39762   Update debian/changelog
       new  8637d96   Update years of packaging copyright.
       new  d8352e3   Update build and runtime dependencies.
       new  848749e   Declare compliance with Debian Policy 3.9.6.
       new  b96ea4f   Mark package as autopkgtest-able.
       new  01ff13d   Add a patch to fix a spelling mistake in the POD.
       new  809b399   releasing package libtest-tcp-perl version 2.11-1

The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                       |  20 +++++
 META.json                     |  13 +--
 META.yml                      |  11 ++-
 Makefile.PL                   |   6 +-
 README.md                     |  35 ++++++++
 cpanfile                      |   3 +-
 debian/changelog              |  14 +++-
 debian/control                |  11 ++-
 debian/copyright              |   2 +-
 debian/patches/series         |   1 +
 debian/patches/spelling.patch |  29 +++++++
 debian/upstream/metadata      |   7 ++
 lib/Net/EmptyPort.pm          | 180 ++++++++++++++++++++++++++++++------------
 lib/Test/TCP.pm               |  61 +++++++++++---
 t/01_simple.t                 |  81 +++++++++++--------
 t/02_abrt.t                   |   2 +-
 t/03_return_when_sigterm.t    |   2 +-
 t/04_die.t                    |   2 +-
 t/06_nest.t                   |   4 +-
 t/08_exit.t                   |   2 +-
 t/09_fork.t                   |   2 +-
 t/10_oo.t                     |   2 +-
 t/11_net_empty_port.t         |  39 ++++++---
 t/12_pass_wait_port_options.t |  12 +--
 t/13_undef_port.t             |   2 +-
 t/Server.pm                   |  13 +--
 26 files changed, 412 insertions(+), 144 deletions(-)
 create mode 100644 debian/patches/series
 create mode 100644 debian/patches/spelling.patch
 create mode 100644 debian/upstream/metadata

-- 
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