-
Notifications
You must be signed in to change notification settings - Fork 294
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
Development
: Fix some failing Postgres tests and LinkPreviewIntegrationTest
#8037
Conversation
Development
: Fix Postgres TestsDevelopment
: Fix some constantly failing Postgres tests and LinkPreviewIntegrationTest
WalkthroughThis update involves refining the Changes
Related issues
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
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.
Thank you for fixing this!
private static final String GOOGLE_URL = "https://google.com"; | ||
|
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.
this still calls a foreign url
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.
all of them do, I tried it with artemis URLs but then the test failed, I hope someone fixes this when someone takes on #8054 as I don't want to loose much time right now
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.
You are right, my bad 💀
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.
✅ ✅ ✅
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 for fixing this 🍏
private static final String GOOGLE_URL = "https://google.com"; | ||
|
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.
You are right, my bad 💀
Development
: Fix some constantly failing Postgres tests and LinkPreviewIntegrationTestDevelopment
: Fix some failing Postgres tests and LinkPreviewIntegrationTest
Checklist
General
Server
Motivation and Context
This PR fixes some postgres tests because an invalid SQL construct was used. It also fixes the now constantly failing LinkPreviewIntegrationTest which should be completely refactored, I'll open an issue -> #8054
The postgres tests still don't pass completely, one to two tests are very flacky and I can't reproduce that on my machine.
Description
Steps for Testing
Check if the SQL has changed, because it should not
Testserver States
Note
These badges show the state of the test servers.
Green = Currently available, Red = Currently locked
Review Progress
Code Review
Test Coverage
Screenshots
Summary by CodeRabbit
Summary by CodeRabbit