This works correctly:

$ run-tests.sh --dburl mysql://drupal:drupal@localhost/drupal

This does not:

$ run-tests.sh --dburl mysql://drupal:drupal@localhost:33060/drupal

Thanks to @moshe weitzman for discovering the bug.

CommentFileSizeAuthor
test.dburl-port.0.patch490 bytessun

Comments

moshe weitzman’s picture

Status: Needs review » Reviewed & tested by the community

Verified that this fIxed the bug.

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed 86da882 and pushed to 8.0.x. Thanks!

  • alexpott committed 86da882 on 8.0.x
    Issue #2332071 by sun: Fixed Custom port in run-tests.sh --dburl is not...

Status: Fixed » Closed (fixed)

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