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.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

tim.plunkett’s picture

Status: Active » Needs review
FileSize
1.6 KB

This goes from 3.5 minutes to 40 seconds for me.

dawehner’s picture

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
FileSize
481 bytes
1.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.