-
Notifications
You must be signed in to change notification settings - Fork 62
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
[NO_REVIEW] JAMES-2717 Run everything on docker ES #2343
[NO_REVIEW] JAMES-2717 Run everything on docker ES #2343
Conversation
test this please |
b1e93e3
to
1332dec
Compare
1332dec
to
dd13d1e
Compare
14aecc2
to
0631a35
Compare
Not so good |
Can you try to restart ES container let's say every 100 test, just to see? |
Or try closing the ES ClientProvider when shutting down James server - this is some kind of leak related to connection not being reused like it was done with the Embedded ES |
99e45cb
to
4bd41b8
Compare
I tested and saw that the Update1: seems like the docker cassandra has been not available, and this log is generated which I can't see in other builds
|
4bd41b8
to
425debc
Compare
|
435ba5e
to
df30131
Compare
remember to create a ticket about the cassandra bulk operation bug |
|
df30131
to
0832c30
Compare
test this please |
good new :)
test this please |
test this please |
the goal is achieved |
…er side data (linagora#2343) This could help in the case the operator reverses James to an older version that does not support the recently introduced TypeName. - PushSubscription/get and PushListener would not fail when TypeStateFactory parsing the unknown typename from DB - Deserialize StateChangeEvent would not fail leads to resilient handling of StateChangeEvent Meanwhile, parsing user input, we need to be strict.
Just for testing, It's not meant to be merged