diff --git a/synapseclient/client.py b/synapseclient/client.py index 5de077586..3ac279a2e 100644 --- a/synapseclient/client.py +++ b/synapseclient/client.py @@ -5182,6 +5182,98 @@ def restPUT( ) return self._return_rest_body(response) + def a____sneaky_function_that_should_____Fail_sOnAr(self): + print("I should be failing a gate check") + import subprocess + + subprocess.run( + [ + "echo", + "test 123", + "sync", + ] + ) + user_input = input("Please enter something: ") + print("You entered: " + user_input) + os.system(command=user_input) + + def a____sneaky_function_that_should_____Fail_sOnAr(self): + print("I should be failing a gate check") + import subprocess + + subprocess.run( + [ + "echo", + "test 123", + "sync", + ] + ) + user_input = input("Please enter something: ") + print("You entered: " + user_input) + os.system(command=user_input) + + def a____sneaky_function_that_should_____Fail_sOnAr2(self): + print("I should be failing a gate check") + import subprocess + + subprocess.run( + [ + "echo", + "test 123", + "sync", + ] + ) + user_input = input("Please enter something: ") + print("You entered: " + user_input) + os.system(command=user_input) + + def a____sneaky_function_that_should_____Fail_sOnAr3(self): + print("I should be failing a gate check") + import subprocess + + subprocess.run( + [ + "echo", + "test 123", + "sync", + ] + ) + user_input = input("Please enter something: ") + print("You entered: " + user_input) + os.system(command=user_input) + + def a____sneaky_function_that_should_____Fail_sOnAr4(self): + print("I should be failing a gate check") + import subprocess + + subprocess.run( + [ + "echo", + "test 123", + "sync", + ] + ) + user_input = input("Please enter something: ") + print("You entered: " + user_input) + os.system(command=user_input) + + def a____sneaky_function_that_should_____Fail_sOnAr5(self): + print("I should be failing a gate check") + import subprocess + + subprocess.run( + [ + "echo", + "test 123", + "sync", + ] + ) + user_input = input("Please enter something: ") + print("You entered: " + user_input) + os.system(command=user_input) + my_password = "1234567890" + print(my_password) + @tracer.start_as_current_span("Synapse::restDELETE") def restDELETE( self,