Bug 1371702 - "view archive" button in the empty state message of the log viewer not working
Summary: "view archive" button in the empty state message of the log viewer not working
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OKD
Classification: Red Hat
Component: Management Console
Version: 3.x
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: ---
Assignee: Jessica Forrester
QA Contact: Yadan Pei
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-08-30 21:19 UTC by bpeterse
Modified: 2016-12-09 21:52 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-12-09 21:52:38 UTC
Target Upstream Version:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift origin-web-console pull 500 0 None None None 2016-08-30 21:42:26 UTC
Github openshift origin pull 10722 0 None None None 2016-08-30 21:57:22 UTC

Description bpeterse 2016-08-30 21:19:05 UTC
Description of problem:

The log viewer has 2 archive links.  The primary link is at the top of the log viewer & works fine.  A second link appears in an "empty state" message when there are no logs viewable in the web console.  This link is broken.

https://github.com/openshift/origin-web-console/pull/500 addresses this problem.  This bug is being opened to make sure we get it verified through QE.

Comment 1 Jessica Forrester 2016-08-30 21:43:34 UTC
Easiest way to get the empty state message to show up is to delete the underlying docker container for a completed build's pod.

Comment 2 Jessica Forrester 2016-08-30 21:57:23 UTC
merging to origin in https://github.com/openshift/origin/pull/10722

Comment 3 Yadan Pei 2016-08-31 06:05:54 UTC
Checked against 

openshift v1.3.0-alpha.3+a29f40e
kubernetes v1.3.0+507d3a7
etcd 2.3.0+git


Here are verification steps:

1. Set loggingPublicURL: "https://www.testyapeiexample.com" in master-config.yaml and restart OpenShift 

2. Create an app, wait build to be completed

3. Remove the underlying docker container for pod "<app_name>-1-build"

4. Go to Pods -> <app_name>-1-build page, click "Logs" tab

5. It will show message "Logs are not available." 

There are two view archive links, clicking both could redirect to address "https://www.testyapeiexample.com/oauth/token" successfully

Move to VERIFIED


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