Download & Extend

Use the Testing profile. Speed up testbot by 50%

Project:Drupal core
Version:8.x-dev
Component:simpletest.module
Category:task
Priority:normal
Assigned:Unassigned
Status:closed (fixed)
Issue tags:API clean-up, needs backport to D7, Testing system

Issue Summary

  1. The Testing profile can be used already.

    #1366232: drupalCreateUser() breaks if testing site/profile does not install Comment module was one of the main blockers.

  2. It significantly speeds up test runs.
  3. It should be used by default.
  4. Some/many tests may still need to use Standard profile. They can.

    We are not blocked on #913086: Allow modules to provide default configuration for running tests - obviously, we want all tests to run isolated and with explicitly enabled functionality, but until that is possible, it's perfectly fine to use the Standard profile. We can fix and convert those later.

  5. Other Testing system issues I'm working on will speed up the Testing profile even further.

Dependencies

Functional bugs:

  1. #1375134: Random test failure in TaxonomyTermTestCase::testNodeTermCreationAndDeletion()
  2. #1375452: Renaming a content type bundle causes notices on manage fields page (test improvements)
  3. #1373360: Fatal error if optional Block module is not enabled
  4. #1376164: Format SimpleTestFunctionalTest description according to standards
  5. #1376166: Custom logo and favicon functionality inanely tries to support absolute local file paths
  6. #1213536: Non-resettable theme_get_registry() cache causes problems for non-interactive installations
  7. #1376122: Tests are executed in incomplete environment (was: Stream wrappers not registered when calling file_unmanaged_*())
  8. #312458: HTML filter is not run first by default, despite default weight

Bugs related to usage of testing profile:

  1. #1181776: Change theme_default variable to Stark
  2. #1373634: Installation profile is not installed and not registered as module, unless identical to parent site
  3. #375397: Make Node module optional - Submitting the site information form with Testing profile yields error: "The path 'node' is either invalid or you do not have access to it."
  4. #1373312: Assign system_main block to 'content' region and help block to 'help' region by default (followup) - Submitting the block overview form with Testing profile yields error: "Region for Main page content block field is required."
  5. #1376150: Shortcut module installation fails in tests when installed later (due to menu system not saving menu links correctly)

»»» Action plan «««

  1. Fix most of the above listed dependencies.
  2. Create a patch that makes tests use the Testing profile by default, and adjusts/fixes tests accordingly.
    Only change tests if required. Goal: 0 failures. Almost done!
  3. Commit #375397: Make Node module optional

    Most tests throughout core implicitly depend on Node module. Thus, test failures will bump back to 6,000 or more. ;)

  4. Temporarily add the following to testing.info:
    dependencies[] = node
  5. Commit this patch as a first milestone.

Follow-up tasks

  1. Consider to backport this patch to D7 to also improve performance for D7 patches.

    For BC, hack DrupalWebTestCase to only use the Testing profile for Drupal core tests by default. Thus, contrib and custom modules are not affected.

  2. Separate issue: #1541298: Remove Node module dependency from Testing profile, and fix the giant mess that this will cause.
  3. Separate issues: Make not really required modules not required: Filter, Text, Field, Entity. Define proper dependencies instead.
  4. Cut the total time of running the complete test suite once more in half via #1411074: Setup test environment only once per test class; introduce setUpBeforeClass() and tearDownAfterClass() [PHPUnit]
  5. Figure out a clean way for modules to provide a "default dummy configuration for testing": #913086: Allow modules to provide default configuration for running tests

Change records for this issue

AttachmentSizeStatusTest resultOperations
drupal8.testing.0.patch489 bytesIdleFAILED: [[SimpleTest]]: [MySQL] 25,745 pass(es), 6,582 fail(s), and 3,414 exception(es).View details

Comments

#1

#2

Status:needs review» needs work

The last submitted patch, drupal8.testing.0.patch, failed testing.

#3

Status:needs work» needs review

FWIW, I started to adjust and fix failing tests from the top (as listed in the testbot results; i.e., sorted by test title, not group/module).

Note that the issue summary contains some new issues that need to be fixed first. This patch will contain the required fixes as long as those are not fixed.

AttachmentSizeStatusTest resultOperations
drupal8.testing.3.patch15.56 KBIdleFAILED: [[SimpleTest]]: [MySQL] 26,378 pass(es), 5,843 fail(s), and 3,116 exception(es).View details

#4

Status:needs review» needs work

The last submitted patch, drupal8.testing.3.patch, failed testing.

#5

Status:needs work» needs review

#1373634: Installation profile is not installed and not registered as module, unless identical to parent site explains a lot. :(

AttachmentSizeStatusTest resultOperations
drupal8.testing.5.patch42.13 KBIdleFAILED: [[SimpleTest]]: [MySQL] 29,677 pass(es), 3,104 fail(s), and 1,420 exception(es).View details

#6

AttachmentSizeStatusTest resultOperations
drupal8.testing.6.patch51.13 KBIdleFAILED: [[SimpleTest]]: [MySQL] 30,043 pass(es), 2,583 fail(s), and 1,250 exception(es).View details

#7

I just recalled that we have drupalCreateContentType(), so this patch got a bit smaller.

AttachmentSizeStatusTest resultOperations
drupal8.testing.7.patch50.3 KBIdleFAILED: [[SimpleTest]]: [MySQL] 30,208 pass(es), 2,600 fail(s), and 1,231 exception(es).View details

#8

Status:needs review» needs work

The last submitted patch, drupal8.testing.7.patch, failed testing.

#9

Status:needs work» needs review

Last patch for today.

AttachmentSizeStatusTest resultOperations
drupal8.testing.9.patch53.66 KBIdleFAILED: [[SimpleTest]]: [MySQL] 30,786 pass(es), 2,120 fail(s), and 830 exception(es).View details

#10

Status:needs review» needs work

The last submitted patch, drupal8.testing.9.patch, failed testing.

#11

Status:needs work» needs review
AttachmentSizeStatusTest resultOperations
drupal8.testing.11.patch63.38 KBIdleFAILED: [[SimpleTest]]: [MySQL] 32,260 pass(es), 1,174 fail(s), and 506 exception(es).View details

#12

Status:needs review» needs work

The last submitted patch, drupal8.testing.11.patch, failed testing.

#13

Status:needs work» needs review

Added a major @todo to File API tests (which probably should be extracted into an issue).

AttachmentSizeStatusTest resultOperations
drupal8.testing.13.patch73.5 KBIdleFAILED: [[SimpleTest]]: [MySQL] 32,948 pass(es), 819 fail(s), and 299 exception(es).View details

#14

Status:needs review» needs work

The last submitted patch, drupal8.testing.13.patch, failed testing.

#15

Status:needs work» needs review

More fixes.

Duly noted: Yay! Below 1,000 failures!

AttachmentSizeStatusTest resultOperations
drupal8.testing.15.patch79.81 KBIdleFAILED: [[SimpleTest]]: [MySQL] 33,152 pass(es), 675 fail(s), and 213 exception(es).View details

#16

Status:needs review» needs work

The last submitted patch, drupal8.testing.15.patch, failed testing.

#17

Status:needs work» needs review

Should resolve some larger chunks.

AttachmentSizeStatusTest resultOperations
drupal8.testing.17.patch84.39 KBIdleFAILED: [[SimpleTest]]: [MySQL] 33,776 pass(es), 482 fail(s), and 176 exception(es).View details

#18

Status:needs review» needs work

The last submitted patch, drupal8.testing.17.patch, failed testing.

#19

Status:needs work» needs review

Way more fixes.

AttachmentSizeStatusTest resultOperations
drupal8.testing.19.patch91.63 KBIdleFAILED: [[SimpleTest]]: [MySQL] 34,115 pass(es), 311 fail(s), and 103 exception(es).View details

#20

Status:needs review» needs work

The last submitted patch, drupal8.testing.19.patch, failed testing.

#21

Status:needs work» needs review

I fixed one issue! :D yeay!

AttachmentSizeStatusTest resultOperations
1373142-testing-profile-21.patch82.77 KBIdleFAILED: [[SimpleTest]]: [MySQL] 34,122 pass(es), 310 fail(s), and 103 exception(es).View details

#22

Status:needs review» needs work

The last submitted patch, 1373142-testing-profile-21.patch, failed testing.

#23

#24

Status:needs work» needs review

Resolved all User tests.

AttachmentSizeStatusTest resultOperations
drupal8.testing.24.patch95.93 KBIdleFAILED: [[SimpleTest]]: [MySQL] 34,181 pass(es), 243 fail(s), and 70 exception(es).View details

#25

Resolved all Locale tests.

AttachmentSizeStatusTest resultOperations
drupal8.testing.25.patch99.95 KBIdleFAILED: [[SimpleTest]]: [MySQL] 34,293 pass(es), 181 fail(s), and 52 exception(es).View details

#26

Status:needs review» needs work

The last submitted patch, drupal8.testing.25.patch, failed testing.

#27

Status:needs work» needs review

Resolved almost all remaining tests.

AttachmentSizeStatusTest resultOperations
drupal8.testing.27.patch122.71 KBIdleFAILED: [[SimpleTest]]: [MySQL] 34,517 pass(es), 19 fail(s), and 2 exception(es).View details

#28

Status:needs review» needs work

The last submitted patch, drupal8.testing.27.patch, failed testing.

#29

Title:Use the Testing profile. Speed up tests by 900%» Use the Testing profile. Speed up testbot by 45%
Status:needs work» needs review

Semi-last fixes; except for the remaining, which are very hard to resolve.

AttachmentSizeStatusTest resultOperations
drupal8.testing.29.patch126.47 KBIdleFAILED: [[SimpleTest]]: [MySQL] 34,545 pass(es), 2 fail(s), and 1 exception(es).View details

#30

Status:needs review» needs work

The last submitted patch, drupal8.testing.29.patch, failed testing.

#31

the field_ui exception stuff is a straight bug somewhere in field or field_ui. to reproduce:

1. drush -y si minimal; drush -y en field_ui
2. visit 'admin/structure/types/add', create content type
3. edit content type from 2., just change the machine name and save
4. visit the manage fields page for the content type from 2., FAIL, notice as in the test.

so yay, cutting away the bloat revealed a real bug.

#32

i've created #1375452: Renaming a content type bundle causes notices on manage fields page (test improvements) to track the bug at #31.

not sure if that should be listed as a dependency or not - i'll add it for now, @sun feel free to take it out if you disagree.

#33

the testShortcutQuickLink failure from some more coupling we were hiding with bloat.

the link is only output when theme_get_setting('shortcut_module_link') is true. in core, this only seems to be true for seven. set in seven's .info. with no UI to change it. so that's number one.

second thing is that of the links we setup in the test, we check for a non-admin shortcut link. of course, this requires another setting to be true - 'node_admin_theme'.

<?php
function testShortcutQuickLink() {
   
theme_enable(array('seven'));
   
variable_set('admin_theme', 'seven');
   
variable_set('node_admin_theme', TRUE);
   
$this->drupalGet($this->set->links[0]['link_path']);
   
$this->assertRaw(t('Remove from %title shortcuts', array('%title' => $this->set->title)), '"Add to shortcuts" link p
  }
?>

so i've updated that test to make it pass, not sure if we want to do that in setUp().

AttachmentSizeStatusTest resultOperations
drupal8.testing.33.patch127.01 KBIdleFAILED: [[SimpleTest]]: [MySQL] 34,531 pass(es), 2 fail(s), and 1 exception(es).View details

#34

Status:needs work» needs review

#35

Status:needs review» needs work

The last submitted patch, drupal8.testing.33.patch, failed testing.

#36

<?php
   
// Test autocomplete on term 2, which contains a comma.
    // The term will be quoted, and the " will be encoded in unicode (\u0022).
   
$input = substr($term2->name, 0, 3);
   
$out = $this->drupalGet('taxonomy/autocomplete/taxonomy_' . $this->vocabulary->machine_name . '/' . $input);
   
$this->assertEqual($out, '{"\u0022' . $term2->name . '\u0022":"' . $term2->name . '"}');

   
// Test autocomplete on term 3 - it is alphanumeric only, so no extra
    // quoting.
   
$input = substr($term3->name, 0, 3);
   
$out = $this->drupalGet('taxonomy/autocomplete/taxonomy_' . $this->vocabulary->machine_name . '/' . $input);
   
$this->assertEqual($out, '{"' . $term3->name . '":"' . $term3->name . '"}');
?>

these are not the terms you are looking for. well, some of the time, just to make it more fun:

<?php
   
list($term1, $term2, $term3) = array_values(taxonomy_term_load_multiple(FALSE));
?>

the order varies with each request, so sometimes we get the term with the comma in the right spot. sometimes not. happy times.

#37

That autocomplete test just went in with the valid jain issue (on phone so no nid).

#38

Status:needs work» needs review

updated patch fixes the failing taxonomy test to not rely on the order of terms returned by taxonomy_term_load().

we should now be down to just the notice.

AttachmentSizeStatusTest resultOperations
drupal8.testing.38.patch127.36 KBIdleFAILED: [[SimpleTest]]: [MySQL] 34,552 pass(es), 0 fail(s), and 1 exception(es).View details

#39

You guys are so incredible there are no words to describe it. I thought this will take months and you did it in three days??

#40

Status:needs review» needs work

The last submitted patch, drupal8.testing.38.patch, failed testing.

#41

yay, thanks @beejeebus for looking into those last ones! :)

I had created #1375134: Random test failure in TaxonomyTermTestCase::testNodeTermCreationAndDeletion() already (it's also in the dependencies). For me, that test locally passes 50% of the time - I'd suggest to fix it separately in that issue?

#42

Status:needs work» needs review

Removed some obsolete commented out lines that were mistakenly contained since #29.

I've also created individual issues for all bug fixes that are contained in this patch now but shouldn't. They are in the list of dependencies and most of them probably need to be backported.

AttachmentSizeStatusTest resultOperations
drupal8.testing.42.patch126.59 KBIdleFAILED: [[SimpleTest]]: [MySQL] 34,565 pass(es), 0 fail(s), and 1 exception(es).View details

#43

Just for kicks, incorporated fix from #1375452: Renaming a content type bundle causes notices on manage fields page (test improvements)

AttachmentSizeStatusTest resultOperations
drupal8.testing.43.patch127.74 KBIdleFAILED: [[SimpleTest]]: [MySQL] 34,584 pass(es), 0 fail(s), and 1 exception(es).View details

#44

Status:needs review» needs work

The last submitted patch, drupal8.testing.43.patch, failed testing.

#45

In #37 I believe catch is referring to: #479368: D7: Create RFC compliant HTML safe JSON (wherein we look for valid JSON, not valid Jains). I posted a reference to that in the other issue. It didn't add the test; it just added one assertion and updated another.

Also, I'm trying very hard not to make some dumb pun about a test of faith.

There's a couple other patches out there that touch that test as well; tracking them down now.

#46

@xjm, one of them is #490182-2: Present all CRUD operations on Taxonomy List terms page. In the last patch from #4, I gave up on trying to add a new term and worked around it by reusing one of the three terms that were already created. For some reason, that test reported consistent results only with three terms :)

#47

Status:needs work» needs review

Re-rolled against latest HEAD.

AttachmentSizeStatusTest resultOperations
drupal8.testing.47.patch124.86 KBIdlePASSED: [[SimpleTest]]: [MySQL] 34,575 pass(es).View details

#48

Status:needs review» reviewed & tested by the community

Oh man, this is absolutely huge... Get this in right now! Applies cleanly, tests pass, and tests pass fast. Is there any documentation around that we should update recommending people against building tests off the standard profile?

#49

Status:reviewed & tested by the community» postponed

PASSED.

Hence, this issue is postponed on fixing the dependencies first, as listed in the action plan.

That is, because I'm highly uncomfortable with squeezing fixes for bugs of varying severity into this monster.

#50

Oh, wow! This is totally exciting. :D Great work, sun!

I'm following this and the other related issues, and will try and jump on anything that applies to D7 as well.

#51

Status:postponed» needs review

Re-rolled against latest HEAD. Getting smaller with every fixed dependency now :)

AttachmentSizeStatusTest resultOperations
drupal8.testing.51.patch120.87 KBIdleFAILED: [[SimpleTest]]: [MySQL] Unable to apply patch drupal8.testing.51.patch. This may be a -p0 (old style) patch, which is no longer supported by the testbots.View details

#52

Just for kicks. ;)

AttachmentSizeStatusTest resultOperations
drupal8.testing.52.patch119.28 KBIdleFAILED: [[SimpleTest]]: [MySQL] 31,210 pass(es), 1,888 fail(s), and 681 exception(es).View details
drupal8.testing.52.node_.patch119.61 KBIdleFAILED: [[SimpleTest]]: [MySQL] 33,855 pass(es), 1,365 fail(s), and 263 exception(es).View details

#53

Status:needs review» needs work

The last submitted patch, drupal8.testing.52.node_.patch, failed testing.

#54

Status:needs work» needs review

#51: drupal8.testing.51.patch queued for re-testing.

#55

Monster rebase.

AttachmentSizeStatusTest resultOperations
drupal8.testing.55.patch113.03 KBIdleFAILED: [[SimpleTest]]: [MySQL] 31,148 pass(es), 1,920 fail(s), and 655 exception(s).View details

#56

Added Node module dependency to Testing profile.

AttachmentSizeStatusTest resultOperations
drupal8.testing.56.patch114.04 KBIdleFAILED: [[SimpleTest]]: [MySQL] 34,760 pass(es), 26 fail(s), and 2 exception(s).View details
interdiff.txt1.01 KBIgnored: Check issue status.NoneNone

#57

Status:needs review» needs work

The last submitted patch, drupal8.testing.56.patch, failed testing.

#58

Status:needs work» needs review

Re-rolled #56 and rebased http://drupalcode.org/sandbox/sun/1255586.git/shortlog/refs/heads/platfo... against latest HEAD.

No other changes, so I expect the same test failures as in #56.

AttachmentSizeStatusTest resultOperations
platform.testing.58.patch112.99 KBIdleFAILED: [[SimpleTest]]: [MySQL] 35,471 pass(es), 39 fail(s), and 35 exception(s).View details

#59

Status:needs review» needs work

The last submitted patch, platform.testing.58.patch, failed testing.

#60

Status:needs work» needs review
AttachmentSizeStatusTest resultOperations
platform.testing.60.patch120.93 KBIdleFAILED: [[SimpleTest]]: [MySQL] 35,555 pass(es), 15 fail(s), and 2 exception(s).View details

#61

Status:needs review» needs work

The last submitted patch, platform.testing.60.patch, failed testing.

#62

Status:needs work» needs review

Fixed some of those fails in http://drupalcode.org/sandbox/sun/1255586.git/shortlog/refs/heads/platfo....

Remaining:
- EnableDisableTestCase -> needs sun :)
- ModuleDependencyTestCase -> This is a very weird fail, because the asserted text is actually present on the page.

Edit: Wow, 20 mins for testing this patch instead of 40+. sun++

AttachmentSizeStatusTest resultOperations
platform.testing.62.patch128.67 KBIdleFAILED: [[SimpleTest]]: [MySQL] 35,570 pass(es), 9 fail(s), and 0 exception(s).View details
interdiff-60.txt9.26 KBIgnored: Check issue status.NoneNone

#63

Status:needs review» needs work

The last submitted patch, platform.testing.62.patch, failed testing.

#64

Title:Use the Testing profile. Speed up testbot by 45%» Use the Testing profile. Speed up testbot by 50%
Status:needs work» reviewed & tested by the community

Attached patch will pass.

If desired, it can be merged from http://drupalcode.org/sandbox/sun/1255586.git/shortlog/refs/heads/platfo...

AttachmentSizeStatusTest resultOperations
platform.testing.64.patch130.48 KBIdlePASSED: [[SimpleTest]]: [MySQL] 35,572 pass(es).View details

#65

Confirmed RTBC... This is a huge step forward in making Test-Driven-Development (closer to) a reality with Drupal.

#66

Attached patch additionally converts BlockTestCase.

I also converted the CommentHelperCase base test case, which is used by 15 other test cases, but had to revert those changes, since I ran into #312458: HTML filter is not run first by default, despite default weight, and I still don't want to squeeze in functional bug fixes into this patch.

Thus, the platform-testing branch is safe for merging again.

AttachmentSizeStatusTest resultOperations
platform.testing.66.patch128.86 KBIdlePASSED: [[SimpleTest]]: [MySQL] 35,581 pass(es).View details

#67

The platform-testing branch has been cleaned up (as I'm not sure whether it's going to be merged or not). Let's see whether it still applies.

AttachmentSizeStatusTest resultOperations
platform.testing.67.patch128.86 KBIdleFAILED: [[SimpleTest]]: [MySQL] Unable to apply patch platform.testing.67.patch. Unable to apply patch. See the log in the details link for more information.View details

#68

Status:reviewed & tested by the community» needs work

The last submitted patch, platform.testing.67.patch, failed testing.

#69

Status:needs work» reviewed & tested by the community

Created a separate platform-testing-merge branch in order to not completely break all commits in follow-up branches with each rebase against 8.x.

AttachmentSizeStatusTest resultOperations
platform.testing.69.patch128.91 KBIdlePASSED: [[SimpleTest]]: [MySQL] 35,624 pass(es).View details

#70

Status:reviewed & tested by the community» fixed

OK I had a look through, there are two non-test changes here:

1. check if the drupal install was attempted in shortcut.install, we already have at least one issue open related to that.
2. A @todo to make the testing profile not depend on node module (which is a test change really, just not in a .test file).

I'm fine with those, so I've committed/pushed this to 8.x.

This may break some existing patches in the queue, but we'll find out twice as fast :P

#71

This may break some existing patches in the queue, but we'll find out twice as fast :P

Indeed!

#72

Question. Anything in here that can be back-ported? That'd speed up the testbot 100% :D

#73

Version:8.x-dev» 7.x-dev
Status:fixed» patch (to be ported)
Issue tags:+needs backport to D7

Yes, I actually think we can. Suggested in the OP already:

Consider to backport this patch to D7 to also improve performance for D7 patches.

For BC, hack DrupalWebTestCase to only use the Testing profile for Drupal core tests by default. Thus, contrib and custom modules are not affected.

Attached patch shows how this could work.

AttachmentSizeStatusTest resultOperations
drupal.testing-do-not-test.73.patch2.02 KBIdleFAILED: [[SimpleTest]]: [MySQL] 29,831 pass(es), 7,089 fail(s), and 3,568 exception(s).View details

#74

Status:patch (to be ported)» needs review

#75

Status:needs review» needs work

The last submitted patch, drupal.testing-do-not-test.73.patch, failed testing.

#76

Sorry about that.

#77

Status:needs work» patch (to be ported)

Set previous state.

#78

Status:patch (to be ported)» needs review

Backport to D7, including #73.

EDIT: See platform-d7-testing branch.

AttachmentSizeStatusTest resultOperations
platform.testing.78.patch129.65 KBIdleFAILED: [[SimpleTest]]: [MySQL] 37,970 pass(es), 831 fail(s), and 150 exception(s).View details

#79

Status:needs review» needs work

The last submitted patch, platform.testing.78.patch, failed testing.

#80

No need to use DIRECTORY_SEPARATOR / works on Windows too and it's used throughout in core.

#81

+++ b/modules/block/block.testundefined
@@ -776,6 +821,10 @@ class BlockHiddenRegionTestCase extends DrupalWebTestCase {
+    $this->assertText('Search', t('Block was displayed on the front page.'));
This needs to assert for 'Search form' in D7, as later in the D7 test.

#1285364: Remove search-block-form template for form rendering consistency removed the template for the search block in D8, which caused the block to output just its block title ('Search') instead of the title set in the removed template ('Search form') for the search block. That's why the D7 and D8 test asserts for different text.

#82

Status:needs work» needs review

#1373312: Assign system_main block to 'content' region and help block to 'help' region by default (followup) is a hard dependency for this backport.

Attached patch contains it, which should make most tests pass.

Additionally, attached patch "resets" the default theme to Stark in testing.install, so tests that use the Testing profile do not test against Bartik. While that results in a pretty stupid back and forth of theme switching during Drupal installation with Testing profile, it's the only way to make tests run against the clean, unmodified module output without any theme adjustments or overrides.

re #80: DIRECTORY_SEPARATOR is used here, since the filepath in $caller['file'] is not generated by Drupal, but by PHP's native ReflectionMethod->getFileName(). It contains the full path to the file that contains the test method and uses backslashes as directory separators on Windows. Since we attempt to compare this path to the path of getcwd() (equally using backslashes on Windows) plus modules, we need to build the comparison string with the appropriate directory separator. I'm on Windows myself, which is why I encountered the issue in the first place and why had to use DIRECTORY_SEPARATOR.

AttachmentSizeStatusTest resultOperations
platform.testing.82.patch126.38 KBIdleFAILED: [[SimpleTest]]: [MySQL] Unable to apply patch platform.testing.82.patch. Unable to apply patch. See the log in the details link for more information.View details

#83

Status:needs review» needs work

The last submitted patch, platform.testing.82.patch, failed testing.

#84

Status:needs work» needs review

Rebased against latest 7.x.

AttachmentSizeStatusTest resultOperations
platform.testing.84.patch126.48 KBIdleFAILED: [[SimpleTest]]: [MySQL] 38,222 pass(es), 678 fail(s), and 145 exception(s).View details

#85

Status:needs review» needs work

The last submitted patch, platform.testing.84.patch, failed testing.

#86

#87

Priority:major» normal

#88

Assigned to:sun» Anonymous

#89

Version:7.x-dev» 8.x-dev
Status:needs work» closed (fixed)

#90

Doesn't look like a change notice was ever added for this so I made http://drupal.org/node/1911318.

#91

I've slightly adjusted the title of that change notice, since "minimal testing profile" was slightly too ambiguous ;)