[
https://issues.apache.org/jira/browse/FALCON-836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14186156#comment-14186156
]
Raghav Kumar Gautam commented on FALCON-836:
--------------------------------------------
---
merlin/src/test/java/org/apache/falcon/regression/entity/ListEntitiesTest.java
(revision )
+++
merlin/src/test/java/org/apache/falcon/regression/entity/ListEntitiesTest.java
(revision )
@@ -80,6 +80,7 @@
ProcessMerlin process = new ProcessMerlin(bundles[0].getProcessData());
ClusterMerlin cluster = bundles[0].getClusterElement();
for (int i = 0; i < 10; i++) {
+ //why are setting process names again
process.setName("process" + Util.getUniqueString());
process.setTags(getRandomTags());
if (i % 2 == 0) {
@@ -88,6 +89,7 @@
AssertUtil.assertSucceeded(prism.getProcessHelper().submitAndSchedule(process.toString()));
}
+ //why are setting feed names again
feed.setName("feed" + Util.getUniqueString());
feed.setTags(getRandomTags());
if (i % 2 == 0) {
@@ -108,7 +110,7 @@
CleanupUtil.cleanAllEntities(prism);
}
-
+ //what about order by status and order by type
@Test(dataProvider = "getHelpers")
public void listEntitiesWithOrderBy(IEntityManagerHelper helper)
throws AuthenticationException, IOException, URISyntaxException {
> Add tests for entities list api
> -------------------------------
>
> Key: FALCON-836
> URL: https://issues.apache.org/jira/browse/FALCON-836
> Project: Falcon
> Issue Type: Test
> Components: merlin
> Affects Versions: 0.6
> Reporter: Ruslan Ostafiychuk
> Assignee: Ruslan Ostafiychuk
> Fix For: 0.6
>
> Attachments: FALCON-836.patch
>
>
> Tests for
> [EntityList|http://falcon.incubator.apache.org/restapi/EntityList.html]
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)