Repository: ignite
Updated Branches:
  refs/heads/ignite-9444 [created] eb9f7790c


IGNITE-9444 Check if cloud tests are working


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/eb9f7790
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/eb9f7790
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/eb9f7790

Branch: refs/heads/ignite-9444
Commit: eb9f7790c77ef3c4fabddd78030a4ba9fba9d594
Parents: 47715e0
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Authored: Wed Sep 19 09:52:11 2018 +0300
Committer: Alexey Goncharuk <alexey.goncha...@gmail.com>
Committed: Wed Sep 19 09:52:11 2018 +0300

----------------------------------------------------------------------
 .../tcp/ipfinder/cloud/TcpDiscoveryCloudIpFinderSelfTest.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/eb9f7790/modules/cloud/src/test/java/org/apache/ignite/spi/discovery/tcp/ipfinder/cloud/TcpDiscoveryCloudIpFinderSelfTest.java
----------------------------------------------------------------------
diff --git 
a/modules/cloud/src/test/java/org/apache/ignite/spi/discovery/tcp/ipfinder/cloud/TcpDiscoveryCloudIpFinderSelfTest.java
 
b/modules/cloud/src/test/java/org/apache/ignite/spi/discovery/tcp/ipfinder/cloud/TcpDiscoveryCloudIpFinderSelfTest.java
index c754553..8831c8f 100644
--- 
a/modules/cloud/src/test/java/org/apache/ignite/spi/discovery/tcp/ipfinder/cloud/TcpDiscoveryCloudIpFinderSelfTest.java
+++ 
b/modules/cloud/src/test/java/org/apache/ignite/spi/discovery/tcp/ipfinder/cloud/TcpDiscoveryCloudIpFinderSelfTest.java
@@ -60,7 +60,6 @@ public class TcpDiscoveryCloudIpFinderSelfTest extends
      *
      * @throws Exception If any error occurs.
      */
-    @IgniteIgnore("https://issues.apache.org/jira/browse/IGNITE-845";)
     public void testAmazonWebServices() throws Exception {
         testCloudProvider("aws-ec2");
     }
@@ -70,7 +69,6 @@ public class TcpDiscoveryCloudIpFinderSelfTest extends
      *
      * @throws Exception If any error occurs.
      */
-    @IgniteIgnore("https://issues.apache.org/jira/browse/IGNITE-1585";)
     public void testGoogleComputeEngine() throws Exception {
         testCloudProvider("google-compute-engine");
     }
@@ -94,6 +92,8 @@ public class TcpDiscoveryCloudIpFinderSelfTest extends
      */
     private void testCloudProvider(String provider) throws Exception {
         info("Testing provider: " + provider);
+        info(IgniteCloudTestSuite.getAccessKey(provider));
+        info(IgniteCloudTestSuite.getSecretKey(provider));
 
         TcpDiscoveryCloudIpFinder ipFinder = new TcpDiscoveryCloudIpFinder();
 

Reply via email to