Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Hello-World MWT & Soak Cluster fixes #2939

Merged
merged 6 commits into from
Feb 22, 2019
Merged

Conversation

kaiwalyajoshi
Copy link
Collaborator

A few misc fixes for tooling when running on soak and MWT clusters.

…d upstream as mentioned here: pytest-dev/pytest#4606 (comment)

Quoted here incase that link breaks in the future:
        "We have removed item.get_marker, users should use item.get_closest_marker now
        (it's a long history, this was not an arbitrary change). Indeed I suspect
        pytest-cov might need to be updated."

item.get_marker was removed in this PR pytest-dev/pytest#4564
…h as 'nonessential_tasks' where underscores are not allowed in task names.

def get_metadata():
return sdk_cmd.cluster_request('GET',
'dcos-metadata/bootstrap-config.json',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we already call another endpoint under dcos-metadata in sdk_utils, may be just move this code in to sdk_utils.py? if you think sdk_dcos may grow in future, then keep this 👍

frameworks/helloworld/tests/scale/test_scale.py Outdated Show resolved Hide resolved
takirala and others added 3 commits February 21, 2019 21:46
Co-Authored-By: kaiwalyajoshi <kjoshi@mesosphere.com>
…n be used to differentiate the various hello-worlds. ie --service-name='orchestration/hello-world'
@kaiwalyajoshi kaiwalyajoshi merged commit 67c53d0 into master Feb 22, 2019
@porridge
Copy link
Contributor

porridge commented Mar 5, 2019

@kaiwalyajoshi the change to Determine security mode of the cluster by querying the cluster instead of a local environment-variable. was broken, and yet this change was merged, negatively affecting our productivity. Why?

Edit: Kai explained offline that the failures in this PR were unrelated to the breakage caused in nightlies. PRs are not tested against Open :-/

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants