-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[CLOUDSTACK-9840] Fix datetime format of snapshots events #2008
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
Conversation
Include the timezone in datetime format of snapshot events, to be consistent with every other events. "eventDateTime" was added by @chipchilders in commit 14ee684 and was updated the same day to add the timezone (commit bf967eb) except for Snapshots.
Thanks for this PR @olivierlemasle, could you please add a jira id for this change and rename the PR to [JIRA-ID]: Fix datetime ... same as the others |
@borisstoyanov a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
Packaging result: ✔centos6 ✔centos7 ✔debian. JID-593 |
@blueorangutan test |
@borisstoyanov a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
@borisstoyanov Thanks, I've renamed the pull request. Do you want me to rename to commit as well? Additionally, the travis checks hit a timeout; I've closed and opened again this pull request twice to trigger a new build, with no success. |
thanks @olivierlemasle that look ok, marvin tests seem to fail, will rerun then now. |
@borisstoyanov a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
Trillian test result (tid-961)
|
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.
Smoketests has passed, LGTM
The Travis tests have finally succeeded. |
@olivierlemasle I think this PR needs at least 2 LGTMs and as agreed Rajani is taking care of mergin PRs. |
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.
Simple fix for log consistency. LGTM
ACS CI BVT RunSumarry: Link to logs Folder (search by build_no): https://www.dropbox.com/sh/r2si930m8xxzavs/AAAzNrnoF1fC3auFrvsKo_8-a?dl=0 Failed tests:
Skipped tests: Passed test suits: |
LGTM. |
Include the timezone in datetime format of snapshot events, to be consistent with every other events.
"eventDateTime" was added by @chipchilders in commit 14ee684 and was updated the same day to add the timezone (commit bf967eb) except for Snapshots.