Removing langchain.js from testing suite due to yarn is necessary for installation#513
Merged
phracek merged 1 commit intosclorg:masterfrom Jan 15, 2026
Merged
Conversation
Member
|
[test-upstream] |
Testing Farm results
|
Member
|
Test failed for this reason for Version 20: for test_client_fastify: for pino |
Member
|
@pacostas Please address issues in this Pull request as well. |
Contributor
Author
|
@phracek I'm not able to reproduce that locally by using the following commands Do you know if that is the closest environment that someone can have locally for testing the node modules? |
Contributor
Author
|
@phracek This issues are not related to the PR changes. Also fastify and pino do not fail on the nodejs upstream nightly builds. Can you please re-trigger the tests? |
Member
|
@pacostas Please rebase it agains master. And we can merge it. |
8618346 to
88e9268
Compare
Member
|
[test][test-upstream] |
Member
|
In the most cases 'fastify' and 'pino' are failing. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Removing langchain.js from the testing suite.
This PR removes
langchain.jsfrom the testing suite because the yarn binary isn't available on the base images.Until we further investigate how to properly include and install the yarn binary on the base images to test the
langchain.jslibrary, it's better to removelangchain.js. Currently, the failing test is a false alarm indication, asLangchainitself is not failing.