I am trying to use test infrastructure on versioncontrol project. In the process I saw that the problem is that pift is choosing views 6.x-3.0-alpha3 instead of the newer 6.x-3.0-rc3(where the error about ViewsSqlTest is fixed).

Test details

[23:15:19] Command [git --work-tree='/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/views' --git-dir='/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/views/.git' checkout '6.x-3.0-alpha3' 2>&1] succeeded
  Duration: 0 seconds
  Directory: [/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules]
  Completion status: [0]
  Output: [Note: checking out '6.x-3.0-alpha3'.

Comments

marvil07’s picture

Project: Project issue file test » Project Dependency
Issue summary: View changes

mention right last release for views

rfay’s picture

Version: 6.x-2.7 » 6.x-1.x-dev

Thanks for the report.

This was a result of #1327352: Resolve issues caused by rogue install profile b2b_store_solution and onepagecv (onepagecv took over the views dependencies). I've just issued a retest on your branch and hope that will resolve it.

Dependencies are now:


[rfay@util htdocs]$ drush pdsd versioncontrol 6.x-2.x-dev
Array
(
    [901752] => Array
        (
            [uri] => views_field_view
            [version] => 6.x-1.0-beta1
            [tag] => 6.x-1.0-beta1
        )

    [1135590] => Array
        (
            [uri] => autoload
            [version] => 6.x-2.1
            [tag] => 6.x-2.1
        )

    [352590] => Array
        (
            [uri] => ctools
            [version] => 6.x-1.x-dev
            [tag] => 6.x-1.x
        )

    [674402] => Array
        (
            [uri] => dbtng
            [version] => 6.x-1.0-unstable3
            [tag] => 6.x-1.0-unstable3
        )

    [1341510] => Array
        (
            [uri] => views
            [version] => 6.x-3.0-rc3
            [tag] => 6.x-3.0-rc3
        )

)
rfay’s picture

While I think your problem will be fixed now, there is also sadly #1344316: Use recommended release rather than just sorting

rfay’s picture

Status: Active » Fixed

It's now checking out the correct views in http://qa.drupal.org/pifr/test/63108

[10:22:43] Command [git --work-tree='/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/views' --git-dir='/var/lib/drupaltestbot/sites/default/files/checkout/sites/default/modules/views/.git' checkout '6.x-3.0-rc3' 2>&1] succeeded
marvil07’s picture

@rfay: Thanks for checking this!

As you mentioned the test is now choosing the last release, but I guess there is another problem because I am receiving some errors that seems to be not on the project. But that should be another ticket when I figure out where it seems to be the problem ;-).

Status: Fixed » Closed (fixed)

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

Anonymous’s picture

Issue summary: View changes

actually rm it