Skip to content

Commit fd166a0

Browse files
no profiling stack fast
1 parent 8c884b6 commit fd166a0

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

ci/input_files/build.yaml.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ unit-test ({{ $runtime.name }}-{{ $runtime.arch }}):
8888
- PYTHON_VERSION={{ $runtime.python_version }} ARCH={{ $runtime.arch }} ./scripts/setup_python_env.sh
8989
script:
9090
- source venv/bin/activate
91-
- pytest -vv
91+
- _DD_PROFILING_STACK_FAST_COPY=false pytest -vv
9292
retry: 2
9393

9494
integration-test ({{ $runtime.name }}-{{ $runtime.arch }}):
Binary file not shown.

scripts/repro.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/usr/bin/env bash
2+
3+
# repro.sh
4+
docker run --rm -it --platform linux/amd64 \
5+
-v $(pwd):/src \
6+
--workdir=/src \
7+
-e "UPSTREAM_PIPELINE_ID=main" \
8+
-e "PYTHONFAULTHANDLER=1" \
9+
-e "PYTHON_VERSION=3.11" \
10+
registry.ddbuild.io/images/mirror/python:3.11.6 bash -c "./scripts/setup_python_env.sh && source venv/bin/activate && pytest -vv"

0 commit comments

Comments
 (0)