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

Commits on Feb 21, 2019

  1. Replace item.get_marker with item.get_closest_marker as it was remove…

    …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
    kaiwalyajoshi committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    50e7ac1 View commit details
    Browse the repository at this point in the history
  2. Determine security mode of the cluster by querying the cluster instea…

    …d of a local environment-variable.
    kaiwalyajoshi committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    c6567e9 View commit details
    Browse the repository at this point in the history
  3. Remove underscores from services names, this breaks for scenarios suc…

    …h as 'nonessential_tasks' where underscores are not allowed in task names.
    kaiwalyajoshi committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    c026cf1 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2019

  1. Update frameworks/helloworld/tests/scale/test_scale.py

    Co-Authored-By: kaiwalyajoshi <kjoshi@mesosphere.com>
    takirala and kaiwalyajoshi authored Feb 22, 2019
    Configuration menu
    Copy the full SHA
    620e8db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87c08f8 View commit details
    Browse the repository at this point in the history
  3. Add support for soack configuration and custom service names, this ca…

    …n be used to differentiate the various hello-worlds. ie --service-name='orchestration/hello-world'
    kaiwalyajoshi committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    f8e13e4 View commit details
    Browse the repository at this point in the history