-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
Upgrade to Plone 6.0.0rc1 #1541
Conversation
@tisto thanks for creating this Pull Request and helping to improve Plone! TL;DR: Finish pushing changes, pass all other checks, then paste a comment:
To ensure that these changes do not break other parts of Plone, the Plone test suite matrix needs to pass, but it takes 30-60 min. Other CI checks are usually much faster and the Plone Jenkins resources are limited, so when done pushing changes and all other checks pass either start all Jenkins PR jobs yourself, or simply add the comment above in this PR to start all the jobs automatically. Happy hacking! |
✅ Deploy Preview for plone-restapi canceled.
|
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.
LGTM, but the workingcopy_baseline_get.resp
test is having an uncommitted change again. I wonder if it depends on the timezone of the action runner. We do explicitly set it to UTC
both in base.cfg
and in testing.py
, so it may be something else.
@mauritsvanrees that's super odd. I won't have time tonight or tomorrow to look into this. Though, I could cut a release at any time if needed. Maybe @reebalazs can have a look tomorrow... |
This reverts commit 03d421b. After upgrading to 6.0.0rc1 this is no longer needed.
I am not sure if this is stable. It *does* seem to fit the timestamp in the same lock info though: ``` >>> datetime.fromtimestamp(807204600.0).isoformat() '1995-07-31T17:30:00' ```
Your merge of master in here made it fail more. The longer basic auth should be reverted. See the comment by @davisagli on my PR: with rc1 this is not needed. I have reverted that, and part of the workingcopy/lock change. Let's see. @jenkins-plone-org please run jobs |
The tests are green now, so I'll merge. We probably still need to take a look at the timezone-dependence in workingcopy_baseline_get.resp, separately |
No description provided.