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

Fix Invalidconfigtest #8422

Closed

Conversation

pveentjer
Copy link
Contributor

@pveentjer pveentjer commented Jun 20, 2016

Fix #8169

Bad practice to assert on generated strings by a implementation not controlled by us.

@pveentjer pveentjer added this to the 3.7 milestone Jun 20, 2016
@pveentjer pveentjer changed the title Fix/3.7/8169 invalidconfigtest Fix Invalidconfigtest Jun 20, 2016
@@ -298,7 +298,7 @@ public void async_whenEventuallyHeartbeatTimeout_thenOperationTimeoutException()

@Test
public void sync_whenCallTimeout_thenOperationTimeoutException() throws Exception {
long callTimeoutMs = 10000;
long callTimeoutMs = 60000;
Copy link
Contributor

Choose a reason for hiding this comment

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

is this change intentionally in this PR?

@devOpsHazelcast
Copy link
Collaborator

Test PASSed.

@tombujok
Copy link
Contributor

tombujok commented Jul 8, 2016

@pveentjer do you want to rebase it before code freeze?

@mdogan
Copy link
Contributor

mdogan commented Jul 18, 2016

needs rebase

@ahmetmircik
Copy link
Member

@pveentjer ?

@pveentjer pveentjer closed this Jul 25, 2016
@mmedenjak mmedenjak added the Source: Internal PR or issue was opened by an employee label Apr 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Source: Internal PR or issue was opened by an employee Team: Core
Projects
None yet
Development

Successfully merging this pull request may close these issues.

InvalidConfigurationTest depends on system locale setting
7 participants