Open utkarsharma2 opened 2 years ago
recently also failed with similar error https://github.com/astronomer/astro-sdk/actions/runs/3523069879/jobs/5906787666
@pankajastro it would be good to add the findings you were mentioning in this thread as well
This look like an issue related to concurrent run. I checked the original-reported logs which say some requested resources were not found. My hunch is somehow the resource got deleted but for a particular reported test currently, we create tmp table so each run should have its own table this also does not explain the actual issue.
Just a couple of hours back I hit a similar error on newly added tests and here we have a non-tmp table. https://github.com/astronomer/astro-sdk/actions/runs/3523069879/jobs/5906787666
there are some discussions on this similar issue https://github.com/sqlalchemy-redshift/sqlalchemy-redshift/issues/104 https://docs.aws.amazon.com/redshift/latest/dg/c_serial_isolation.html
I'm not able to reproduce the issue on reported tests and added the fixes for newly added tests here
Describe the bug In CI there are flaky tests, we need to fix - https://github.com/astronomer/astro-sdk/actions/runs/3197623724/jobs/5221086373
The following test is flaky i.e. failing every now and then:
see here for example.
Version
To Reproduce Steps to reproduce the behavior: Run CI multiple times you'll see CI jobs failing.
Expected behavior An unrelated CI job should not fail.