AMBARI-4420. ORA-01795: maximum number of expressions in a list is 1000 for 
Oracle DB. Unecessary comment removed. (swagle)


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

Branch: refs/heads/trunk
Commit: 0a0186b157df86e3f3f4a721da8f708e77a19a5d
Parents: 31d8208
Author: Siddharth Wagle <swa...@hortonworks.com>
Authored: Tue Oct 7 12:31:49 2014 -0700
Committer: Siddharth Wagle <swa...@hortonworks.com>
Committed: Tue Oct 7 12:31:49 2014 -0700

----------------------------------------------------------------------
 .../server/controller/internal/AlertResourceProviderTest.java       | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/0a0186b1/ambari-server/src/test/java/org/apache/ambari/server/controller/internal/AlertResourceProviderTest.java
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/test/java/org/apache/ambari/server/controller/internal/AlertResourceProviderTest.java
 
b/ambari-server/src/test/java/org/apache/ambari/server/controller/internal/AlertResourceProviderTest.java
index 144b6cc..ef014a9 100644
--- 
a/ambari-server/src/test/java/org/apache/ambari/server/controller/internal/AlertResourceProviderTest.java
+++ 
b/ambari-server/src/test/java/org/apache/ambari/server/controller/internal/AlertResourceProviderTest.java
@@ -85,7 +85,6 @@ public class AlertResourceProviderTest {
 
     Cluster cluster = EasyMock.createMock(Cluster.class);
     Clusters clusters = m_injector.getInstance(Clusters.class);
-    //Configuration config = m_injector.getInstance(Configuration.class);
 
     expect(m_amc.getClusters()).andReturn(clusters).atLeastOnce();
     expect(clusters.getCluster(capture(new 
Capture<String>()))).andReturn(cluster).atLeastOnce();

Reply via email to