Skip Menu |

This queue is for tickets about the App-SpreadRevolutionaryDate CPAN distribution.

Report information
The Basics
Id: 131391
Status: resolved
Priority: 0/
Queue: App-SpreadRevolutionaryDate

People
Owner: GIBUS [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.27
Fixed in: 0.28



Subject: 599 Internal Exception
t/objects.t started to fail: ... # Failed test 'Mastodon no connection with fake credentials' # at t/objects.t line 35. # 'Could not complete request: 599 Internal Exception at /home/cpansand/.cpan/build/2020010715/Mastodon-Client-0.016-0/blib/lib/Mastodon/Role/UserAgent.pm line 147, <DATA> line 52. # at /home/cpansand/.cpan/build/2020010715/Mastodon-Client-0.016-0/blib/lib/Mastodon/Role/UserAgent.pm line 173. # ' # doesn't match '(?^:^Could not complete request: 500 Can't connect to Instance)' # Looks like you failed 1 test of 9. t/objects.t ....... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/9 subtests ... See also http://fast-matrix.cpantesters.org/?dist=App-SpreadRevolutionaryDate;reports=1#sl=7,1
Le Mar 07 Jan 2020 22:39:10, SREZIC a écrit : Show quoted text
> t/objects.t started to fail: > > ... > # Failed test 'Mastodon no connection with fake credentials' > # at t/objects.t line 35. > # 'Could not complete request: 599 Internal > Exception at /home/cpansand/.cpan/build/2020010715/Mastodon-Client- > 0.016-0/blib/lib/Mastodon/Role/UserAgent.pm line 147, <DATA> line 52. > # at /home/cpansand/.cpan/build/2020010715/Mastodon-Client-0.016- > 0/blib/lib/Mastodon/Role/UserAgent.pm line 173. > # ' > # doesn't match '(?^:^Could not complete request: 500 Can't > connect to Instance)' > # Looks like you failed 1 test of 9. > t/objects.t ....... > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/9 subtests > ... > > See also http://fast-matrix.cpantesters.org/?dist=App- > SpreadRevolutionaryDate;reports=1#sl=7,1
Thanks for the report. It seems that Mastodon::Client 0.016 returns a different error message than in previous versions. So it just the test file that needs to recognize this new error message. I'll fixed this test file and upload a new release asap…
Le Mar 07 Jan 2020 23:14:46, GIBUS a écrit : Show quoted text
> Le Mar 07 Jan 2020 22:39:10, SREZIC a écrit :
> > t/objects.t started to fail: > > > > ... > > # Failed test 'Mastodon no connection with fake credentials' > > # at t/objects.t line 35. > > # 'Could not complete request: 599 Internal > > Exception at /home/cpansand/.cpan/build/2020010715/Mastodon-Client- > > 0.016-0/blib/lib/Mastodon/Role/UserAgent.pm line 147, <DATA> line 52. > > # at /home/cpansand/.cpan/build/2020010715/Mastodon-Client-0.016- > > 0/blib/lib/Mastodon/Role/UserAgent.pm line 173. > > # ' > > # doesn't match '(?^:^Could not complete request: 500 Can't > > connect to Instance)' > > # Looks like you failed 1 test of 9. > > t/objects.t ....... > > Dubious, test returned 1 (wstat 256, 0x100) > > Failed 1/9 subtests > > ... > > > > See also http://fast-matrix.cpantesters.org/?dist=App- > > SpreadRevolutionaryDate;reports=1#sl=7,1
> > Thanks for the report. It seems that Mastodon::Client 0.016 returns a > different error message than in previous versions. So it just the test > file that needs to recognize this new error message. I'll fixed this > test file and upload a new release asap…
Should be fixed in 0.28, just uploaded to cpan. Thanks again!