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

update scripts #299

Merged
merged 1 commit into from Jul 14, 2018
Merged

update scripts #299

merged 1 commit into from Jul 14, 2018

Conversation

furkansenharputlu
Copy link
Contributor

No description provided.

SNAPSHOT_REPO="https://oss.sonatype.org/content/repositories/snapshots"
RELEASE_REPO="http://repo1.maven.apache.org/maven2"
ENTERPRISE_RELEASE_REPO="https://repository-hazelcast-l337.forge.cloudbees.com/release/"
ENTERPRISE_SNAPSHOT_REPO="https://repository-hazelcast-l337.forge.cloudbees.com/snapshot/"
ENTERPRISE_SNAPSHOT_REgiPO="https://repository-hazelcast-l337.forge.cloudbees.com/snapshot/"
Copy link
Contributor

Choose a reason for hiding this comment

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

typo -> REgiPO

@furkansenharputlu
Copy link
Contributor Author

verify

@furkansenharputlu furkansenharputlu added this to the 0.9 milestone Jun 12, 2018
@furkansenharputlu
Copy link
Contributor Author

verify

@mustafaiman
Copy link
Contributor

These tests failed:

1) NearCachedMap invalidate on change=true get returns null if the entry was removed by another client:
15:00:34 
15:00:34       AssertionError: expected 1 to equal 0
15:00:34       + expected - actual
15:00:34 
15:00:34       -1
15:00:34       +0
15:00:34       
15:00:34       at expectStats (test/map/NearCachedMapTest.js:81:43)
15:00:34       at test/map/NearCachedMapTest.js:135:21
15:00:34       at tryCatcher (node_modules/bluebird/js/release/util.js:16:23)
15:00:34       at Promise._settlePromiseFromHandler (node_modules/bluebird/js/release/promise.js:512:31)
15:00:34       at Promise._settlePromise (node_modules/bluebird/js/release/promise.js:569:18)
15:00:34       at Promise._settlePromise0 (node_modules/bluebird/js/release/promise.js:614:10)
15:00:34       at Promise._settlePromises (node_modules/bluebird/js/release/promise.js:693:18)
15:00:34       at Async._drainQueue (node_modules/bluebird/js/release/async.js:133:16)
15:00:34       at Async._drainQueues (node_modules/bluebird/js/release/async.js:143:10)
15:00:34       at Immediate.Async.drainQueues [as _onImmediate] (node_modules/bluebird/js/release/async.js:17:14)
15:00:34 
15:00:34   2) SSL Client Authentication Test via programmatic configuration "after each" hook for "ma:required, server does not know client, client knows server should fail":
15:00:34      Error: Timeout of 8000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves.

I am running the test suite again to see if those two are just flaky tests or this PR causes the two tests fail consistently.

@mustafaiman
Copy link
Contributor

verify

@mustafaiman
Copy link
Contributor

I am thinking there is a recurring pattern. This test failed again

 1) SSL Client Authentication Test via programmatic configuration "after each" hook for "ma:required, server does not know client, client knows server should fail":
15:31:10      Error: Timeout of 8000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves.

Let's find why this starts to fail when we change the server version before merging this PR

@furkansenharputlu
Copy link
Contributor Author

verify

@mustafaiman mustafaiman merged commit 3968562 into hazelcast:master Jul 14, 2018
@furkansenharputlu furkansenharputlu moved this from In progress to Done in 0.9 Jul 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
0.9
Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants