Subject: | t/01_fetch_store.t started to fail (with newest Plack::Middleware::Debug?) |
See subject. Excerpt of test log:
...
# Failed test 'Trace'
# at t/01_fetch_store.t line 46.
# '<html><body><p>ENV:7</p><script src="/debug_toolbar/jquery.js"></script>
# <script src="/debug_toolbar/toolbar.min.js"></script>
...
# <tbody>
# <tr class="plDebugOdd">
# <td>75703: STORE</td>
# <td><pre>TEST_TRACE_ENV=7 [t/01_fetch_store.t#13]</pre></td>
# </tr>
# <tr class="plDebugEven">
# <td>75703: FETCH</td>
# <td><pre>TEST_TRACE_ENV [t/01_fetch_store.t#16]</pre></td>
# </tr>
# </tbody>
...
# doesn't match '(?^:<td>TEST_TRACE_ENV \[[^\]]+\]</td>)'
# Looks like you failed 1 test of 7.
t/01_fetch_store.t .......
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/7 subtests
Statistical analysis suggests that a change in the newest Plack::Middleware::Debug is causing the problem:
****************************************************************
Regression 'mod:Plack::Middleware::Debug'
****************************************************************
Name Theta StdErr T-stat
[0='const'] 1.0000 0.0000 51532650404206456.00
[1='eq_0.17'] -1.0000 0.0000 -29752389582923456.00
R^2= 1.000, N= 120, K= 2
****************************************************************
Probably just some formatting change in this module or so.