apache / carbondata

High performance data store solution
carbondata.apache.org
Apache License 2.0
1.43k stars 704 forks source link

[WIP] test CI and fix CI error #4336

Closed xubo245 closed 8 months ago

xubo245 commented 8 months ago

Why is this PR needed?

What changes were proposed in this PR?

Does this PR introduce any user interface change?

WillemJiang commented 8 months ago

@xubo245 Why did you ignore these tests? Could you explain it?

chenliang613 commented 8 months ago

@xubo245 please check. Did you do some test on you local machine ?

xubo245 commented 8 months ago

@xubo245 Why did you ignore these tests? Could you explain it?

The CI has some problem, we can not see the CI result in details. I want to find which tests case has some problems, so I test it by ignore the test case first, if CI success, then we can know which test case has some problem, and then we can know how to fix it . (ignore only for testing)

@WillemJiang @chenliang613