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

Add test for %env directive #556

Open
tkilias opened this issue Jul 15, 2019 · 2 comments
Open

Add test for %env directive #556

tkilias opened this issue Jul 15, 2019 · 2 comments
Labels
blocked:yes Currently blocked by another ticket refactoring Code improvement without behavior change

Comments

@tkilias
Copy link
Collaborator

tkilias commented Jul 15, 2019

Background

  • We should test if the %env directive works for our UDFs, we already have some tests, but they don't cover all important environment variables See more here: https://docs.exasol.com/database_concepts/udf_scripts/programming_languages_detail.htm
  • For example, LD_LIBRARY_PATH is not tests, to be precise the test is disabled
    • As more research showed, this test is disabled, because the docker-db has currently a bug
  • However, we should also check other environment variables, such as
    • TZ (timezone)
    • LC_* (locale)
    • PATH

Acceptance Criteria

  • Add tests for TZ, LC_* and PATH (the correct settings are unclear, so first return them and then lets discuss them)
@tkilias
Copy link
Collaborator Author

tkilias commented Nov 23, 2020

@redcatbear redcatbear added refactoring Code improvement without behavior change source:exasol labels Apr 21, 2021
@tomuben tomuben transferred this issue from exasol/script-languages Apr 11, 2022
@tkilias
Copy link
Collaborator Author

tkilias commented Jul 12, 2022

Blocked by docker-db 7.*

@tkilias tkilias added the blocked:yes Currently blocked by another ticket label Jul 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked:yes Currently blocked by another ticket refactoring Code improvement without behavior change
Projects
None yet
Development

No branches or pull requests

2 participants