Skip to content

Instantly share code, notes, and snippets.

@mattzeunert
Created August 9, 2015 12:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattzeunert/3f8dcf666eaa2238a9a5 to your computer and use it in GitHub Desktop.
Save mattzeunert/3f8dcf666eaa2238a9a5 to your computer and use it in GitHub Desktop.
Running "mutationTest:karma" (mutationTest) task
(13:40:25.663) TRACE [mutation-testing-karma]: Copied ["src/add.js","test/add.spec.js"] to /var/folders/tg/r1vq4wwd641fbx971h2gyqp00000gn/T/mutation-testing11579-30414-h3y7d7
(13:40:25.665) TRACE [KarmaServer]: Starting a Karma server on port 12111...
(13:40:25.665) TRACE [KarmaServer]: Server status changed to: INITIALIZING
(13:40:26.489) DEBUG [KarmaServer]: 09 08 2015 13:40:26.487:INFO [karma]: Karma v0.13.8 server started at http://localhost:12111/
(13:40:26.493) DEBUG [KarmaServer]: 09 08 2015 13:40:26.492:INFO [launcher]: Starting browser Chrome
(13:40:27.369) DEBUG [KarmaServer]: 09 08 2015 13:40:27.369:INFO [Chrome 44.0.2403 (Mac OS X 10.10.4)]: Connected on socket A31K__dwf5_um9AzAAAA with id 10769986
(13:40:27.369) TRACE [KarmaServer]: Server status changed to: READY
(13:40:27.370) INFO [KarmaServer]: Karma server started after 1705ms and is listening on port 12111
(13:40:27.370) TRACE [KarmaServer]: Server status changed to: RUNNING
[2015-08-09 13:40:27.471] [DEBUG] config - No config file specified.
(13:40:27.549) TRACE [KarmaServer]: Server status changed to: READY
(13:40:27.666) TRACE [KarmaServer]: Server status changed to: STOPPED
(13:40:27.667) TRACE [KarmaServer]: Starting a Karma server on port 12112...
(13:40:27.667) TRACE [KarmaServer]: Server status changed to: INITIALIZING
(13:40:28.520) DEBUG [KarmaServer]: 09 08 2015 13:40:28.517:INFO [karma]: Karma v0.13.8 server started at http://localhost:12112/
(13:40:28.525) DEBUG [KarmaServer]: 09 08 2015 13:40:28.524:INFO [launcher]: Starting browser Chrome
(13:40:29.384) DEBUG [KarmaServer]: 09 08 2015 13:40:29.383:INFO [Chrome 44.0.2403 (Mac OS X 10.10.4)]: Connected on socket uJSpAoIc2bBRGM0fAAAA with id 70038366
(13:40:29.384) TRACE [KarmaServer]: Server status changed to: READY
(13:40:29.384) INFO [KarmaServer]: Karma server started after 1717ms and is listening on port 12112
(13:40:29.384) TRACE [KarmaServer]: Server status changed to: RUNNING
(13:40:29.560) TRACE [KarmaServer]: Server status changed to: READY
(13:40:29.674) TRACE [KarmaServer]: Server status changed to: STOPPED
(13:40:29.675) INFO [KarmaCodeSpecsMatcher]: Found pairs of code files and specs: {}
(13:40:29.676) TRACE [KarmaServer]: Starting a Karma server on port 12113...
(13:40:29.676) TRACE [KarmaServer]: Server status changed to: INITIALIZING
(13:40:30.526) DEBUG [KarmaServer]: 09 08 2015 13:40:30.524:INFO [karma]: Karma v0.13.8 server started at http://localhost:12113/
(13:40:30.530) DEBUG [KarmaServer]: 09 08 2015 13:40:30.529:INFO [launcher]: Starting browser Chrome
(13:40:31.367) DEBUG [KarmaServer]: 09 08 2015 13:40:31.367:INFO [Chrome 44.0.2403 (Mac OS X 10.10.4)]: Connected on socket Maw-Z7IwXblNOL4FAAAA with id 44806563
(13:40:31.367) TRACE [KarmaServer]: Server status changed to: READY
(13:40:31.368) INFO [KarmaServer]: Karma server started after 1692ms and is listening on port 12113
(13:40:31.369) TRACE [KarmaServer]: Server status changed to: RUNNING
(13:40:31.553) TRACE [KarmaServer]: Server status changed to: READY
(13:40:31.573) INFO [mutation-testing]: Mutating file: /var/folders/tg/r1vq4wwd641fbx971h2gyqp00000gn/T/mutation-testing11579-30414-h3y7d7/src/add.js
(13:40:31.575) INFO [mutation-testing]: Mutating line 1, 1/3 (33%)
(13:40:31.575) TRACE [KarmaServer]: Server status changed to: RUNNING
(13:40:31.710) TRACE [KarmaServer]: Server status changed to: READY
/src/add.js:1:1 Removed function add(a, b){ return a + b; } -> SURVIVED
(13:40:31.711) INFO [mutation-testing]: Mutating line 2, 2/3 (67%)
(13:40:31.712) TRACE [KarmaServer]: Server status changed to: RUNNING
(13:40:31.843) TRACE [KarmaServer]: Server status changed to: READY
(13:40:31.844) INFO [mutation-testing]: Mutating line 2, 3/3 (100%)
(13:40:31.844) TRACE [KarmaServer]: Server status changed to: RUNNING
(13:40:31.969) TRACE [KarmaServer]: Server status changed to: READY
(13:40:31.970) DEBUG [mutation-testing]: Restore file: /var/folders/tg/r1vq4wwd641fbx971h2gyqp00000gn/T/mutation-testing11579-30414-h3y7d7/src/add.js
(13:40:31.970) INFO [mutation-testing]: Done mutating file: /var/folders/tg/r1vq4wwd641fbx971h2gyqp00000gn/T/mutation-testing11579-30414-h3y7d7/src/add.js
(13:40:31.971) TRACE [KarmaServer]: Server status changed to: STOPPED
2 of 3 unignored mutations are tested (66%).
Done, without errors.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment