ak58588 commented on this pull request.
> @@ -74,6 +86,15 @@ void testIdempotent(HttpRequest request) {
System.out.printf("%s: %d iterations before the timestamp updated %n",
Thread.currentThread().getName(),
iterations);
}
+
+ /**
+ * this test is similar to testIdempotent; it checks whether request is
properly filtered when it comes to SAS Authentication
+ */
+ @Test(threadPoolSize = 3, dataProvider = "auth-sas-data", timeOut = 3000)
Done
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/1270#discussion_r257156764