For example, https://qa.drupal.org/pifr/test/588203:

Message Group Filename Line Function Status
HTTP response expected 204, actual 400 Browser NodeTest.php 70 Drupal\rest\Tests\NodeTest->testNodes()
Value 'a#^>Rn;g' is equal to value '?j6s;"{y'. Other NodeTest.php 74 Drupal\rest\Tests\NodeTest->testNodes()
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

olli’s picture

Status: Active » Needs review
FileSize
1.24 KB
Berdir’s picture

Awesome, probably deserves a higher priority.

Can you create a patch that fails consistently, by changing the random string to a string that's known to fail?

alexpott’s picture

Status: Needs review » Reviewed & tested by the community
FileSize
1.27 KB
635 bytes

Here a couple of patches that show that the fix in #1 is correct an is rtbc. The $new_title string is hard coded to 'jQ+X`T"6' in both instances. One patch has the fix form #1 and one does not.

The rtbc is for #1.

tim.plunkett’s picture

+1, not doing the serialization manually is better anyway, regardless of the fail.

Status: Reviewed & tested by the community » Needs work

The last submitted patch, drupal-2056713-3.will-pass.patch, failed testing.

alexpott’s picture

Drupal\taxonomy\Tests\VocabularyTest failed randomly.

The test did not complete due to a fatal error. Completion check VocabularyTest.php 82 Drupal\taxonomy\Tests\VocabularyTest->testTaxonomyAdminChangingWeights()

alexpott’s picture

Status: Needs work » Needs review

#3: drupal-2056713-3.will-pass.patch queued for re-testing.

alexpott’s picture

Status: Needs review » Reviewed & tested by the community

So back to rtbc

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

thanks olli, nice fix!

Committed 2c02cd8 and pushed to 8.x. Thanks!

Automatically closed -- issue fixed for 2 weeks with no activity.