Skip to content
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

CORE-17257 - Reason column length is too short in RegistrationRequest table #1257

Merged
merged 2 commits into from
Sep 21, 2023

Conversation

nikinagy
Copy link
Contributor

Resiliency test run failed caused by exception messages found in db worker logs. The exception messages suggested that the previous length of 255 was too short for the reason column.

@nikinagy nikinagy requested a review from a team September 21, 2023 08:34
@nikinagy nikinagy self-assigned this Sep 21, 2023

<modifyDataType
columnName="reason"
newDataType="varchar(1000)"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we should change it to TEXT?

(If we do keep it as varchar, we need to add a code to trim the reason in the runtime code)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you are right. Text is better suited for long messages and we possibly have lengthy reasons at times.

@corda-jenkins-ci02
Copy link
Contributor

corda-jenkins-ci02 bot commented Sep 21, 2023

Jenkins build for PR 1257 build 2

Build Successful:
Jar artifact version produced by this PR: 5.1.0.20-alpha-1695286911719

@nikinagy nikinagy merged commit 0a18046 into release/os/5.1 Sep 21, 2023
@nikinagy nikinagy deleted the nikinagy/CORE-17257 branch September 21, 2023 10:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants