-
Notifications
You must be signed in to change notification settings - Fork 2.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
[HUDI-7466] Add tests to AWSGlueCatalogSyncClient #10897
[HUDI-7466] Add tests to AWSGlueCatalogSyncClient #10897
Conversation
…schema when fetching
Unfortunately, Azure looks to be blocked as before - @parisni if it's ok - can I put |
d9ef1ab
to
7f8cf62
Compare
hudi-aws/src/test/java/org/apache/hudi/aws/sync/ITTestGluePartitionPushdown.java
Show resolved
Hide resolved
} | ||
|
||
@Test | ||
public void testReadFromList() throws ExecutionException, InterruptedException { |
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.
maybe keep coherent way to name the tests among all methods ? test...should...
is more meaningful to me than the other
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.
will rename
how do you run the integrations tests locally ? From what I saw here they shouldn't pass. Below is how I do:
|
I spent few hours trying to make it work best, at the end surrendered, just run locally |
what about the command line I provided. I can take a look on your branch if needed |
I don't think it's critical, I mean this way or another it passes |
From the error logs you have
I cloned your branch and reproduce the error locally when running the IT tests. Turns out you should use port In my case, falling back to |
The log of my tests:
I can try to just enable it as it's how was before, I'm not familiar with the CI part here, so decided just to ensure tests work as not want to spend much time |
45d12c1
to
3eee08a
Compare
with all defaults i see |
Is PR this still WIP? |
Now it should pass, I'm not familiar with CI setup to fix it unfortunately - at least it was like this before, so it's not completely fixed but definitely it's better than before and there is no risk. |
@hudi-bot run azure |
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.
Disabling tests is not a way to provide tests. If you are stuck please let me know and I can bring a patch
If you open patchset you'll see it's not me who disabled them |
makes sense. thanks for your insight |
Is this PR ready for review again? |
Change Logs
Continuation of #10604
Scope:
.excludeColumnSchema(true)
when fetching all partitions to reduce potential overheadImpact
Describe any public API or user-facing feature change or any performance impact.
No
Risk level (write none, low medium or high below)
If medium or high, explain what verification was done to mitigate the risks.
No
Documentation Update
Describe any necessary documentation update if there is any new feature, config, or user-facing change. If not, put "none".
ticket number here and follow the instruction to make
changes to the website.
Contributor's checklist