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
Hi there,
I was playing with the local testing and realized that the errors raised during local testing were not the same as during a "normal" session.
Errors during local testing become SnowparkLocalTestingException. (At least when a table doesn't exists instead of SnowparkSQLException)
I feel like this behavior is weird? It makes any endeavour of testing the exception catching in your code meaningless. Am I missing some insight here?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi there,
I was playing with the local testing and realized that the errors raised during local testing were not the same as during a "normal" session.
Errors during local testing become SnowparkLocalTestingException. (At least when a table doesn't exists instead of SnowparkSQLException)
I feel like this behavior is weird? It makes any endeavour of testing the exception catching in your code meaningless. Am I missing some insight here?
Beta Was this translation helpful? Give feedback.
All reactions