-
Notifications
You must be signed in to change notification settings - Fork 261
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
[RELEASE] Release 3.8 #6435
Comments
Propose to branch first thing Tue 26th May 2022 @davidradl - for initial branch/test I will leave at 3.8.0-rc.0 . I would presume we can create a 3.8.0 release next week. If not we also have the option to go back to previous release. |
Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
odpi/egeria#6435 First prerelease version for the 3.8 release
(Release 3.8) #6435 Update release version to 3.8
Egeria react UI issues noted (3.8.0-rc.0)
|
3.8 cts graph ok:
|
Output of 3.8 CTS - inmemory:
Note that there is a change
is unexpected .... |
The failure is in this test case:
Investigating cc: @mandy-chessell @cmgrote |
Note that the .md file referenced https://egeria.odpi.org/open-metadata-conformance-suite/docs/repository-workbench/test-cases/repository-entity-reference-copy-lifecycle-test-case.md is a bad link |
I've run the cts a third time -- no failures (and no code change, run by a one-liner chart deployment, on the same infrastructure.....) This suggests an intermittent timing issue, and this is a lifecycle test .... I'll run CTS using the notebooks. Additionally we would recommend the crux/xtdb connector for production use. |
Ran again, and now two failures - as above, plus the same error on ControlPointDefinition |
The failure appears to have been caused by hitting the retry limit in this test:
(This was the failure on 2 entities) |
PollCount changed to 100 ie max 10s -- made in 3 different areas where we have similar logic. I opted for a modest 2x -- we wouldn't expect this to be really slow, and if so, could it point to another issue...? May need revisiting in future, alongside tracking latency of the creation end to end. |
Latest CTS test run with modified timer was clean. Given that it's clear the error was a timeout, the loop has been extended, now run clean I'm going to deem the CTS tests as passed for this release. Remaining activity : integrate fixed react UI |
Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
odpi/egeria#6435 update links for 3.8 release
Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
odpi/egeria#6435 final versions for 3.8 release
Work Plan
Create release 3.8 :
Prior to the release work
Branching & Correcting versions
Final updates to the release
Generate a release image for testing
Updating the React UI (as this is part of the notebook test). Note egeria-ui is out of scope other than inclusion of current release
Updating the Helm Charts (egeria-charts repo)
Final tests
Final Docs
Final build and publish
Additional components
The text was updated successfully, but these errors were encountered: