Polymer / tools

Polymer Tools Monorepo
BSD 3-Clause "New" or "Revised" License
430 stars 200 forks source link

Error code ECONNREFUSED: Unexpected error #3022

Open dominik0711 opened 8 years ago

dominik0711 commented 8 years ago

After 10 tests suites I'll receive the following warning/error:

chrome 48 Error code ECONNREFUSED: Unexpected error. { [Error: connect ECONNREFUSED 127.0.0.1:49654] code: 'ECONNREFUSED', errno: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 49654 }

This is my configuration:

remote: false,
  verbose: grunt.option('verbose'),
  expanded: grunt.option('expand'),
  persistent: grunt.option('persistent'),
  root : '..',
  plugins : {
    local : { browsers: ['chrome'] }
  },
  suites: ['test/' + id + '/t-' + id + '.html'],
  sauce: false

This is my environment:

Here a screenshot of the test output:

screen shot 2016-02-15 at 14 54 47

justinfagnani commented 8 years ago

How consistent is this error?

mbana commented 8 years ago

I get something not the same but similar. I use a proxy to talk an api and I find that if I have several test suites, i.e., more than one, say, the proxy just dies. I do not have time to look into it.

Can we not just have an option to spawn multiple browser instances for all the tests? It's much easier this way.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.