Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Status: Needs review » Needs work

The last submitted patch, nodequeue-order_subqueue.patch, failed testing.

geberele’s picture

Status: Needs work » Needs review
FileSize
5.57 KB

One comment changed from the previous patch.

Status: Needs review » Needs work

The last submitted patch, nodequeue-order_subqueue.patch, failed testing.

geberele’s picture

It fails for these lines:

  $ret = array();
  $attributes = array(
    'not null' => TRUE,
    'default' => "0",
  );
  // Add a new column to the nodequeue_subqueue table.
  db_add_column($ret, 'nodequeue_subqueue', 'position', 'int', $attributes);

I need to investigate why.

geberele’s picture

'db_add_column' replaced with 'db_add_field'.

malcomio’s picture

Status: Needs work » Needs review

Status: Needs review » Needs work

The last submitted patch, nodequeue-order_subqueue.patch, failed testing.

geberele’s picture

Status: Needs work » Needs review

Status: Needs review » Needs work

The last submitted patch, nodequeue-order_subqueue.patch, failed testing.

geberele’s picture

Version: 6.x-2.8 » 6.x-2.11
Status: Needs work » Needs review
FileSize
5.61 KB

Status: Needs review » Needs work

The last submitted patch, nodequeue-order_subqueue.patch, failed testing.

geberele’s picture

Status: Needs work » Needs review
FileSize
7.19 KB

Status: Needs review » Needs work

The last submitted patch, nodequeue-order_subqueue.patch, failed testing.

geberele’s picture

Status: Needs work » Needs review
FileSize
7.62 KB

Status: Needs review » Needs work

The last submitted patch, nodequeue-order_subqueue.patch, failed testing.

geberele’s picture

Status: Needs work » Needs review
FileSize
7.39 KB

Status: Needs review » Needs work

The last submitted patch, nodequeue-order_subqueue.patch, failed testing.

geberele’s picture

Status: Needs work » Needs review
FileSize
8.63 KB

Status: Needs review » Needs work

The last submitted patch, nodequeue-order_subqueue.patch, failed testing.

geberele’s picture

Status: Needs work » Needs review
FileSize
9.16 KB

Status: Needs review » Needs work

The last submitted patch, nodequeue-order_subqueue.patch, failed testing.

geberele’s picture

Version: 6.x-2.11 » 6.x-2.x-dev
Status: Needs work » Needs review
FileSize
7.4 KB
geberele’s picture

geberele’s picture

geberele’s picture

Priority: Normal » Major

Why the test is not working?

malcomio’s picture

As per the FAQ on https://drupal.org/project/testbot, the 6.x-2.x branch has failed tests: https://qa.drupal.org/pifr/test/113429