-
Notifications
You must be signed in to change notification settings - Fork 3
Fix CI test order - install util-genai before dependent packages #31
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
Open
shuningc
wants to merge
26
commits into
main
Choose a base branch
from
unitTestFix
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
37338c5
Fix CI test order - install util-genai before dependent packages
shuningc b87d5aa
Fix CI: Install all packages before running tests
shuningc 2de5993
Fix remaining undefined logger references in handler.py
shuningc a81aed8
Fix test mocking path for load_completion_callbacks
shuningc e97b0e6
Fix emitters-splunk: use event_logger instead of content_logger in fa…
shuningc 0087986
Fix test: correct evaluation metric name from toxicity_v1 to toxicity/v1
shuningc 718ce0f
Fix remaining mock paths and dynamic aggregation test in util-genai-e…
shuningc 55f352d
Fix CI test order - install util-genai before dependent packages
shuningc 7d1487a
Fix CI: Install all packages before running tests
shuningc e1549b5
Add test dependencies for langchain instrumentation
shuningc b771c53
Upgrade flaky to >=3.8.1 for pytest 7.4.4 compatibility
shuningc e849bb1
Fix deepeval test patching issues
shuningc 03df5b5
Fix langchain instrumentation callback handler tests
shuningc 2a5cdb6
Fix langchain instrumentation test isolation issue - unwrap all wrapp…
shuningc a9db044
Add response model extraction to callback_handler
shuningc b3a4d7e
Fix deepeval compatibility: make CacheConfig optional
shuningc ded7636
Upgrade deepeval minimum version to 3.7.0
shuningc 0046bed
Add CacheConfig to test stubs for deepeval
shuningc 3a4f091
Add runtime check for deepeval module availability
shuningc 8787ad3
Apply code formatting (auto-formatter cleanup)
shuningc 46ad5ed
Merge main into unitTestFix
shuningc 590da35
Fix ruff linting issues
shuningc f965210
Apply ruff formatting
shuningc 7743992
Remove CacheConfig import from deepeval_runner
shuningc faf2786
Complete CacheConfig cleanup and fix flaky test
shuningc 455b44e
Revert production code to main branch
shuningc 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
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
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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nitpick, why do we add these options for opentelemetry-util-genai testing only?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Testing it separately ensures core functionality works independently before testing dependent packages