-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Probes test failure: index out of range #225
Comments
My conclusion is that this is OpsCenter bug and I can't reproduce it locally :( @doronrosenberg , @susannahmarcus - is there any other way to debug this type of failure? Where should I be looking for the logs? |
I can't say much since I haven't worked on this, but I can weigh in on the viewport. For future instances like this, we could make it so that it isn't cut off. Additionally, we might be able to add a check for the type of an error message and then have it spit that into the cypress log, so we can get more information. If you'd like to work on that together, feel free to reach out and we can try some stuff out locally 😊 👍 |
Well, I think we know about where it is failing. It's inside the
I'd guess that we didn't get any rows back (for whatever reason) like #35 which caused this. Maybe we need to try to figure out why this |
@joshelser, the "interesting" part about this thing is ... of course this particular case (probes test) is failing in automation and is not failing locally for me. I'm not sure what the next steps here are ... |
I wonder if this is related to a2f5b67 https://docs.snowflake.com/en/developer-guide/snowpark/reference/python/latest/api/snowflake.snowpark.Session mentions that I don't know for sure how the native app framework works, but given what we're seeing, I'd believe that it falls into the bucket of "not thread safe"-ness of the Session. As a quick band-aid, could we wait for warehouse heatmap to fully load before we click past it? Maybe that would help stabilize. |
@joshelser, here is more of what we've discovered:
|
Bit heavy handed, but I don't want this issue to block any further development. Will have a better fix when I find the solution.
…e to issue described in issue sundeck-io#225 Bit heavy handed, but I don't want this issue to block any further development. Will have a better fix when I find the solution.
Happened in PR: https://github.com/sundeck-io/OpsCenter/actions/runs/6047474866/job/16413995185
During initial loading of the page.
probes.spec.cy.js.mp4
cc @rymurr
The text was updated successfully, but these errors were encountered: