You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@submarine.apache.org by "Kevin Su (Jira)" <ji...@apache.org> on 2020/03/16 11:38:00 UTC

[jira] [Created] (SUBMARINE-432) [SDK] test_verify_rest_response is flaky in python 3.5

Kevin Su created SUBMARINE-432:
----------------------------------

             Summary: [SDK] test_verify_rest_response is flaky in python 3.5
                 Key: SUBMARINE-432
                 URL: https://issues.apache.org/jira/browse/SUBMARINE-432
             Project: Apache Submarine
          Issue Type: Bug
          Components: SDK
    Affects Versions: 0.4.0
            Reporter: Kevin Su
            Assignee: Kevin Su
             Fix For: 0.4.0


Error message:
{code:java}
with pytest.raises(RestException, match=str(mock_json_body)):
> verify_rest_response(mock_response, '/api/v1/jobs')
E AssertionError: Pattern '{'b': 2, 'c': 3, 'a': 200}' not found in 'None: Response: {'c': 3, 'a': 200, 'b': 2}'{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@submarine.apache.org
For additional commands, e-mail: dev-help@submarine.apache.org