Skip Menu |

This queue is for tickets about the WWW-Mechanize-Chrome CPAN distribution.

Report information
The Basics
Id: 130661
Status: resolved
Priority: 0/
Queue: WWW-Mechanize-Chrome

People
Owner: Nobody in particular
Requestors: twata_1 [...] yahoo.co.jp
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.37
Fixed in: (no value)



Subject: t/03-listener-leak-test.t and t/60-mech-cookies.t seem to fail on Windows 10
Hello, It seemts to me that t/03-listener-leak-test.t and t/60-mech-cookies.t fail. Please see the attached file. [Environment] Windows 10 32bit Strawberry Perl 5.28.0 Google Chrome 77.0.3865.90 P.S. I was able to install successfully WWW::Mechanize::Chrome 0.37 on Windows 7 (32bit) under Strawberry Perl 5.26.1. Thank you, -- twata
Subject: build-0.37.log
Download build-0.37.log
application/octet-stream 16.6k

Message body not shown because it is not plain text.

Under WWW::Mechanize::Chrome 0.38, It seems to me that only t/60-mech-cookies.t fails. Thank you, -- twata On 2019-10月-06 日 08:58:41, twata_1@yahoo.co.jp wrote: Show quoted text
> Hello, > > It seemts to me that t/03-listener-leak-test.t and t/60-mech-cookies.t > fail. > Please see the attached file. > > [Environment] > Windows 10 32bit > Strawberry Perl 5.28.0 > Google Chrome 77.0.3865.90 > > P.S. I was able to install successfully WWW::Mechanize::Chrome 0.37 on > Windows 7 (32bit) under Strawberry Perl 5.26.1. > > Thank you, > -- > twata
Subject: build-0.38.log
Download build-0.38.log
application/octet-stream 16k

Message body not shown because it is not plain text.

Subject: Re: [rt.cpan.org #130661] t/03-listener-leak-test.t and t/60-mech-cookies.t seem to fail on Windows 10
Date: Sat, 2 Nov 2019 10:09:08 +0100
To: bug-WWW-Mechanize-Chrome [...] rt.cpan.org
From: Max Maischein <corion [...] corion.net>
Hello twata, I think this is a problem with the IPC. The two tests from the test file seem to pass, but then the program exits with -1. Can you run the test in isolation? Maybe there we see some explanation or something that helps getting closer to the problem: set TEST_LOG_LEVEL=debug perl -Ilib -w t/60-mech-cookies.t Thank you very much for testing this, -max On 02.11.19 09:41, twata_1@yahoo.co.jp via RT wrote: Show quoted text
> Queue: WWW-Mechanize-Chrome > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=130661 > > > Under WWW::Mechanize::Chrome 0.38, It seems to me that only t/60-mech-cookies.t fails. > > Thank you, > -- > twata > > > On 2019-10月-06 日 08:58:41, twata_1@yahoo.co.jp wrote:
>> Hello, >> >> It seemts to me that t/03-listener-leak-test.t and t/60-mech-cookies.t >> fail. >> Please see the attached file. >> >> [Environment] >> Windows 10 32bit >> Strawberry Perl 5.28.0 >> Google Chrome 77.0.3865.90 >> >> P.S. I was able to install successfully WWW::Mechanize::Chrome 0.37 on >> Windows 7 (32bit) under Strawberry Perl 5.26.1. >> >> Thank you, >> -- >> twata
> > >
Hello, Thank you for your reply! Please see the attached file for the test execution results. Thank you, -- twata On 2019-11月-02 土 05:36:13, corion@corion.net wrote: Show quoted text
> Hello twata, > > I think this is a problem with the IPC. The two tests from the test > file > seem to pass, but then the program exits with -1. > > Can you run the test in isolation? Maybe there we see some explanation > or something that helps getting closer to the problem: > > set TEST_LOG_LEVEL=debug > perl -Ilib -w t/60-mech-cookies.t > > Thank you very much for testing this, > -max > > On 02.11.19 09:41, twata_1@yahoo.co.jp via RT wrote:
> > Queue: WWW-Mechanize-Chrome > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=130661 > > > > > Under WWW::Mechanize::Chrome 0.38, It seems to me that only t/60- > > mech-cookies.t fails. > > > > Thank you, > > -- > > twata > > > > > > On 2019-10月-06 日 08:58:41, twata_1@yahoo.co.jp wrote:
> >> Hello, > >> > >> It seemts to me that t/03-listener-leak-test.t and t/60-mech- > >> cookies.t > >> fail. > >> Please see the attached file. > >> > >> [Environment] > >> Windows 10 32bit > >> Strawberry Perl 5.28.0 > >> Google Chrome 77.0.3865.90 > >> > >> P.S. I was able to install successfully WWW::Mechanize::Chrome 0.37 > >> on > >> Windows 7 (32bit) under Strawberry Perl 5.26.1. > >> > >> Thank you, > >> -- > >> twata
> > > > > >
Subject: work-log191103.txt

Message body is not shown because it is too large.

Show quoted text
> Please see the attached file for the test execution results.
Thank you for the test file! Indeed, it is a problem with Test::HTTP::LocalServer (also maintained by me), not with WWW::Mechanize::Chrome. I'll look into releasing a fixed version of Test::HTTP::LocalServer that will clear out the child process status. You can ignore this failure as it is not a failure in W:M:C. Thank you again for looking into this! -max
Hello, Thank you for your reply! I understand that it is a problem with Test::HTTP::LocalServer. Anyway, I am going to fource install WWW::Mechanize::Chrome version 0.38 on Windows 10. I will try to install its version 0.38 again if the next version of Test::HTTP::LocalServer is released. (I will update the latest version if my IO::Async issue resolved (similar to: https://rt.cpan.org/Public/Bug/Display.html?id=129894#txn-1870751)). Thank you, -- twata On 2019-12月-26 木 06:10:42, CORION wrote: Show quoted text
> > Please see the attached file for the test execution results.
> Thank you for the test file! > > Indeed, it is a problem with Test::HTTP::LocalServer (also maintained > by me), not with WWW::Mechanize::Chrome. I'll look into releasing a > fixed version of Test::HTTP::LocalServer that will clear out the child > process status. > > You can ignore this failure as it is not a failure in W:M:C. > > Thank you again for looking into this! > -max
Thank you for your help! I can install WWW::Mechanize::Chrome version 0.38 with Test::HTTP::LocalServer 0.70 on Windows 10! Thank you, -- twata On 2019-12月-26 木 06:10:42, CORION wrote: Show quoted text
> > Please see the attached file for the test execution results.
> Thank you for the test file! > > Indeed, it is a problem with Test::HTTP::LocalServer (also maintained > by me), not with WWW::Mechanize::Chrome. I'll look into releasing a > fixed version of Test::HTTP::LocalServer that will clear out the child > process status. > > You can ignore this failure as it is not a failure in W:M:C. > > Thank you again for looking into this! > -max
Subject: build-0.38-with-Test-HTTP-LocalServer-0.70.log

Message body not shown because it is not plain text.