Success

User tests: Successful: Unsuccessful:

avatar zero-24
zero-24
6 Oct 2015

If we send the message Pull reciever new commits... we should also reset the tests.

Else we end up in spamming our users on every new commit ;)

How it should work

  • we send the message "This Pull reciever ..."
  • than we loop over the testers
  • and the bot alter the test result to be not tested
  • on the next commit the bot don't find any testers (as they are resetted) and don't send the message again.

I'm not sure with

How we generate the message? zero-24 - alter_testresult - 2015-10-06 19:53:31 - test: Not tested
I'm correct in just passing the json_encode($result)?

$result = new \stdClass;
$result->user  = $tester;
$result->value = '0';
avatar zero-24 zero-24 - open - 6 Oct 2015
avatar b2z
b2z - comment - 7 Oct 2015

How we generate the message? zero-24 - alter_testresult - 2015-10-06 19:53:31 - test: Not tested
I'm correct in just passing the json_encode($result)?

Looks like correct

avatar zero-24
zero-24 - comment - 7 Oct 2015

Great. Than this is free for testing ;)

avatar zero-24 zero-24 - change - 4 Dec 2015
Status New Closed
Closed_Date 0000-00-00 00:00:00 2015-12-04 22:40:18
Closed_By zero-24
avatar zero-24 zero-24 - close - 4 Dec 2015

Add a Comment

Login with GitHub to post a comment