Problem/Motivation

I depend on search_api in #2420777: Tests for Search API integration (collect), but testbot uses 8.x-1.0-alpha1 (test report) although the latest version is 8.x-1.0-alpha3 (project page). Don't know why.

Proposed resolution

Remaining tasks

User interface changes

API changes

Comments

berdir’s picture

Same for the monitoring project.

jthorson’s picture

Status: Active » Fixed

Rebuilt the Search_API dependency tree, to ensure the alpha3 release was picked up.

After rebuilding collect and monitoring, both sets of dependencies are picking up alpha3 as desired.

collect:

Array
(
    [2466485] => Array
        (
            [uri] => search_api
            [version] => 8.x-1.0-alpha3
            [tag] => 8.x-1.0-alpha3
            [dependency_type] => 1
        )
)

monitoring:

Array
(
    [2023197] => Array
        (
            [uri] => captcha
            [version] => 8.x-1.x-dev
            [tag] => 8.x-1.x
            [dependency_type] => 1
        )

    [2403553] => Array
        (
            [uri] => past
            [version] => 8.x-1.x-dev
            [tag] => 8.x-1.x
            [dependency_type] => 1
        )

    [2014897] => Array
        (
            [uri] => payment
            [version] => 8.x-2.x-dev
            [tag] => 8.x-2.x
            [dependency_type] => 1
        )

    [1955736] => Array
        (
            [uri] => currency
            [version] => 8.x-3.x-dev
            [tag] => 8.x-3.x
            [dependency_type] => 0
        )

    [2466485] => Array
        (
            [uri] => search_api
            [version] => 8.x-1.0-alpha3
            [tag] => 8.x-1.0-alpha3
            [dependency_type] => 0
        )

    [2401069] => Array
        (
            [uri] => simplenews
            [version] => 8.x-1.x-dev
            [tag] => 8.x-1.x
            [dependency_type] => 1
        )
)

Status: Fixed » Closed (fixed)

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