[
https://issues.apache.org/jira/browse/METRON-1722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16575393#comment-16575393
]
ASF GitHub Bot commented on METRON-1722:
----------------------------------------
Github user mmiklavc commented on a diff in the pull request:
https://github.com/apache/metron/pull/1138#discussion_r209080362
--- Diff:
metron-platform/metron-pcap-backend/src/test/java/org/apache/metron/pcap/query/PcapCliTest.java
---
@@ -166,12 +166,12 @@ public void
runs_fixed_pcap_filter_job_with_full_argument_list_and_default_datef
PcapOptions.START_TIME_MS.put(config, 500L);
PcapOptions.END_TIME_MS.put(config, 1000L);
PcapOptions.NUM_RECORDS_PER_FILE.put(config, 1000);
+ PcapOptions.PRINT_JOB_STATUS.put(config, true);
--- End diff --
Probably remove these as they're not used anymore by the test.
> PcapCLI should print progress to stdout
> ---------------------------------------
>
> Key: METRON-1722
> URL: https://issues.apache.org/jira/browse/METRON-1722
> Project: Metron
> Issue Type: Sub-task
> Reporter: Ryan Merriman
> Assignee: Ryan Merriman
> Priority: Major
>
> It would be helpful if the Pcap CLI reported job status included state and
> percent complete.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)