-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Model regression tests fail because of a dependency issue #6503
Comments
I've introduced the new |
it actually seems to me that it's not linked to [TypeError]
expected string or bytes-like object Which happens at various stages of the installation process on various builds. There are this issue and this one that talk about a possible problem with virtualenv. |
Hmm, so would the recommendation be to try re-running the jobs in that case? |
maybe, but it doesn't seem like a suitable solution. Will retry the one you mentioned in the desc of this PR |
but apparently the "retry" didn't work @dakshvar22 . How can we retry those runs? |
I just re-ran them by adding the appropriate labels on the PR. :) |
it looks like dependencies got installed this time 🤷 😕 |
They do get installed for the first configuration always and then the next one fails. 😕 |
how different are the configurations in terms of OS? |
They all run on the same OS configuration. |
And it failed for the second configuration :) |
yeah, just saw that. Comparing the log and they are identical. It really looks like an internal issue of pip or virtualenv. I cannot reproduce locally with Python 3.7 (but the tests run Python 3.8, will try that) |
by following the code inside
which is really here when you install the package on python 3.7 or 3.8 🤔 |
so since the METADATA is really present in the files hosted on pypi.rasa.com, could it be an issue that is happening when loading the cache (using |
I've pushed a small commit to your branch to see if it has an impact, re-running the tests ⌛ |
Looks like that didn't help, as the test still failed. |
yes, saw that :/ that's really weird. Let's see if @tczekajlo can take a closer look at this as he is here this week. He is more familiar with the model regression tests setup than me, for sure. |
I'll try to take a look at it as soon as possible :) |
Rasa version: PR
Operating system (windows, osx, ...): Ubuntu
Issue: Model regression tests for some configurations start failing because of a dependency issue. This is weird because it's not consistent across configurations of the regression tests which means it has nothing to do with the code and the configurations and is a bit random probably.
The text was updated successfully, but these errors were encountered: