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
What was the outcome?
Please also copy (redacted if need be) pytest output including the pytest version, plugins list and versions and pytest rootdir here
All the tests are re-run instead of running only relevant changed/added tests.
I noticed, each run starts with:
testmon: new DB, environment: default
I am not sure why it initializes a new DB if .testmondata is restored from cache.
What did you expect instead?
Testmon works as expected and only runs changed tests by using the cache recovered .testmondata.
What is your operating system and it's version please?
Ubuntu Github Action runner
The text was updated successfully, but these errors were encountered:
alankritjoshi
changed the title
New DB in GitHub Actions even after restoring environment and .testmondata
New DB in GitHub Actions after restoring environment and .testmondata from cache
Aug 13, 2024
alankritjoshi
changed the title
New DB in GitHub Actions after restoring environment and .testmondata from cache
New DB in GitHub Actions after restoring environment & .testmondata from cache
Aug 13, 2024
What is your setup and what steps did you do?
Please show us also the command/s you executed. What is the code you used?
I am trying to use testmon in Github Actions so that the PRs run only new changes against the cached .testmondata (generated by
main
branch)pr.yml
What was the outcome?
Please also copy (redacted if need be) pytest output including the pytest version, plugins list and versions and pytest rootdir here
All the tests are re-run instead of running only relevant changed/added tests.
I noticed, each run starts with:
I am not sure why it initializes a new DB if .testmondata is restored from cache.
What did you expect instead?
Testmon works as expected and only runs changed tests by using the cache recovered .testmondata.
What is your operating system and it's version please?
Ubuntu Github Action runner
The text was updated successfully, but these errors were encountered: