Github user nickwallen commented on the issue: https://github.com/apache/metron/pull/803 @iraghumitra Are all these e2e tests passing for you? I am still getting failures. I manually truncated the `metron_updates` table before running them also. ``` ************************************************** * Failures * ************************************************** 1) metron-alerts tree view drag and drop should change group order - Expected '0,alerts_ui_e2e,ALERTS,91' to equal '0,alerts_ui_e2e,ALERTS,169' First Dash Row should be correct - Expected '' to equal '0 US (22)' Dash Group Values should be correct for US - Expected '' to equal '0 RU (44)' Dash Group Values should be present for RU - Expected '' to equal '0 FR (25)' Dash Group Values should be present for FR 2) metron-alerts tree view should have sort working for group details for multiple sub groups - Failed: stale element reference: element is not attached to the page document (Session info: chrome=62.0.3202.94) (Driver info: chromedriver=2.33.506106 (8a06c39c4582fbfbab6966dbb1c38a9173bfb1a2),platform=Mac OS X 10.13.1 x86_64) 3) metron-alerts tree view should have search working for group details for multiple sub groups - Error: Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL. - Error: Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL. 4) meta-alerts workflow should create a meta alert from nesting of more than one level - Error: Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL. - Error: Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL. Executed 44 of 44 specs (4 FAILED) in 8 mins 46 secs. ```
---