Bug 1038559 - Should show some notification message about the mismatch between the gear upgrade extension version and user provided version
Summary: Should show some notification message about the mismatch between the gear upg...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Online
Classification: Red Hat
Component: Image
Version: 2.x
Hardware: Unspecified
OS: Unspecified
medium
low
Target Milestone: ---
: ---
Assignee: Dan McPherson
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-05 10:50 UTC by Meng Bo
Modified: 2015-05-15 00:35 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-01-30 00:52:07 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description Meng Bo 2013-12-05 10:50:53 UTC
Description of problem:
According to this bug:
https://bugzilla.redhat.com/show_bug.cgi?id=999189
The version mismatch between extension version and user specified version will not raise exception.

And this mismatch will not be caught if user do not check the upgrade_result for the succeeded gears.

It should give some notification in the output about the version mismatch if we won't let this to fail the gear upgrade.

I met this issue during the migration testing for sprint37, all the gears are marked as PASS during the upgrade, but actually the package rhc-node did not get upgraded successfully.

Version-Release number of selected component (if applicable):
devenv_4098

How reproducible:
always

Steps to Reproduce:
1.
2.
3.

Actual results:
There is no obvious marker for the version mismatch between gear upgrade extension and user specified.

Expected results:
Should show the notification about the mismatch.

Additional info:

Comment 1 Dan McPherson 2014-01-20 18:27:34 UTC
https://github.com/openshift/origin-server/pull/4528

I've added the message to the warnings in upgrade_results.

Comment 3 Meng Bo 2014-01-21 09:32:16 UTC
Checked on devenv_4248, new warning message added to the log.

        "upgrade_complete": true, 
        "warnings": [
            "Version mismatch between supplied release version (2.0.39) and extension version (2.0.37)"
        ]

Move bug to verified.


Note You need to log in before you can comment on or make changes to this bug.