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
Within the data explorer tests, waitForSearch() is waiting for the discover table docTable to finish loading. However, sometimes the doc table takes too long to load, and will cause this function to fail.
For some of the flaky tests, we can add try and catch block for waitForSearch() and if it fails, try reloading the table; and if that fails again, throw an error.
The text was updated successfully, but these errors were encountered:
Hi @abbyhu2000 could you provide a bit more details about the flaky test? like the test file name and test cases. And do you plan to fix it in the coming release?
Within the data explorer tests,
waitForSearch()
is waiting for the discover tabledocTable
to finish loading. However, sometimes the doc table takes too long to load, and will cause this function to fail.For some of the flaky tests, we can add try and catch block for
waitForSearch()
and if it fails, try reloading the table; and if that fails again, throw an error.The text was updated successfully, but these errors were encountered: