Skip to content

Commit

Permalink
Fixed check_rollback_7.1.30_script.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomuben committed Oct 30, 2024
1 parent 96b2b92 commit 5471f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_rollback_7.1.30_script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
working-directory: doc/user_guide/resources
- name: Check if construct_alter_system_command_before_update.sql works
run: |
RESULT=`exaplus -c localhost:8888 -u sys -p exasol -f ./construct_alter_system_command_before_update.sql` || (echo "$RESULT" && exit 1)
exaplus -c localhost:8888 -u sys -p exasol -f ./construct_alter_system_command_before_update.sql
echo "$RESULT" | grep "ALTER SYSTEM SET SCRIPT_LANGUAGES='JAVA=builtin_java PYTHON3=builtin_python3 R=localzmq+protobuf:///bfsdefault/default/EXAClusterOS/ScriptLanguages-standard-EXASOL-7.1.0-slc-v6.0.0-VYP23K36/?lang=r#/buckets/bfsdefault/default/EXAClusterOS/ScriptLanguages-standard-EXASOL-7.1.0-slc-v6.0.0-VYP23K36/exaudf/exaudfclient_py3';"
exaplus -q -c localhost:8888 -u sys -p exasol -sql "$RESULT"
exaplus -q -c localhost:8888 -u sys -p exasol -sql "SELECT TEST.R_DEMO();"
Expand Down

0 comments on commit 5471f17

Please sign in to comment.