Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'Invalid time value' when gathering JUnit results #1

Closed
mordka opened this issue Jun 1, 2016 · 1 comment
Closed

'Invalid time value' when gathering JUnit results #1

mordka opened this issue Jun 1, 2016 · 1 comment

Comments

@mordka
Copy link

mordka commented Jun 1, 2016

I get this error both locally and in Circle CI.

RangeError: Invalid time value

image

Here are the stats JSON:

"stats": {
   "suites": 4,
   "tests": 9,
   "passes": 6,
   "pending": 3,
   "failures": 0,
   "start": "2016-06-01T11:55:54.440Z",
   "end": "2016-06-01T11:55:57.947Z",
   "duration": 3507
 }

The command used:

SERVER_TEST_REPORTER=junit CLIENT_TEST_REPORTER=json meteor test --full-app --once --driver-package linguahouse:mocha-phantomjs-junit --settings settings-test.json

@javascriptlove
Copy link
Contributor

Hello @mordka
Thanks for a report, apparently i didn't test pending tasks... so i made some changes including other bugs i found myself too and they will appear in atmosphere soon. I will close the issue, but if you happen to find other bugs - feel free to reopen or make a new issue if it's not related.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants