Guardian is universal data access management tool with automated access workflows and security controls across data stores, analytical systems, and cloud products.
Description
bigquery GetActivities test case is flaky. this is due to the go routines which are used to create the permission array. These permissions can be in any order but the test case expects them to be in a given specific order
Additional context
We can either sort in code itself so that the values are in expected order always or we can sort in the test case and then do assert
Description bigquery GetActivities test case is flaky. this is due to the go routines which are used to create the permission array. These permissions can be in any order but the test case expects them to be in a given specific order
Expected behavior Test case should not be flaky.
Additional context We can either sort in code itself so that the values are in expected order always or we can sort in the test case and then do assert