[
https://issues.apache.org/jira/browse/METRON-1489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16458076#comment-16458076
]
ASF GitHub Bot commented on METRON-1489:
----------------------------------------
Github user anandsubbu commented on the issue:
https://github.com/apache/metron/pull/1004
@nickwallen , in order to get past the following error you are seeing..
```
<snip>
[13:44:09] E/launcher - All configured authentication methods failed
[13:44:09] E/launcher - Error: All configured authentication methods failed
at tryNextAuth
(/Users/nallen/tmp/metron-pr1004/metron-interface/metron-alerts/node_modules/ssh2/lib/client.js:380:17)
at SSH2Stream.onUSERAUTH_FAILURE
(/Users/nallen/tmp/metron-pr1004/metron-interface/metron-alerts/node_modules/ssh2/lib/client.js:591:5)
at SSH2Stream.emit (events.js:160:13)
at parsePacket
(/Users/nallen/tmp/metron-pr1004/metron-interface/metron-alerts/node_modules/ssh2-streams/lib/ssh.js:3929:10)
at SSH2Stream._transform
(/Users/nallen/tmp/metron-pr1004/metron-interface/metron-alerts/node_modules/ssh2-streams/lib/ssh.js:669:13)
at SSH2Stream.Transform._read (_stream_transform.js:185:10)
at SSH2Stream._read
(/Users/nallen/tmp/metron-pr1004/metron-interface/metron-alerts/node_modules/ssh2-streams/lib/ssh.js:251:15)
at SSH2Stream.Transform._write (_stream_transform.js:173:12)
at doWrite (_stream_writable.js:407:12)
at writeOrBuffer (_stream_writable.js:393:5)
[13:44:09] E/launcher - Process exited with error code 199
```
The error you are seeing is because of the ssh2 module which authenticates
to the vagrant node to do cleanup tasks. This needs to be fixed.
As a workaround, you can do the following in
(metron-interface/metron-alerts/e2e/utils/clean_metron_update_table.ts) i.e.
https://github.com/apache/metron/pull/1004/files#diff-2cc98b255ddf3a954ad22dfa2b5545fb
```
+ resolve();
+ //cleanupTable(resolve, reject);
```
i.e. you need to uncomment the `resolve()` function and comment out `
cleanupTable()`.
> Retrofit UI tests to run reliably during nightly QE runs
> --------------------------------------------------------
>
> Key: METRON-1489
> URL: https://issues.apache.org/jira/browse/METRON-1489
> Project: Metron
> Issue Type: Improvement
> Reporter: Daniel Toth
> Assignee: Daniel Toth
> Priority: Major
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)