Skip to content

Conversation

dsech
Copy link

@dsech dsech commented Mar 15, 2023

Fixes #1847

This PR contains just the failing test for #1847, without any fixes yet.

@dsech
Copy link
Author

dsech commented Mar 15, 2023

I need help with the test runner.

If I execute just this test locally, I get exit code 1, which is good, because the test is supposed to fail:

$ FILTER=test-query-stream-errors-propagation npm run test

> [email protected] test
> node ./test/run.js

[0:00:00 1 0/1 100.0% node test/integration/connection/test-query-stream-errors-propagation.mjs]
About to exit with code: 1

But if I execute all tests with npm run test then I get exit code 0, which doesn't seem right, because the new test is supposed to fail.

I need some help debugging this problem with the test runner first.

Nevermind, the default regex used by urun did not include mjs files. Updated the regex and now the new test is failing in CI

@wellwelwel wellwelwel added the needs rebase For internal organization purpose label Mar 5, 2025
@wellwelwel
Copy link
Collaborator

Closing in favor of #3775.

@wellwelwel wellwelwel closed this Aug 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs rebase For internal organization purpose
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Connection errors are not propagated to the query stream
2 participants