You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
This is a followon of PR-#654 . We added unit test in that PR for processing driver log and verifying unsupported operators are generated as expected. This issue to add integration tests to verify processing of driver log on different platforms.
Generate driver logs for some queries(NDS) on different platforms(OnPrem, databricks, dataproc).
Write integration tests to verify the --driverlog arguments on above generated logs produces expected results. i.e compare the results of generated csv results with the expected results. This is similar to the current integration tests which we have for testing eventlogs.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
This is a followon of PR-#654 . We added unit test in that PR for processing driver log and verifying unsupported operators are generated as expected. This issue to add integration tests to verify processing of driver log on different platforms.
--driverlog
arguments on above generated logs produces expected results. i.e compare the results of generated csv results with the expected results. This is similar to the current integration tests which we have for testing eventlogs.The text was updated successfully, but these errors were encountered: