Skip to content

Commit 25caf20

Browse files
[release/7.0] HttpStress do not use SYS_PTRACE cap for docker runs (#77125)
* remove SYS_PTRACE * emulate process crash * Revert "remove SYS_PTRACE" This reverts commit 8cdfad5. * remove all cap_add: SYS_PTRACE * Revert "emulate process crash" This reverts commit 48bfd4a. Co-authored-by: Anton Firszov <antonfir@gmail.com>
1 parent 646384a commit 25caf20

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/libraries/System.Net.Http/tests/StressTests/HttpStress/docker-compose.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ services:
77
image: httpstress
88
volumes:
99
- "${CLIENT_DUMPS_SHARE}:${DUMPS_SHARE_MOUNT_ROOT}"
10-
cap_add:
11-
- SYS_PTRACE
1210
links:
1311
- server
1412
environment:
@@ -20,8 +18,6 @@ services:
2018
image: httpstress
2119
volumes:
2220
- "${SERVER_DUMPS_SHARE}:${DUMPS_SHARE_MOUNT_ROOT}"
23-
cap_add:
24-
- SYS_PTRACE
2521
ports:
2622
- "5001:5001"
2723
environment:

0 commit comments

Comments
 (0)