Bug 988691 - [fork][origin_runtime_192]Failed to add the 25th user variables for app
Summary: [fork][origin_runtime_192]Failed to add the 25th user variables for app
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Online
Classification: Red Hat
Component: Containers
Version: 2.x
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: ---
Assignee: Jhon Honce
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-07-26 07:01 UTC by chunchen
Modified: 2016-09-30 02:15 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-08-07 22:56:52 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description chunchen 2013-07-26 07:01:05 UTC
Description of problem:
When adding 25th user variables for app,it will be failed with error like following:
CLIENT_ERROR: User Variables maximum of 25 exceeded

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

How reproducible:
always

Steps to Reproduce:
1. Create an app
rhc app create cpl00 perl-5.10 --no-git
2. SSH into the instance
3. Add 24 user variables for this app
oo-user-var-add --with-app-uuid 419975538831770230194176 --with-container-uuid 419975538831770230194176  ccy1 ccy2 ccy3 ccy4 ccy5 ccy6 ccy7 ccy8 ccy9 ccy10 ccy11 ccy12 ccy13 ccy14 ccy15 ccy16 ccy17 ccy18 ccy19 ccy20  ccy21 ccy22 ccy23 ccy24
4. Check the number of user variables
oo-user-var-list --with-app-uuid 419975538831770230194176 --with-container-uuid 419975538831770230194176 | wc -l
5. Add the 25th user variable
oo-user-var-add --with-app-uuid 419975538831770230194176 --with-container-uuid 419975538831770230194176 ccy25

Actual results:
At step 4: 24
At step 5: CLIENT_ERROR: User Variables maximum of 25 exceeded

Expected results:
Adding 25 user variables should be successfully

Additional info:

Comment 1 Jhon Honce 2013-07-26 18:16:41 UTC
Updated origin_runtime_192 is available

Comment 2 chunchen 2013-07-29 01:54:58 UTC
It's fixed, verified on fork_ami_origin_runtime_192_727.


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