Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Conversation

@jhoffner
Copy link
Member

@jhoffner jhoffner commented Sep 1, 2017

  • when-prewarmed utility added to ensure we wait until the starting daemon is ready
  • cleaned up test cases
  • improved test case prewarm integration
  • increased jvm memory

- when-prewarmed utility added to ensure we wait until the starting daemon is ready
- cleaned up test cases
- improved test case prewarm integration
- increased jvm memory
@kazk
Copy link
Member

kazk commented Sep 1, 2017

kotlin_spec.js is terminating early because /runner/frameworks/gradle/gradle.properties is gone.

Error: ENOENT: no such file or directory, open '/runner/frameworks/gradle/gradle.properties'Unhandled rejection AssertionError: expected '' to equal '42\n'

I don't know why the exit code is 0. Maybe caught by mocha and mocha's exit code is the number of failed tests, so error before failure is 0.

@kazk
Copy link
Member

kazk commented Sep 1, 2017

Groovy/Scala performance is about the same on Travis environment :(

And I think other tests are terminated early too, it's missing X passing (time) output.
image

Before
image

Probably related to new setupMocha.

- added gradle.properties back in
- when-prewarmed eslint fix
// sets up mocha, also ensures that done never gets called with an argument
module.exports.setupMocha = function() {
before(done => ensure(_ => done()));
after(done => clean(_ => done()));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clean doesn't call _ => done()

@jhoffner jhoffner merged commit 51d8c93 into codewars:master Sep 2, 2017
@jhoffner jhoffner deleted the 8-17/gradle_optimizations branch September 2, 2017 16:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants