Re: [IndexedDB-tests] [DO NOT MERGE] Add a new test in IndexedDB to try to diagnose Travis CI problem (#4661)

Alright, this PR runs into the exact same issue - timeout on starting ChromeDriver with log:

```
PROCESS | 9505 | Starting ChromeDriver 2.27.440175 (9bc1d90b8bfa4dd181fbbf769a5eb5e575574320) on port 4447
PROCESS | 9505 | Only local connections are allowed.
u'log' (u'debug', {'message': 'Hanging up on Selenium session'})
```

It looks like the root cause seems to be modifying `IndexedDB/support.js`. This adds all the files in `IndexedDB/` to the test queue. Maybe there are too many tests and that's why ChromeDriver can't start up? Not sure how that would happen but that's my best guess for now. @jgraham 

View on GitHub: https://github.com/w3c/web-platform-tests/pull/4661#issuecomment-276415863

Received on Tuesday, 31 January 2017 16:36:06 UTC