Skip to content

GEODE-4240: Fixup DeprecatedCacheServerLauncherIntegrationTest#3645

Merged
kirklund merged 3 commits intoapache:developfrom
kirklund:GEODE-4240-DeprecatedCacheServerLauncherIntegrationTest
May 29, 2019
Merged

GEODE-4240: Fixup DeprecatedCacheServerLauncherIntegrationTest#3645
kirklund merged 3 commits intoapache:developfrom
kirklund:GEODE-4240-DeprecatedCacheServerLauncherIntegrationTest

Conversation

@kirklund
Copy link
Copy Markdown
Contributor

No description provided.

@kirklund kirklund requested a review from moleske May 29, 2019 21:11
Copy link
Copy Markdown
Member

@moleske moleske left a comment

Choose a reason for hiding this comment

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

Thanks for doing cleanup, makes it easier to follow!

public class DeprecatedCacheServerLauncherIntegrationTest {
private static final Logger logger = LogService.getLogger();

private static final long TIMEOUT_MILLIS = GeodeAwaitility.getTimeout().getValueInMS();
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thanks for switching to the consistent timeout!

}

private void execAndValidate(final String regex, final String... args)
private void execWithArgsAndValidate(Operation operation, String regex, List<String> arguments)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I like having this broken out, makes it easier to read with specific functions

@kirklund kirklund merged commit 1680b2b into apache:develop May 29, 2019
@kirklund kirklund deleted the GEODE-4240-DeprecatedCacheServerLauncherIntegrationTest branch May 29, 2019 23:14
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