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

Improve tests #9

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

JoshuaCWebDeveloper
Copy link
Contributor

  • Fix some tests that were failing
  • Write additional tests for grid bean creation and DistributedSchedulerService

Ignite can only use runnable classes that are in the classpath, which made testing the DistributedSchedulerService a bit tricky since traditionally tests are not in the classpath. My solution was to compile classes in the test folder in _Events.groovy, but exclude them from the war file in BuildConfig.groovy.

This PR leaves one failing test, as it is unclear whether or not the l2 cache is currently working or not, and it is an experimental feature anyway. I'll create a separate issue for that.

@JoshuaCWebDeveloper
Copy link
Contributor Author

This PR has been included in the following PRs as dependency:

#11

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

Successfully merging this pull request may close these issues.

1 participant