Skip to content

GEODE-3650: Run restart script for persistence example#25

Closed
upthewaterspout wants to merge 1 commit intoapache:developfrom
upthewaterspout:feature/GEODE-3650
Closed

GEODE-3650: Run restart script for persistence example#25
upthewaterspout wants to merge 1 commit intoapache:developfrom
upthewaterspout:feature/GEODE-3650

Conversation

@upthewaterspout
Copy link
Contributor

The runAll task was not testing the restart script of the persistence
example.

@PivotalSarge

The runAll task was not testing the restart script of the persistence
example.

project.afterEvaluate {
runAll.dependsOn(restart);
restart.mustRunAfter(run);
Copy link
Contributor

Choose a reason for hiding this comment

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

If restart runs after run and run is run twice, does restart get run twice?

@upthewaterspout
Copy link
Contributor Author

I haven't gotten around to fixing the issue of running restart twice yet. Closing this PR for now.

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.

2 participants