ddapm-test-agent 1.31.0__py3-none-any.whl → 1.31.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- ddapm_test_agent/agent.py +1 -1
- {ddapm_test_agent-1.31.0.dist-info → ddapm_test_agent-1.31.1.dist-info}/METADATA +1 -1
- {ddapm_test_agent-1.31.0.dist-info → ddapm_test_agent-1.31.1.dist-info}/RECORD +8 -8
- {ddapm_test_agent-1.31.0.dist-info → ddapm_test_agent-1.31.1.dist-info}/WHEEL +0 -0
- {ddapm_test_agent-1.31.0.dist-info → ddapm_test_agent-1.31.1.dist-info}/entry_points.txt +0 -0
- {ddapm_test_agent-1.31.0.dist-info → ddapm_test_agent-1.31.1.dist-info}/licenses/LICENSE.BSD3 +0 -0
- {ddapm_test_agent-1.31.0.dist-info → ddapm_test_agent-1.31.1.dist-info}/licenses/LICENSE.apache2 +0 -0
- {ddapm_test_agent-1.31.0.dist-info → ddapm_test_agent-1.31.1.dist-info}/top_level.txt +0 -0
ddapm_test_agent/agent.py
CHANGED
|
@@ -118,7 +118,7 @@ async def _vcr_proxy_cassette_prefix(request: Request) -> Optional[str]:
|
|
|
118
118
|
request_body: dict[str, str] = await request.json()
|
|
119
119
|
requested_test_name = request_body.get("test_name")
|
|
120
120
|
return requested_test_name
|
|
121
|
-
except json.JSONDecodeError:
|
|
121
|
+
except (json.JSONDecodeError, UnicodeDecodeError):
|
|
122
122
|
return None
|
|
123
123
|
|
|
124
124
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
ddapm_test_agent/__init__.py,sha256=hJBQduemued6MAWH6Uk2gqJx2vb0_dd0UO52pJ83nLM,138
|
|
2
|
-
ddapm_test_agent/agent.py,sha256=
|
|
2
|
+
ddapm_test_agent/agent.py,sha256=vYP-jpuqH-b0L0W4JB61DwfsRP-PdTtP7ikj27TbVmg,64409
|
|
3
3
|
ddapm_test_agent/apmtelemetry.py,sha256=w_9-yUDh1dgox-FfLqeOHU2C14GcjOjen-_SVagiZrc,861
|
|
4
4
|
ddapm_test_agent/checks.py,sha256=pBa4YKZQVA8qaTVJ_XgMA6TmlUZNh99YOrCFJA7fwo0,6865
|
|
5
5
|
ddapm_test_agent/client.py,sha256=BbXuukX9UJuuA7T2NKnrkGneeaHZykgY8LiM4q0w_sk,5476
|
|
@@ -15,10 +15,10 @@ ddapm_test_agent/tracerflare.py,sha256=uoSjhPCOKZflgJn5JLv1Unh4gUdAR1-YbC9_1n1iH
|
|
|
15
15
|
ddapm_test_agent/tracestats.py,sha256=q_WQZnh2kXSSN3fRIBe_0jMYCBQHcaS3fZmJTge4lWc,2073
|
|
16
16
|
ddapm_test_agent/tracestats_snapshot.py,sha256=VsB6MVnHPjPWHVWnnDdCXJcVKL_izKXEf9lvJ0qbjNQ,3609
|
|
17
17
|
ddapm_test_agent/vcr_proxy.py,sha256=g6ix7laiS8Hqq9p14nkTMARhj5KMZmyRZjZpfFEMxOM,4973
|
|
18
|
-
ddapm_test_agent-1.31.
|
|
19
|
-
ddapm_test_agent-1.31.
|
|
20
|
-
ddapm_test_agent-1.31.
|
|
21
|
-
ddapm_test_agent-1.31.
|
|
22
|
-
ddapm_test_agent-1.31.
|
|
23
|
-
ddapm_test_agent-1.31.
|
|
24
|
-
ddapm_test_agent-1.31.
|
|
18
|
+
ddapm_test_agent-1.31.1.dist-info/licenses/LICENSE.BSD3,sha256=J9S_Tq-hhvteDV2W8R0rqht5DZHkmvgdx3gnLZg4j6Q,1493
|
|
19
|
+
ddapm_test_agent-1.31.1.dist-info/licenses/LICENSE.apache2,sha256=5V2RruBHZQIcPyceiv51DjjvdvhgsgS4pnXAOHDuZkQ,11342
|
|
20
|
+
ddapm_test_agent-1.31.1.dist-info/METADATA,sha256=u5q1Spw9TMqXUb69Yl_IXdWGZffVTViVTKJ-7cGykxQ,24437
|
|
21
|
+
ddapm_test_agent-1.31.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
22
|
+
ddapm_test_agent-1.31.1.dist-info/entry_points.txt,sha256=ulayVs6YJ-0Ej2kxbwn39wOHDVXbyQgFgsbRQmXydcs,250
|
|
23
|
+
ddapm_test_agent-1.31.1.dist-info/top_level.txt,sha256=A9jiKOrrg6VjFAk-mtlSVYN4wr0VsZe58ehGR6IW47U,17
|
|
24
|
+
ddapm_test_agent-1.31.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
{ddapm_test_agent-1.31.0.dist-info → ddapm_test_agent-1.31.1.dist-info}/licenses/LICENSE.BSD3
RENAMED
|
File without changes
|
{ddapm_test_agent-1.31.0.dist-info → ddapm_test_agent-1.31.1.dist-info}/licenses/LICENSE.apache2
RENAMED
|
File without changes
|
|
File without changes
|