You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rme_rs.py should fail correctly. Right now it's allowing upload to the warehouse which is probably not what we want. Likely it just means adding if [[ $? != 0 ]]; then return 1; fi to the shell script should fix this (maybe we should audit the other shell scripts too to make sure the other _rs.py scripts have this behaviour too.
There are two problems here:
rme_rs.py
should succeed (ideally)rme_rs.py
should fail correctly. Right now it's allowing upload to the warehouse which is probably not what we want. Likely it just means addingif [[ $? != 0 ]]; then return 1; fi
to the shell script should fix this (maybe we should audit the other shell scripts too to make sure the other _rs.py scripts have this behaviour too.Original logs:
CYBERCASTOR-0296ec73-d2bc-4c55-aa0c-a2f16088f231_bfdc0408-0acc-4c6c-9575-2e8b8dd06eaa.log
The text was updated successfully, but these errors were encountered: