-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
all: add cockroachdb support #1348
Conversation
02e5bc9
to
681b114
Compare
@aeneasr I cannot figure out where is the problem here with the tests, can you give me a hand with this? |
4b67d66
to
b620489
Compare
Related commit in x: lopezator/x@44fa603 |
c545e64
to
bd57a03
Compare
Thank you for all your hard work! The most recent error seems to be stemming from broken SSL?
|
I've been doing some advances on this and been able to pass almost all tests, but still some failing. I've been working on my fork to avoid spamming you. It's a draft implementation though: If you could take a look, it would be great, to collect some feedback. I'll keep you posted if I make some significative advance. |
I think it's only a couple of copy&paste errors in the circle config. Sometimes you're using |
0ca3eb1
to
5862093
Compare
add cockroachdb support Signed-off-by: David López <not4rent@gmail.com>
So this is basically ready for a final review and then merge (after resolving conflicts)? |
Not yet. I wanted to clean-up some code (ifs) I added for the cockroachdb/postgres dsn overrides etc... Anyway, correct me If I am wrong but maybe I should first send a PR to https://github.com/ory/hydra/pull/1348/files#diff-37aff102a57d3d7b797f152915a6dc16R88 I'm working now on passing tests and cleaning up things on I'll send you a PR there when I'm done. I also opened this issue in |
f49f921
to
41d99cf
Compare
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.
Just a few more changes then it should be good to go!
PTAL @aeneasr I changed all the I originally reordered some columns on cockroach |
9015db2
to
35d57a4
Compare
Awesome! I think that's it - once tests pass this will be merged. Thank you for this immense effort! |
I think tests fail because we're using the same shared test sqls! |
Just for the record, we freeze this until the underlying required change on Then, just pointing to new Just FYI, we packed |
That's great news!!! |
244459d
to
50ea156
Compare
PTAL @aeneasr Pending:
|
add cockroachdb support Signed-off-by: David López <not4rent@gmail.com> Signed-off-by: David López <not4rent@gmail.com>
|
Thank you! |
Thank you for merging and supporting me during the whole proccess! 🎉 🎉 |
add cockroachdb support
Signed-off-by: David López not4rent@gmail.com
Related PR
#1326