-
Notifications
You must be signed in to change notification settings - Fork 562
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
Test::Simple 1.302138 generating new warnings when testing Thread-Queue in threaded builds #16635
Comments
From @jkeenanToday I had occasion to configure Perl 5 blead with threads at commit ##### When I build a threaded Perl from tag v5.28.0 and ran these tests, I did There have been no changes to Thread-Queue in more than a year, so My hunch is that the problem comes from this commit: ##### Upgrade Test::Simple from version 1.302136 to 1.302138 ... as this commit contains these changes: ##### There were no test failures ... but it would be good to diagnose the Thank you very much. |
From @jkeenanSummary of my perl5 (revision 5 version 29 subversion 1) configuration: Characteristics of this binary (from libperl): |
From @iabynOn Mon, Jul 16, 2018 at 01:16:14PM -0700, James E Keenan (via RT) wrote:
Whether Test2 can be fixed/improved, I don't know, but all those test if ($] == 5.008) { The 'require' of Test::More is what is causing the 'too late' warning. -- |
The RT System itself - Status changed from 'new' to 'open' |
From @jkeenanOn Tue, 17 Jul 2018 11:22:20 GMT, davem wrote:
I have submitted a patch to the upstream maintainer. Thank you very much. |
From @exodistI just pushed commit df089e827cb48d64099b75e08acd5a2a7bbeb7e4 to the -Chad On Tue, Jul 17, 2018 at 12:09 PM James E Keenan via RT <
|
1 similar comment
From @exodistI just pushed commit df089e827cb48d64099b75e08acd5a2a7bbeb7e4 to the -Chad On Tue, Jul 17, 2018 at 12:09 PM James E Keenan via RT <
|
From @exodistI also just uploaded v1.302139-TRIAL to cpan. On Tue, Jul 17, 2018 at 12:38 PM Chad Granum <exodist7@gmail.com> wrote:
|
1 similar comment
From @exodistI also just uploaded v1.302139-TRIAL to cpan. On Tue, Jul 17, 2018 at 12:38 PM Chad Granum <exodist7@gmail.com> wrote:
|
From @jkeenanOn Tue, 17 Jul 2018 19:39:07 GMT, exodist7@gmail.com wrote:
Yes, it looks as if we will need some work on Test-Simple. Jerry Hedden just supplied an updated version of Thread-Queue incorporating the BEGIN blocks in test files as suggested by Dave and patched by me earlier. I applied it to blead, but as I was running 'make test_harness' I noticed these warnings in distributions *other* than Thread-Queue. ##### Thank you very much. -- |
From @exodistYesterday I uploaded a new TRIAL dist for Test-Simple that I believe fixes On Tue, Jul 17, 2018 at 7:28 PM James E Keenan via RT <
|
1 similar comment
From @exodistYesterday I uploaded a new TRIAL dist for Test-Simple that I believe fixes On Tue, Jul 17, 2018 at 7:28 PM James E Keenan via RT <
|
From @jkeenanOn Wed, 18 Jul 2018 14:52:07 GMT, exodist7@gmail.com wrote:
Please see this smoke testing branch: smoke-me/jkeenan/133382-Test-Simple-trial I could not get Porting/sync_with_cpan to work properly with the --tarball option pointing to a tarball of this TRIAL version downloaded from the network. So this branch represents a manual -- and therefore possibly faulty -- synchronization. Nonetheless, I could no longer find the string 'INIT' in the output of make test_harness. Thank you very much. |
From @jkeenanOn Wed, 18 Jul 2018 21:58:42 GMT, jkeenan wrote:
Chad subsequently released Test-Simple-1.302140 to CPAN. In a branch yesterday, I syched that into blead, built with threads and observed none of the warnings that were the subject of this ticket. I then merged the branch into blead. Smoke results look good, so I'm marking this ticket Resolved. Thank you very much. |
@jkeenan - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#133382 (status was 'resolved')
Searchable as RT133382$
The text was updated successfully, but these errors were encountered: