> -----Original Message----- > From: rsch...@apache.org [mailto:rsch...@apache.org] > Sent: donderdag 1 januari 2015 16:27 > To: comm...@subversion.apache.org > Subject: svn commit: r1648853 - in > /subversion/trunk/subversion/bindings/swig/perl/native: Client.pm Repos.pm > t/1repos.t t/3client.t > > Author: rschupp > Date: Thu Jan 1 15:27:22 2015 > New Revision: 1648853 > > URL: http://svn.apache.org/r1648853 > Log: > Perl bindings: document cancel callbacks and add some tests. > > [in subversion/bindings/swig/perl/native] > > * Client.pm: Move POD paragraphs about cancel calbacks into their own > chapter so that we can refer to them from other PODs. > Also fix the cancel arguments in an example. > > * Repos.pm: Document cancel callbacks for dump_fs() and dump_fs2(). > > * t/1repos.t, t/3client.t: Add some tests for cancel callbacks.
This test fails on many buildbots with: # Failed test 'operation was cancelled' # at t\3client.t line 1146. # got: 'traced call' # expected: 'stop the presses' # cleanup # Looks like you failed 1 test of 301. (From: http://ci.apache.org/builders/svn-windows-ra/builds/833/steps/Test%20Bindings/logs/stdio , see http://subversion.apache.org/buildbot/prod ) It looks like this test needs a bit of fixup before it supports running the tests in debug mode. In most cases it is easier to test for the error code than for the text. (The error text of our API calls is localized) Bert