-
Notifications
You must be signed in to change notification settings - Fork 26
Conversation
Signed-off-by: feihuang <feihuang@feihuangs-mbp.cn.ibm.com>
please remove the un relevant lines instead of putting them in comment, then send me again to review. Review status: 0 of 16 files reviewed at latest revision, all discussions resolved, some commit checks failed. database/connection_test.go, line 19 at r1 (raw file):
why you remove this file? is it sqlite related only? doesn't look like database/init.go, line 110 at r1 (raw file):
I don't like you put in comments Comments from Reviewable |
@FEI, let me know when you apply my comments please. Review status: 0 of 16 files reviewed at latest revision, 2 unresolved discussions, some commit checks failed. Comments from Reviewable |
@Shay, I can start to apply this after finish the flex log, if it is not urgent, I will apply it after finish the idempotent issue, how do you think? Review status: 0 of 16 files reviewed at latest revision, 2 unresolved discussions, some commit checks failed. Comments from Reviewable |
hi and after vulnerability fix move on to provisioning idempotent (since idempotent will take u more time) Review status: 0 of 16 files reviewed at latest revision, 2 unresolved discussions, some commit checks failed. Comments from Reviewable |
@shay-berman OK |
Signed-off-by: feihuang <feihuang@feihuangs-mbp.cn.ibm.com>
Review status: 0 of 17 files reviewed at latest revision, 2 unresolved discussions, some commit checks failed. database/connection_test.go, line 19 at r1 (raw file): Previously, shay-berman wrote…
For sqlite, we can test it with a db file which exist database/init.go, line 110 at r1 (raw file): Previously, shay-berman wrote…
Delete the un relevant lines Comments from Reviewable |
Review status: 0 of 17 files reviewed at latest revision, 2 unresolved discussions, some commit checks failed. database/connection_test.go, line 19 at r1 (raw file): Previously, hfeish (Fei Huang) wrote…
yes and no yes currently it tested sqlite but if you remove this unit test it means we have zero unit testing on database/connection.go which is not good. So please try to add connection_test.go file that will test the open\close of the connection.go local/clients.go, line 31 at r2 (raw file):
I am not sure if you can remove this, since it will break scale for sure. Instead, please put it in comment and send email to Gaurang S. Tapase that in dev branch we moving to postgress only (dropping sqlite) and they should be aware that the scale local client also need to change according (CC me as well). Comments from Reviewable |
Review status: all files reviewed at latest revision, 3 unresolved discussions, some commit checks failed. Comments from Reviewable |
Signed-off-by: feihuang <feihuang@feihuangs-mbp.cn.ibm.com>
Review status: 14 of 17 files reviewed at latest revision, 2 unresolved discussions, some commit checks failed. database/connection_test.go, line 19 at r1 (raw file): Previously, shay-berman wrote…
Add testCorrectFactory here, and in func(f *testCorrectFactory) newConnection(), new a *gorm.DB, with this we can test open(), and for close(), we test the case while db== nil. local/clients.go, line 31 at r2 (raw file): Previously, shay-berman wrote…
Sent email to Gaurang Comments from Reviewable |
@shay-berman , please give comment here, thanks! |
Review status: 14 of 17 files reviewed at latest revision, 1 unresolved discussion, some commit checks failed. database/connection_test.go, line 19 at r1 (raw file): Previously, hfeish (Fei Huang) wrote…
Now its better thanks Comments from Reviewable |
Change back "openssl=1.0.2o-r0" which is latest version |
Remove sqlite3
This change is