Abhishek Kumar
Abhishek Kumar
@vyommani please rebase PR to re-run the CI checks, thanks!
Is it required for the directories to be named with `test_` in the prefix? like `test_hdfs`, `test_kms`?
I suggest keeping a generic name for test directory instead of `PyTest-KMS-HDFS`, the test suite can be extended later to add more services.
@vyommani I see the usages of `timeout/sleep` in the tests so asking, how much time latency does the new tests add to the current tests? Would it be a good...
I recommend the use of Python language for adding checks that are more readable, maintainable, reusable and extendable. It's also preferable for extensive JSON parsing. Please take a look at...