I was debugging a fail when I realized how slooowwwww the standard profile is for tests. Let's not use it when we don't absolutely have to.

Comments

tim.plunkett’s picture

Status: Active » Needs review
StatusFileSize
new1.6 KB

This goes from 3.5 minutes to 40 seconds for me.

dawehner’s picture

StatusFileSize
new1.71 KB

Let's do it.

dawehner’s picture

berdir’s picture

berdir’s picture

Status: Needs review » Needs work
+++ b/core/modules/comment/lib/Drupal/comment/Tests/CommentPreviewTest.phpundefined
@@ -32,6 +32,35 @@ public static function getInfo() {
   /**
+   * {@inheritdoc}
+   */
+  function setUp() {

setUp() methods don't have docblocks according to our current standards.

Stupid nitpick, I know, but I'm happy to RTBC after that :)

berdir’s picture

Issue tags: +Novice, +Needs reroll

Tagging as novice. trivial re-roll.

giammi’s picture

Status: Needs work » Needs review
StatusFileSize
new481 bytes
new1.65 KB

trying...

Status: Needs review » Needs work

The last submitted patch, comment_preview_testing-2009632-7.patch, failed testing.

berdir’s picture

Status: Needs work » Reviewed & tested by the community
Issue tags: -Novice, -Needs reroll

Was a testbot problem that got re-tested on qa.d.o, test is green and good to Go. Happy for everything that makes tests a tiny bit faster :)

webchick’s picture

Status: Reviewed & tested by the community » Fixed

Yay, faster tests!

Committed and pushed to 8.x. Thanks!

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