Closed Madhukar525722 closed 2 months ago
Can we make the CI happy? Thank you @Madhukar525722
Sure, I will work. Spark tests are failing with
dev/gen/gen_ranger_policy_json.sh
. Expected " "[policyItems" : [ {]", but got " "[conditions" : [ ],]" (PolicyJsonFileGenerator.scala:79)All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 0.00%. Comparing base (
7198c72
) to head (88e1e12
). Report is 11 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
HI @yaooqinn , CI is smiling. Please review cc @bowenliang123 After running the policy generator and updating the json. The test was failing due to order mismatch. Thats why I have used serialisation.
Thanks, merged to master
:mag: Description
Issue References ๐
This pull request fixes #6666
Describe Your Solution ๐ง
Bump ranger version to 2.5.0 Release notes: https://cwiki.apache.org/confluence/display/RANGER/Apache+Ranger+2.5.0+-+Release+Notes
Types of changes :bookmark:
Test Plan ๐งช
Behavior Without This Pull Request :coffin:
Behavior With This Pull Request :tada:
Related Unit Tests
Checklist ๐
Be nice. Be informative.