-
Notifications
You must be signed in to change notification settings - Fork 497
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
tmp/parallel_runtime_test.log is not generated in github actions #894
Comments
There is no if/else code that decides to write these files on CI/local, so I'd recommend reproducing the exact command locally. |
Sorry for delayed response. I ran the exact command locally it seems to work fine.
I think that might be the case, as we have some additional reporters in local vs CI. For fixing this I had to use I even tried debugging the require command it is returning true, not sure why the contents are not loaded.
|
that just means it's already loaded ... try "puts ParallelTest::Test::RuntimeLogger" before the require, it should not blow up |
no log being generated here too, but with rspec |
here is an example repo where it works: https://github.com/grosser/parallel_rails_example |
maybe some kind of combination of versions or so, modify and run locally until it works |
tmp/parallel_runtime_test.log is not generated in github actions but it is generated in my local env,
I tried creating a temp folder, no luck.
I tried creating a file "tmp/parallel_runtime_test.log" and pushed think atleast logs will be written to that file, no luck.
This is the how I run the tests,
The text was updated successfully, but these errors were encountered: