Ejemplo n.º 1
0
 def test_different_state_pusher_version(self):
     self.assertTrue(
         _DEBUG_JAR_ARG_RE.match(
             's3://puppyland.elasticmapreduce/libs/state-pusher/3.14159/fetch'
         ))
Ejemplo n.º 2
0
 def test_boto_2_39_0_debugging_jar(self):
     # we don't actually look at the jar
     self.assertFalse(
         _DEBUG_JAR_ARG_RE.match(
             's3n://us-east-1.elasticmapreduce/libs/script-runner/'
             'script-runner.jar'))
Ejemplo n.º 3
0
 def test_boto_2_40_0_debugging_arg_us_west_1(self):
     self.assertTrue(
         _DEBUG_JAR_ARG_RE.match(
             's3://us-west-1.elasticmapreduce/libs/state-pusher/0.1/fetch'))
Ejemplo n.º 4
0
 def test_empty(self):
     self.assertFalse(_DEBUG_JAR_ARG_RE.match(''))