•  
      request #11399 Burnup/down "under calculation" indefinitely
    Infos
    #11399
    Anton KULIK (d00AK)
    2018-04-13 09:19
    2018-04-13 08:33
    11720
    Details
    Burnup/down "under calculation" indefinitely
    Current state:
    "Burnup/down is under calculation. It will be available in few minutes." NOT rendering anywhere: neither on Dashboard, nor in Sprint Planning (see attachments)

    History:
    Performed an upgrade on Tuesday, and observe broken Charts since then. An update from yesterday didn't fix the issue
    Agile Dashboard
    development
    CentOS 6
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Empty
    Declined
    2018-04-13
    Attachments
    References
    References list is empty

    Follow-ups

    User avatar
    Anton KULIK (d00AK)2018-04-13 09:19
    issue cleared.
    The problem was introduced NOT on Tuleap side.

    The reason Tuleap start failed from after-upgrade script came from upgrades of Server Control Panel "custom scripts" module.
    To be more precise, the way multi-line scripts are interpreted changed.
    User avatar
    Anton KULIK (d00AK)2018-04-13 09:06
    nope,
    there is a defect in after upgrade script indeed:
    http://tuleap-documentation.readthedocs.io/en/latest/installation-guide/update.html

    This works:

    service tuleap stop
    service nginx stop
    yum update

    The following sequence DOES NOT start tuleap (at least now, when Tuleap is up to date and there is nothing to do)

    /usr/lib/forgeupgrade/bin/forgeupgrade --config=/etc/tuleap/forgeupgrade/config.ini update
    /usr/share/tuleap/tools/utils/php56/run.php --module=nginx
    service nginx start
    service tuleap start

    Thoughts:
    I can not check if the after-upgrade script will start Tuleap in case there was a REAL upgrade (I guess I'll have to wait till next week for new upgrades to appear). For now, I just run "service Tuleap start" manually.