Skip to content

Commit

Permalink
#7 Made a pause before the udf validation
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsimb committed May 17, 2024
1 parent 2268e5e commit 9ce0144
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/integration/test_language_container_deployer_saas.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from contextlib import ExitStack
from pathlib import Path
import time

from pyexasol import ExaConnection
import exasol.bucketfs as bfs
Expand Down Expand Up @@ -52,5 +53,7 @@ def test_language_container_deployer(
database_id=operational_saas_database_id,
token=saas_token)
deployer.run(container_file=Path(container_path), alter_system=True, allow_override=True)

time.sleep(20.)
new_connection = stack.enter_context(saas_connection_factory(compression=True))
assert_udf_running(new_connection, TEST_LANGUAGE_ALIAS, TEST_SCHEMA)

0 comments on commit 9ce0144

Please sign in to comment.