-
Notifications
You must be signed in to change notification settings - Fork 384
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
CLDR-16835 fix phase check for adding items #3816
CLDR-16835 fix phase check for adding items #3816
Conversation
- adding items was using the overall phase instead of the specific phase
Let's get this pushed this morning.
…On Thu, Jun 20, 2024, 08:01 Tom Bishop ***@***.***> wrote:
***@***.**** approved this pull request.
—
Reply to this email directly, view it on GitHub
<#3816 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACJLEMFUY6B27JGI2O3SQRLZILVC5AVCNFSM6AAAAABJUEBREOVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDCMZQGY4TCNRRHA>
.
You are receiving this because your review was requested.Message ID:
***@***.***>
|
Error: TestSTFactory.TestVotePerf:470->runDataDrivenTest:486 Unexpected exception: org.unicode.cldr.web.SurveyException: Status action is forbidden: FORBID_UNLESS_DATA_SUBMISSION |
Once it works, of course.
…On Thu, Jun 20, 2024, 08:13 Tom Bishop ***@***.***> wrote:
Error: TestSTFactory.TestVotePerf:470->runDataDrivenTest:486 Unexpected
exception: org.unicode.cldr.web.SurveyException: Status action is
forbidden: FORBID_UNLESS_DATA_SUBMISSION
—
Reply to this email directly, view it on GitHub
<#3816 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACJLEMFV5YU5RPT2GGWVFW3ZILWS5AVCNFSM6AAAAABJUEBREOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOBQHE2TCMZTGQ>
.
You are receiving this because your review was requested.Message ID:
***@***.***>
|
surprising if isUnitTest() returns false in this context? |
working on it |
org.unicode.cldr.web.SurveyException: Status action is forbidden: FORBID_UNLESS_DATA_SUBMISSION |
- the phase system needs to return BUILD when in unit tests.
Took some digging but PTAL |
Could I get someone else to merge/drive this once it passes and is reviewed? Have to jump off for some time. |
It passed, so I reviewed and will merge it. We'll need to test it out on
smoke test once it appears there, to make sure it works. I will be able to
look at it between 10:00 and 11:00.
If it works, then I can do a quick sanity check and push.
…On Thu, Jun 20, 2024 at 9:10 AM Steven R. Loomis ***@***.***> wrote:
Could I get someone else to merge/drive this once it passes and is
reviewed? Have to jump off for some time.
—
Reply to this email directly, view it on GitHub
<#3816 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACJLEMEJULWJNYLU44RG7R3ZIL5GPAVCNFSM6AAAAABJUEBREOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOBRGA3DKMZQGU>
.
You are receiving this because your review was requested.Message ID:
***@***.***>
|
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.
Thanks
CLDR-16835
ALLOW_MANY_COMMITS=true