Skip to content

Commit

Permalink
release: python v7.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pubnub-release-bot committed Mar 28, 2024
1 parent a5b0742 commit 4db0d31
Show file tree
Hide file tree
Showing 7 changed files with 88 additions and 88 deletions.
10 changes: 5 additions & 5 deletions reports/python/TESTS-authorization-failure-reporting.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<testsuite name="authorization-failure-reporting.Authorization Failure Reporting" tests="4" errors="0" failures="0" skipped="0" time="0.017063" timestamp="2024-03-07T12:48:19.073245" hostname="fv-az1543-699"><testcase classname="authorization-failure-reporting.Authorization Failure Reporting" name="Publish simple message with valid ttl and auth permissions" status="passed" time="0.005307"><system-out>
<testsuite name="authorization-failure-reporting.Authorization Failure Reporting" tests="4" errors="0" failures="0" skipped="0" time="0.015927" timestamp="2024-03-28T14:51:32.957749" hostname="fv-az1251-224"><testcase classname="authorization-failure-reporting.Authorization Failure Reporting" name="Publish simple message with valid ttl and auth permissions" status="passed" time="0.005193"><system-out>
<![CDATA[
@scenario.begin
Expand All @@ -12,15 +12,15 @@
@scenario.end
--------------------------------------------------------------------------------
]]>
</system-out></testcase><testcase classname="authorization-failure-reporting.Authorization Failure Reporting" name="Publish simple message with expired auth token" status="passed" time="0.004401"><system-out>
</system-out></testcase><testcase classname="authorization-failure-reporting.Authorization Failure Reporting" name="Publish simple message with expired auth token" status="passed" time="0.003853"><system-out>
<![CDATA[
@scenario.begin
@contract=authFailureExpired
Scenario: Publish simple message with expired auth token
Given I have a keyset with access manager enabled - without secret key ... passed in 0.000s
Given an expired token with permissions to publish with channel 'channel-1' ... passed in 0.000s
When I attempt to publish a message using that auth token with channel 'channel-1' ... passed in 0.004s
When I attempt to publish a message using that auth token with channel 'channel-1' ... passed in 0.003s
Then an auth error is returned ... passed in 0.000s
* the error status code is 403 ... passed in 0.000s
* the auth error message is 'Token is expired.' ... passed in 0.000s
Expand All @@ -29,7 +29,7 @@
@scenario.end
--------------------------------------------------------------------------------
]]>
</system-out></testcase><testcase classname="authorization-failure-reporting.Authorization Failure Reporting" name="Publish simple message with invalid auth permissions" status="passed" time="0.003844"><system-out>
</system-out></testcase><testcase classname="authorization-failure-reporting.Authorization Failure Reporting" name="Publish simple message with invalid auth permissions" status="passed" time="0.003437"><system-out>
<![CDATA[
@scenario.begin
Expand All @@ -46,7 +46,7 @@
@scenario.end
--------------------------------------------------------------------------------
]]>
</system-out></testcase><testcase classname="authorization-failure-reporting.Authorization Failure Reporting" name="Publish fails due to revoked token" status="passed" time="0.00351"><system-out>
</system-out></testcase><testcase classname="authorization-failure-reporting.Authorization Failure Reporting" name="Publish fails due to revoked token" status="passed" time="0.003443"><system-out>
<![CDATA[
@scenario.begin
Expand Down
76 changes: 38 additions & 38 deletions reports/python/TESTS-cryptor-module.xml

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions reports/python/TESTS-grant-token.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<testsuite name="grant-token.Grant an access token" tests="7" errors="0" failures="0" skipped="0" time="0.030866" timestamp="2024-03-07T12:48:19.144017" hostname="fv-az1543-699"><testcase classname="grant-token.Grant an access token" name="Grant an access token with all permissions on all resource types with authorized uuid" status="passed" time="0.008945"><system-out>
<testsuite name="grant-token.Grant an access token" tests="7" errors="0" failures="0" skipped="0" time="0.033058" timestamp="2024-03-28T14:51:33.035172" hostname="fv-az1251-224"><testcase classname="grant-token.Grant an access token" name="Grant an access token with all permissions on all resource types with authorized uuid" status="passed" time="0.009939"><system-out>
<![CDATA[
@scenario.begin
Expand Down Expand Up @@ -37,7 +37,7 @@
* grant pattern permission GET ... passed in 0.000s
* grant pattern permission UPDATE ... passed in 0.000s
* grant pattern permission DELETE ... passed in 0.000s
When I grant a token specifying those permissions ... passed in 0.004s
When I grant a token specifying those permissions ... passed in 0.005s
Then the token contains the authorized UUID "test-authorized-uuid" ... passed in 0.000s
Then the token contains the TTL 60 ... passed in 0.000s
Then the token has 'channel-1' CHANNEL resource access permissions ... passed in 0.000s
Expand Down Expand Up @@ -74,7 +74,7 @@
@scenario.end
--------------------------------------------------------------------------------
]]>
</system-out></testcase><testcase classname="grant-token.Grant an access token" name="Grant an access token without an authorized uuid" status="passed" time="0.003772"><system-out>
</system-out></testcase><testcase classname="grant-token.Grant an access token" name="Grant an access token without an authorized uuid" status="passed" time="0.003992"><system-out>
<![CDATA[
@scenario.begin
Expand All @@ -93,7 +93,7 @@
@scenario.end
--------------------------------------------------------------------------------
]]>
</system-out></testcase><testcase classname="grant-token.Grant an access token" name="Grant an access token successfully with an authorized uuid" status="passed" time="0.003693"><system-out>
</system-out></testcase><testcase classname="grant-token.Grant an access token" name="Grant an access token successfully with an authorized uuid" status="passed" time="0.003802"><system-out>
<![CDATA[
@scenario.begin
Expand All @@ -113,7 +113,7 @@
@scenario.end
--------------------------------------------------------------------------------
]]>
</system-out></testcase><testcase classname="grant-token.Grant an access token" name="Attempt to grant an access token with all permissions empty or false and expect a server error" status="passed" time="0.003463"><system-out>
</system-out></testcase><testcase classname="grant-token.Grant an access token" name="Attempt to grant an access token with all permissions empty or false and expect a server error" status="passed" time="0.003893"><system-out>
<![CDATA[
@scenario.begin
Expand All @@ -123,7 +123,7 @@
Given the TTL 60 ... passed in 0.000s
Given the 'uuid-1' UUID resource access permissions ... passed in 0.000s
* deny resource permission GET ... passed in 0.000s
When I attempt to grant a token specifying those permissions ... passed in 0.002s
When I attempt to grant a token specifying those permissions ... passed in 0.003s
Then an error is returned ... passed in 0.000s
* the error status code is 400 ... passed in 0.000s
* the error message is 'Invalid permissions' ... passed in 0.000s
Expand All @@ -135,7 +135,7 @@
@scenario.end
--------------------------------------------------------------------------------
]]>
</system-out></testcase><testcase classname="grant-token.Grant an access token" name="Attempt to grant an access token with a regular expression containing a syntax error and expect a server error" status="passed" time="0.003788"><system-out>
</system-out></testcase><testcase classname="grant-token.Grant an access token" name="Attempt to grant an access token with a regular expression containing a syntax error and expect a server error" status="passed" time="0.003845"><system-out>
<![CDATA[
@scenario.begin
Expand All @@ -157,7 +157,7 @@
@scenario.end
--------------------------------------------------------------------------------
]]>
</system-out></testcase><testcase classname="grant-token.Grant an access token" name="Attempt to grant an access token with a regular expression containing capturing groups and expect a server error" status="passed" time="0.003779"><system-out>
</system-out></testcase><testcase classname="grant-token.Grant an access token" name="Attempt to grant an access token with a regular expression containing capturing groups and expect a server error" status="passed" time="0.003798"><system-out>
<![CDATA[
@scenario.begin
Expand All @@ -179,7 +179,7 @@
@scenario.end
--------------------------------------------------------------------------------
]]>
</system-out></testcase><testcase classname="grant-token.Grant an access token" name="Attempt to grant an access token when ttl provided exceeds the max ttl configured (use default max 43200 for the test)" status="passed" time="0.003425"><system-out>
</system-out></testcase><testcase classname="grant-token.Grant an access token" name="Attempt to grant an access token when ttl provided exceeds the max ttl configured (use default max 43200 for the test)" status="passed" time="0.003789"><system-out>
<![CDATA[
@scenario.begin
Expand Down
24 changes: 12 additions & 12 deletions reports/python/TESTS-happy-path.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<testsuite name="happy-path.Event Engine" tests="6" errors="0" failures="0" skipped="0" time="27.043155" timestamp="2024-03-07T12:48:47.376362" hostname="fv-az1543-699"><testcase classname="happy-path.Event Engine" name="Successfully receive messages" status="passed" time="1.006152"><system-out>
<testsuite name="happy-path.Event Engine" tests="6" errors="0" failures="0" skipped="0" time="27.045292" timestamp="2024-03-28T14:52:01.292580" hostname="fv-az1251-224"><testcase classname="happy-path.Event Engine" name="Successfully receive messages" status="passed" time="1.006586"><system-out>
<![CDATA[
@scenario.begin
@contract=simpleSubscribe
Scenario: Successfully receive messages
Given the demo keyset with event engine enabled ... passed in 0.001s
When I subscribe ... passed in 0.003s
Then I receive the message in my subscribe response ... passed in 1.001s
Then I receive the message in my subscribe response ... passed in 1.002s
And I observe the following ... passed in 0.001s
| type | name |
| event | SUBSCRIPTION_CHANGED |
Expand All @@ -23,7 +23,7 @@
@scenario.end
--------------------------------------------------------------------------------
]]>
</system-out></testcase><testcase classname="happy-path.Event Engine" name="Successfully restore subscribe" status="passed" time="1.004754"><system-out>
</system-out></testcase><testcase classname="happy-path.Event Engine" name="Successfully restore subscribe" status="passed" time="1.005292"><system-out>
<![CDATA[
@scenario.begin
Expand All @@ -48,7 +48,7 @@
@scenario.end
--------------------------------------------------------------------------------
]]>
</system-out></testcase><testcase classname="happy-path.Event Engine" name="Successfully restore subscribe with failures" status="passed" time="4.006391"><system-out>
</system-out></testcase><testcase classname="happy-path.Event Engine" name="Successfully restore subscribe with failures" status="passed" time="4.006969"><system-out>
<![CDATA[
@scenario.begin
Expand All @@ -57,7 +57,7 @@
Given the demo keyset with event engine enabled ... passed in 0.000s
Given a linear reconnection policy with 3 retries ... passed in 0.000s
When I subscribe with timetoken 12345678901234567 ... passed in 0.003s
Then I receive the message in my subscribe response ... passed in 4.002s
Then I receive the message in my subscribe response ... passed in 4.003s
And I observe the following ... passed in 0.001s
| type | name |
| event | SUBSCRIPTION_RESTORED |
Expand All @@ -77,7 +77,7 @@
@scenario.end
--------------------------------------------------------------------------------
]]>
</system-out></testcase><testcase classname="happy-path.Event Engine" name="Complete handshake failure" status="passed" time="10.010282"><system-out>
</system-out></testcase><testcase classname="happy-path.Event Engine" name="Complete handshake failure" status="passed" time="10.010308"><system-out>
<![CDATA[
@scenario.begin
Expand All @@ -86,8 +86,8 @@
Given the demo keyset with event engine enabled ... passed in 0.000s
Given a linear reconnection policy with 3 retries ... passed in 0.000s
When I subscribe ... passed in 0.002s
Then I receive an error in my subscribe response ... passed in 10.007s
And I observe the following ... passed in 0.000s
Then I receive an error in my subscribe response ... passed in 10.006s
And I observe the following ... passed in 0.001s
| type | name |
| event | SUBSCRIPTION_CHANGED |
| invocation | HANDSHAKE |
Expand All @@ -110,7 +110,7 @@
@scenario.end
--------------------------------------------------------------------------------
]]>
</system-out></testcase><testcase classname="happy-path.Event Engine" name="Handshake failure recovery" status="passed" time="7.00851"><system-out>
</system-out></testcase><testcase classname="happy-path.Event Engine" name="Handshake failure recovery" status="passed" time="7.008751"><system-out>
<![CDATA[
@scenario.begin
Expand Down Expand Up @@ -142,16 +142,16 @@
@scenario.end
--------------------------------------------------------------------------------
]]>
</system-out></testcase><testcase classname="happy-path.Event Engine" name="Receiving failure recovery" status="passed" time="4.007066"><system-out>
</system-out></testcase><testcase classname="happy-path.Event Engine" name="Receiving failure recovery" status="passed" time="4.007386"><system-out>
<![CDATA[
@scenario.begin
@contract=subscribeReceivingRecovery
Scenario: Receiving failure recovery
Given the demo keyset with event engine enabled ... passed in 0.000s
Given a linear reconnection policy with 3 retries ... passed in 0.000s
When I subscribe ... passed in 0.002s
Then I receive the message in my subscribe response ... passed in 4.003s
When I subscribe ... passed in 0.003s
Then I receive the message in my subscribe response ... passed in 4.004s
And I observe the following ... passed in 0.001s
| type | name |
| event | SUBSCRIPTION_CHANGED |
Expand Down
Loading

0 comments on commit 4db0d31

Please sign in to comment.