[DCOS_OSS-2422] test_history_service is failing on master Created: 30/Apr/18 Updated: 09/Nov/18 Resolved: 02/May/18 |
|
Status: | Resolved |
Project: | DC/OS |
Component/s: | dcos-history |
Affects Version/s: | DC/OS 1.9.0, DC/OS 1.10.0, DC/OS 1.11.0, DC/OS 1.12 |
Fix Version/s: | DC/OS 1.9.0, DC/OS 1.10.0, DC/OS 1.11.0, DC/OS 1.12.0 |
Type: | Bug | Priority: | Blocker |
Reporter: | Branden Rolston | Assignee: | Branden Rolston |
Resolution: | Done | ||
Labels: | cs_updated_fixVersion | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Team: | |
Story Points: | 1 |
Description |
test_history_service is failing on master: https://teamcity.mesosphere.io/viewLog.html?buildId=1051326&tab=buildResultsDiv&buildTypeId=DcOs_Open_Build_Tox Looks like we're now pulling in Flask >1.0, which removes the flask.ext module that this test is trying to import. http://flask.pocoo.org/docs/1.0/changelog/#version-1-0 We need to import flask.ext.compress from its new home at flask_compress. |
Comments |
Comment by Branden Rolston [ 30/Apr/18 ] |
Comment by Branden Rolston [ 30/Apr/18 ] |
Backports: 1.11 https://github.com/dcos/dcos/pull/2830 1.10 https://github.com/dcos/dcos/pull/2831 1.9 https://github.com/dcos/dcos/pull/2832
|
Comment by Mergebot [ 01/May/18 ] |
@aekbote overrode teamcity/dcos/build/tox status of dcos/dcos/pull/2819 (Title: Check that ifconfig is available on cluster nodes, Branch: master) with the failure noted in this JIRA. Here are the TeamCity failure Logs for reference. |
Comment by Mergebot [ 01/May/18 ] |
@branden overrode teamcity/dcos/build/tox status of dcos/dcos/pull/2822 (Title: Add checks for ftype=1 for docker and mesos directories if using XFS, Branch: 1.10) with the failure noted in this JIRA. Here are the TeamCity failure Logs for reference. |
Comment by Catherine Southard [ 04/Sep/18 ] |
Updating the fixVersion from 1.12 to 1.12.0 since the ticket has been marked as Resolved - Done |