-
Notifications
You must be signed in to change notification settings - Fork 861
Weaver live check test util #5088
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
Merged
Merged
Changes from 18 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
eb28082
Add weaver live check test util helper
lmolkova 0d64bcb
up
lmolkova 284dece
review feedback
lmolkova 501ee7a
Merge branch 'main' into weaver-live-check
lmolkova 5c2bb02
more tests
lmolkova 1c970aa
update typing_extensions for util tests
lmolkova 69bbe23
fixing some very important linting errors
lmolkova 2dac41d
fix py3.14 errors on win - skip weaver live tests
lmolkova 0398a28
don't run util tests on py3.14 win - grpcio is missing there
lmolkova 5844922
don't run util tests on py3.10 win - grpcio is missing there
lmolkova 7e91f1b
conditional test deps
lmolkova 2aff7f6
Merge branch 'main' into weaver-live-check
lmolkova 901adcf
up
lmolkova 3226b7e
review comments
lmolkova 270c9d2
speed up weaver tests
lmolkova 00d6e47
fix segfault on pypy 3.10 on ubuntu
lmolkova 2e6278c
Merge branch 'main' into weaver-live-check
lmolkova e533b25
Merge branch 'main' into weaver-live-check
lmolkova 8ba0cf7
Merge branch 'main' into weaver-live-check
lmolkova 4096c82
up
lmolkova File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,41 @@ | ||
| { | ||
| "permissions": { | ||
| "allow": [ | ||
| "Bash(find /Users/lmolkova/repo/opentelemetry-python -name conftest.py -exec ls -la {} \\\\;)", | ||
| "Bash(python -m pytest tests/opentelemetry-test-utils/tests/test_weaver_live_check.py -v)", | ||
| "Bash(grep -E \"\\\\.yml$\")", | ||
| "Bash(grep -n \"weaver\" /Users/lmolkova/repo/opentelemetry-python/.github/workflows/*.yml)", | ||
| "Bash(grep -n \"download\\\\|install.*binary\\\\|wget\\\\|curl\" /Users/lmolkova/repo/opentelemetry-python/.github/workflows/*.yml)", | ||
| "Bash(grep -r \"binary\\\\|download\\\\|wget\\\\|curl\\\\|install.*tool\" /Users/lmolkova/repo/opentelemetry-python/.github/workflows/*.yml)", | ||
| "Bash(tox -e generate-workflows)", | ||
| "Read(//usr/local/**)", | ||
| "Bash(python .github/workflows/generate_workflows.py)", | ||
| "Bash(chmod +x /tmp/git_seq_editor.sh)", | ||
| "Bash(chmod +x /tmp/git_msg_editor.sh)", | ||
| "Bash(GIT_SEQUENCE_EDITOR=\"/tmp/git_seq_editor.sh\" GIT_EDITOR=\"/tmp/git_msg_editor.sh\" git rebase -i main)", | ||
| "WebFetch(domain:productionresultssa18.blob.core.windows.net)", | ||
| "WebFetch(domain:productionresultssa1.blob.core.windows.net)", | ||
| "Bash(xargs ls *)", | ||
| "Bash(xargs -I {} sh -c 'echo \"=== {} ===\" && head -20 {}')", | ||
| "Bash(xargs -I {} sh -c 'echo \"FILE: {}\" && cat {}')", | ||
| "Bash(find /Users/lmolkova/repo/opentelemetry-python-contrib -name \"pyproject.toml\" -path \"*/instrumentation/*\" -exec grep -l \"markers\\\\|sys_platform\\\\|platform\" {} \\\\;)", | ||
| "Bash(find /Users/lmolkova/repo/opentelemetry-python-contrib/util -type f -name \"pyproject.toml\" -exec sh -c 'echo \"=== {} ===\" && cat {}' \\\\;)", | ||
| "Bash(python -m pytest tests/opentelemetry-test-utils/tests/test_weaver_live_check.py -x --no-header -q)", | ||
| "Bash(python -m pytest tests/opentelemetry-test-utils/tests/test_weaver_live_check.py -x -q)", | ||
| "Bash(python -m pytest tests/opentelemetry-test-utils/tests/test_weaver_live_check.py -x -q --no-header)", | ||
| "Bash(sed -i '' 's/py312/py313/g' tox.ini)", | ||
| "Bash(tox -e py313)", | ||
| "Bash(mv dummy *)", | ||
| "Bash(tox -e py313 -r)", | ||
| "Bash(tox -e py312-test-opentelemetry-test-utils -r)", | ||
| "Bash(gh issue *)", | ||
| "Bash(gh search *)", | ||
| "Bash(pip --version)", | ||
| "Bash(tox --version)", | ||
| "Bash(gh run *)", | ||
| "Bash(tox -e py312-test-opentelemetry-test-utils)", | ||
| "Bash(.tox/py312-test-opentelemetry-test-utils/bin/pytest tests/opentelemetry-test-utils/tests/test_weaver_live_check.py::TestSDKInitLiveCheck::test_end_no_violations -ra)", | ||
| "Bash(.tox/py312-test-opentelemetry-test-utils/bin/python -c ' *)" | ||
| ] | ||
| } | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.