A formerly (up to beta1) valid UUID, which was created by the uuid module itself, became invalid with beta2. This causes an abort of our deploy process.

# drush ev "print uuid_is_valid('c5db574d-9db8-7a34-659e-b5f967903fe1');"
0

CommentFileSizeAuthor
#3 uuid-fix-invalid-uuid-2860403-3.patch413 bytesjneubert
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jneubert created an issue. See original summary.

jneubert’s picture

Issue summary: View changes
jneubert’s picture

Seems to be caused by the change in UUID_PATTERN. Reverting that change, all works fine.