[Dart] Maximum submission size on Dart 0.8.5

Blezek, Daniel J (GE, Research) blezek at crd.ge.com
Thu Mar 22 08:53:54 EST 2007


Hello Julien,

  I suspect this is a filesize limit in curl, not in Dart.  Can you use
the DartClient.jar from the Dart distribution?  It is documented in the
manual:

java -jar DartClient.jar -s Server.com ProjectName File.xml

{practical:MeanShiftRegistration}1309:java -jar
/local/Dart/DartClient.jar
0 [main] INFO dart.DartClient  - Starting DartClient
usage: DartClient [options] Project <foo1.xml> <foo2.xml> ... <fooN.xml>
                  To use a proxy, specify -DproxyHost=host
-DproxyPort=8080 on the
                  commandline
 -p,--port              XML-RPC Port to connect to, 8081 is default
 -R,--refreshServer     Refresh Server resources
 -d,--date              Print the current date and exit
 -g,--getstatus         Get Server status
 -h,--help              Print help message
 -l,--sql               SQL Commands to run on server
 -q,--shutdown          Shutdown the Server
 -r,--refresh           Refresh Project resources
 -s,--server            Server to connect to, localhost is default
 -u,--username          ProjectAdministrator username
 -w,--password          ProjectAdministrator password
 -z,--schedulerstatus   Get Scheduler status 

Let us know if this doesn't work.  I would also recommend upgrading to a
more recent version!  Dart 1.0 has been out for some time.  The latest
releases can be found here:
http://na-mic.org/Wiki/index.php/Dart2Summary
-dan

-----Original Message-----
From: dart-bounces+blezek=crd.ge.com at public.kitware.com
[mailto:dart-bounces+blezek=crd.ge.com at public.kitware.com] On Behalf Of
Julien Michel
Sent: Thursday, March 22, 2007 6:28 AM
To: dart at public.kitware.com
Cc: Emmanuel Christophe; Jordi Inglada
Subject: [Dart] Maximum submission size on Dart 0.8.5

Dear Dart users,

We are using Dart 0.8.5 to monitor our tests on multiple platforms for a
few month. Thanks to dart, we are able to track down compatibility
problems as soon as they appear, and to get a synthetic view of the
state and way to go of our code. We would like to thank Dart developers
for providing such a useful tool.

Recently, we have come up with a submission problem :

On the Dashboard, for some platforms the Build part of the nightly
report is correct, but the testing part is missing and remains blank.

When trying to do a manual submission for the test part, we get a
message from curl saying it was unable to perform the submission.

This seems somehow correlated with the amount of difference images data
coming from failing tests encapsulated in the Test.xml file. Is there
any limitation to the size of the submission file ? If so, maybe there
is a workaround to prevent from this kind of loss. Of course, we could
reduce the size of our images in the tests, but testing if our code is
able to deal with huge image is part of our validation process.

Thanks a lot for your work,

Best regards,

Julien


More information about the Dart mailing list