exasol / integration-test-docker-environment

A docker-based environment for integration tests with the EXASOL DB.
https://exasol.github.io/integration-test-docker-environment/
MIT License
6 stars 2 forks source link

UDF Test for builtin script-languages #227

Closed tomuben closed 1 year ago

tomuben commented 2 years ago

Background

Because we write our own config, we need to ensure that the launched DB is still compatible and can execute UDF's. Currently we just copy the configs for each minor release versions of the docker-db, however it is possible that there changes regarding the config, that could break the execution of an UDF.

Acceptance Criteria

Add an integration test which deploys and runs a simple Python3, Java and R UDF.

tkilias commented 1 year ago

more or less solved with https://github.com/exasol/integration-test-docker-environment/issues/351