Every 10 minutes Magpie scrapes the *log.txt *from CPAN Testers:
https://metabase.cpantesters.org/tail/log.txt
That file is usually about 5ish minutes behind when the reports actually
hit that server. I would assume *worst case *scenario tests should hit
Magpie 15 to 20 minutes after they post to the metabase on CPT proper.
All of that long winded answer is really pointless though, because the
reason the tests you were looking for weren't showing up was a bug. The
filter included a space: "v5.42.0 rc1" which we weren't handling
correctly. This is fixed, and now you should see the tests you need.
https://matrix.perl-magpie.org/dist/Dist-Zilla/6.033/v5.42.0%20rc1;Linux/
-- Scottchiefbaker
On 6/25/2025 4:32 PM, James E Keenan wrote:
On 6/6/25 13:44, Scott Baker wrote:
> CPAN Tester People:
>
Can you give an estimate of the time lapse between the uploading of a
report to the metabase and the time it appears in this interface?
For example, after perl-5.42.0-RC1 was released this morning, I
installed it on both Linux and FreeBSD and then installed 500+ CPAN
modules against each build with CPAN reporting activated. Let's take
Dist-Zilla as an example. If I go to:
http://fast-matrix.cpantesters.org/?dist=Dist-Zilla;perl=5.42.0;reports=1#sl=7,1
... I see that my Linux report is timestamped 12:12 UTC
(http://www.cpantesters.org/cpan/report/b0518478-51bd-11f0-8af0-96e3dfa9188d)
and my FreeBSD report is timestamped 13:49 UTC
(http://www.cpantesters.org/cpan/report/333998e6-51cb-11f0-b763-bc5be190b552).
However, if I go here:
https://matrix.perl-magpie.org/dist/Dist-Zilla/6.033/v5.42.0%20rc1/
... I don't see any reports for 5.42-RC1 at all.
I realize that you're still in a pre-beta stage of development, so I'm
not surprised at this. Can you elaborate?
Thank you very much.
Jim Keenan