[
https://issues.apache.org/jira/browse/METRON-1340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16288246#comment-16288246
]
ASF GitHub Bot commented on METRON-1340:
----------------------------------------
Github user mmiklavc commented on the issue:
https://github.com/apache/metron/pull/857
A couple notes for the community - if your node/npm versions are out of
date and you've already built the project, you'll run into trouble with
versions not matching against the expected node version, e.g. `Node Sass could
not find a binding for your current environment: OS X 64-bit with Node.js 9.x`.
I deleted the node_modules directory entirely, `rm -r
metron-alerts/node_modules`, re-ran the install, `npm install`, and then the
start server script ran successfully. Just to note, the server script does not
background the process, so you'll need to manually do that or use 2 windows to
run the e2e tests.
> Improve e2e tests for metron alerts
> -----------------------------------
>
> Key: METRON-1340
> URL: https://issues.apache.org/jira/browse/METRON-1340
> Project: Metron
> Issue Type: Bug
> Reporter: RaghuMitra
> Assignee: RaghuMitra
>
> Need to improve e2e tests in the following areas:
> - Tests should not be flaky
> - Remove the sleep ( This should implicitly make the tests run faster)
> - Truncate HBase table 'metron_update' before starting the tests
> - Improve the tests descriptions
> - Run the tests headless if possible
> - Check the node version and browser version before launching the tests
> The expected behavior is that there are no intermittent failures. Acceptance
> criteria: 5 consecutive runs without failures.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)