Phoronix Forums  

Go Back   Phoronix Forums > Phoronix > Phoronix Test Suite

Phoronix Test Suite Discussion & collaboration on the Phoronix Test Suite software and specification.

Reply
 
Thread Tools Display Modes
  #1  
Old 05-08-2008, 10:17 PM
uncle_fungus uncle_fungus is offline
Phoronix Test Suite
 
Join Date: Apr 2008
Location: York, UK
Posts: 134
Default Universe results too large

The latest complete universe results are too large to be encapsulated in a URI.

The PTS server responds:

Quote:
414 Request-URI Too Large
The results I'm trying to upload are:
http://fire-salamander.co.uk/temp/pt...5-09-gecko.xml
http://fire-salamander.co.uk/temp/pt...-gecko-ocd.xml
http://fire-salamander.co.uk/temp/pt...5-09-q6600.xml

I also added 2 lines to report when an upload fails:
Code:
diff --git a/pts-core/pts-run-cmd.php b/pts-core/pts-run-cmd.php
index 7a945a3..1dfef0b 100644
--- a/pts-core/pts-run-cmd.php
+++ b/pts-core/pts-run-cmd.php
@@ -265,6 +265,8 @@ switch($COMMAND)

                if(!empty($upload_url))
                        echo "Results Uploaded To: " . $upload_url . "\n\n";
+               else
+                       echo "Error uploading results!\n\n";
                break;
        case "REMOVE_ALL_RESULTS":
                $remove_all = pts_bool_question("Are you sure you wish to remove all saved results (Y/n)?", true);
Edit: It should be pretty easy to use the code demoed here: http://netevil.org/blog/2006/nov/htt...p-without-curl to send the results encapsulated as POST data rather than GET data. You'd need to change the parser on PTS-Global to accept $_GET and $_POST variables though.

Last edited by uncle_fungus; 05-08-2008 at 10:28 PM. Reason: Added link
Reply With Quote
  #2  
Old 05-08-2008, 10:42 PM
Michael Michael is offline
Phoronix
 
Join Date: Jun 2006
Location: United States
Posts: 4,564
Default

A proper fix will be coming soon
Reply With Quote
  #3  
Old 05-09-2008, 02:26 PM
Michael Michael is offline
Phoronix
 
Join Date: Jun 2006
Location: United States
Posts: 4,564
Default

I switched over to using $_POST variables now, while PTS Global is backwards compatible and will continue to work with previous versions of PTS.

http://phorogit.com/index.php?p=phor...6c1ae956344854
Reply With Quote
  #4  
Old 05-09-2008, 03:14 PM
uncle_fungus uncle_fungus is offline
Phoronix Test Suite
 
Join Date: Apr 2008
Location: York, UK
Posts: 134
Default

Cheers, I can upload my universe test results now.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 02:33 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright ©2004 - 2009 by Phoronix Media.