cgivre commented on issue #6610: Add support to Apache Drill URL: https://github.com/apache/incubator-superset/pull/6610#issuecomment-485620980 Ok, this is weird. The unit tests all pass on my machine, but when I submit the PR, I get the following errors. ``` 1) Dashboard save "before each" hook for "should save/overwrite dashboard": Error: Blocked a frame with origin "http://localhost:8081" from accessing a cross-origin frame. at jquery (http://localhost:8081/__cypress/runner/cypress_runner.js:58622:46) at Object.getRemotejQueryInstance (http://localhost:8081/__cypress/runner/cypress_runner.js:58627:22) at Context.thenFn (http://localhost:8081/__cypress/runner/cypress_runner.js:53952:24) at Context.then (http://localhost:8081/__cypress/runner/cypress_runner.js:54262:21) at Context.<anonymous> (http://localhost:8081/__cypress/runner/cypress_runner.js:61169:21) at http://localhost:8081/__cypress/runner/cypress_runner.js:60874:33 at tryCatcher (http://localhost:8081/__cypress/runner/cypress_runner.js:127195:23) at Promise._settlePromiseFromHandler (http://localhost:8081/__cypress/runner/cypress_runner.js:125213:31) at Promise._settlePromise (http://localhost:8081/__cypress/runner/cypress_runner.js:125270:18) at Promise._settlePromiseCtx (http://localhost:8081/__cypress/runner/cypress_runner.js:125307:10) at Async._drainQueue (http://localhost:8081/__cypress/runner/cypress_runner.js:122124:12) at Async._drainQueues (http://localhost:8081/__cypress/runner/cypress_runner.js:122129:10) at Async.drainQueues (http://localhost:8081/__cypress/runner/cypress_runner.js:122003:14) at <anonymous> (Results) ┌──────────────────���────────────────────┐ │ Tests: 8 │ │ Passing: 7 │ │ Failing: 1 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 1 minute, 3 seconds │ │ Spec Ran: dashboard/index.test.js │ └───────────────────────────────────────┘ ================================================================================ (Run Finished) Spec Tests Pass… Fail… Pend… Skip… ┌────────────────────────────────────────────────────────────────────────────┐ │ ✖ dashboard/index.test.js 01:03 8 7 1 - - │ └────────────────────────────────────────────────────────────────────────────┘ 1 of 1 failed (100%) 01:03 8 7 1 - - npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! [email protected] cypress: `cypress "run" "--spec" "cypress/integration/dashboard/*" "--record" "false" "--config" "video=false"` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the [email protected] cypress script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! /home/travis/.npm/_logs/2019-04-23T02_11_51_043Z-debug.log ERROR: InvocationError for command /home/travis/build/apache/incubator-superset/superset/assets/cypress_build.sh dashboard (exited with code 1) ___________________________________ summary ____________________________________ ERROR: cypress-dashboard: commands failed ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
