Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
views.module
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Jan 2015 at 20:04 UTC
Updated:
5 Feb 2015 at 12:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
pbull commentedReplace "%" with "*" to prevent randomly generated URLs from containing placeholders.
Comment #2
pbull commentedComment #3
dawehnerRandom test failures are critical.
Comment #4
alexpottThe randomness has no part of the test. We could just use a hard coded string
Comment #5
anavarreComment #6
pbull commentedThe attached patch hard-codes the paths and view arguments.
(Alternately, the randomness could be retained with URL-safe strings by using TestBase::randomMachineName() in the place of TestBase::randomString() but I don't think this is necessary.)
Comment #9
dawehnerThank you for your work on that!
Is the random string for the title a problem?
Comment #10
pbull commented@dawehner no, randomness in the titles doesn't appear to be an issue. Updated patch attached.
Comment #11
dawehnerGreat!
This looks fine for me.
Comment #12
alexpottCommitted 312aa7c and pushed to 8.0.x. Thanks!
This issue addresses a critical bug and is allowed per https://www.drupal.org/core/beta-changes.