Skip to content
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

Re-raise the error when failing loading a python script. #210

Conversation

iddm
Copy link
Collaborator

@iddm iddm commented Dec 4, 2023

This helps to avoid silent errors during the modules loading when running RLTest both, locally and in CI.

It also catches the more generic OSError when attempting to load a file.

An example of a silent error: https://github.com/RedisGears/RedisGears/actions/runs/6955523435/job/18924456438#step:8:28179

This helps to avoid silent errors during the modules loading when
running RLTest both, locally and in CI.

Also catches the more generic OSError when attemping to load a file.
@iddm iddm merged commit 409e17c into RedisLabsModules:master Dec 6, 2023
22 checks passed
@iddm iddm deleted the fix-ci-pipelines-not-failing-on-script-failure branch December 6, 2023 08:52
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