Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DO NOT MERGE] Testing system tests #2442

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .circleci/continue_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4035,6 +4035,7 @@ workflows:
./build.sh php
run: |
cd system-tests
ls tests/
DD_API_KEY=$SYSTEM_TESTS_DD_API_KEY ./run.sh

- system_tests:
Expand Down
2 changes: 1 addition & 1 deletion appsec/src/extension/commands/client_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ static dd_result _pack_command(
dd_mpack_write_lstr(w, "schema_extraction");
mpack_start_map(w, 2);

dd_mpack_write_lstr(w, "enabled");
dd_mpack_write_lstr(w, "disabled");

#define MIN_SE_SAMPLE_RATE 0.0001

Expand Down
Loading