-
Notifications
You must be signed in to change notification settings - Fork 473
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_MERGE] For CI test - update postgresql branch to the latest master #2467
Conversation
We generate a unique UUID so this is supported. Note that turns 5 tests on in the PostgresMailboxManager test suite.
- Use single query to database for fetch total + total unseen The query looks like: select count(*) as "total_count", count(*) filter (where is_seen = $1) as "unseen_count" from message_mailbox where mailbox_id = cast($2 as uuid)
- It is a why make lack of test case when run the test (jpaGuiceServerShouldUpdateQuota)
…ase sql validation - It was created for JPA, with Postgresql we don't need it. (instead of mark @disabled for it)
Fixed by JAMES-2586 Small codestyle refactorings.
…lict Otherwise, we could retry on other fatal errors like: io.r2dbc.postgresql.ExceptionFactory$PostgresqlBadGrammarException: column "domain" of relation "mailbox" already exists.
…olicy before alter the table
This prevents data loss.
Co-authored-by: Quan Tran <[email protected]>
Co-authored-by: Quan Tran <[email protected]>
…ds documentation page
…-cli GIVEN I run james-cli in kubernetes THEN the pod crashes and reboots Because the james-cli runs JVM it catches the environment variables set by James. As such it always pretouch 3GB of RAM. When added to memory consumed by James it exceeds the limit and pod get's OOM-killed.
- Ref commit: 829a63f [IMPROVEMENT] JMAP use search index relevance as default sort
…Supported - TODO - Wait to adapt James-3945 to Postgres Ref commit: 81b61ed
🍏 CI is green on the PostgreSQL module (use the PostgreSQL Jenkinsfile). 🍏 |
- Fix java.util.ConcurrentModificationException - Fix test InMemoryUploadRepositoryTest
🍏 🍏 🍏 CI is green on all modules. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job.
Good job! How do we merge that into postgresql? I guess we push this on postgresql branch minus the commit |
absolute correct |
Done, will close this for now. Thanks for the work on this guys! |
To update PostgreSQL to the latest master:
Steps:
Green List:
Note: