Closed (fixed)
Project:
Project Issue File Review
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Jul 2011 at 04:55 UTC
Updated:
1 Aug 2011 at 03:01 UTC
Jump to comment: Most recent file
Comments
Comment #1
jthorson commentedLooks like the following patch should address it ... changes the argument name from ['tests'] to ['simpletest.tests'] in pifr_client_review_pre_built_test($type).
Comment #2
rfayOh I dearly hope this is a duplicate of #1120228: In reconfirmation, testbots do a full test for the "fail" test, and sometimes do a "fail" response as a result. I'm betting it is! Yay!
Comment #3
rfayAnd welcome back!
Comment #4
jthorson commentedThanks ... once I have all the php warnings dealt with, local tests working properly, and manual local testing built ... I'll turn some attention to the communication between pifr_server and pifr_client.
Have you got a log for a failed reconfirmation test as per #1120228? If so, it should be pretty easy to see if this is the same issue (i.e. if $test['simpletest.tests'] is empty).
Comment #5
rfayOK. Unfortunately when one fails I generally retest it right away to keep it in service :-) But I'll take a look. Thanks so much!
Comment #6
rfayHere's a test right now that demonstrates #1120228: In reconfirmation, testbots do a full test for the "fail" test, and sometimes do a "fail" response as a result: http://qa.drupal.org/pifr/test/135319
Comment #7
jthorson commentedHmmm ... you've got debug turned off ... can't see the $test array. :(
Can you retrieve the test review.log file? It should have the $test array structure; which should confirm/deny pretty quick whether this is the same issue. (I'd look locally, but I'm not at home right now.)
Comment #8
rfayHere are the logs from the fail and the pass patch.
Are you making any progress getting access to supercell?
Comment #9
jthorson commentedHmmm ... I guess the $test array only gets written to the review log if debug is turned on? I'm sure that my testbot is including the $test input in the log for every local test execution regardless of the debug setting - but this is probably hard-coded into the function which executes the canned tests (and not in the one which handles the xml-rpc).
Haven't chased supercell yet after getting back ... spent hours banging my head against run-tests.sh instead. :)
Comment #10
rfayjthorson++
Comment #11
rfayOK - Committed #1: 02f7a4b