-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Force user id to be considered as numeric value when loadData with postgresql and Liquibase #8906
Force user id to be considered as numeric value when loadData with postgresql and Liquibase #8906
Conversation
In case of postgresql the id is considered as varying value instead of numeric. The loadData failed.
@avdev4j I restarted the specific test to use last commited updates for spring-boot 2.1.1 |
@DanielFran great ! |
If it pass the test, I will restart all again, because I commited now to use postgresql 11.1 docker image. |
Unfortunately we can reproduce the problem :
I wonder if it come from spring data jest ❓ |
At least the liquibase issue is fixed! |
And the elasticsearch docker starting too ! |
Maybe it is better to update the title just to confirm the issue is fixed for user type in postgre and open an issue in data-jest |
That's what I did first but because I commit a modification for elastic docker I changed the title. |
Yes, revert it! I need to review elastic.yml |
I pushed a fix to see if it works.... please revert so we can relaunch the tests |
bf3ef55
to
89bc7fe
Compare
Done ! |
Thanks @avdev4j |
You're welcome ;) |
In case of postgresql the id is considered as varying value
instead of numeric. The loadData failed. We have to force the type when load data.
It seems to be a regression but don't any information about it.