Skip to content

Conversation

MateuszOssGit
Copy link
Collaborator

Update integration tests suite

@@ -27,12 +28,12 @@ def test_table_exists_test() -> None:
try:
import ibm_db_dbi # type: ignore
except ImportError:
return
pytest.fail("ibm_db_dbi package is required to run this test")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @MateuszOssGit. I set it to return before because on the machine with no ibm_db_dbi and no connection to db2, the this testcase is not able to run. I think the integration test relies on the ibm_db_dbi and the connection to db2. Not sure if the integration test in the CI pipeline can pass if you change them like this.

@MateuszOssGit
Copy link
Collaborator Author

Closing due to @yiweiHeOSS comment

@MateuszOssGit MateuszOssGit deleted the dev-update-langchain-db2-integration-tests branch August 28, 2025 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants