-
Notifications
You must be signed in to change notification settings - Fork 495
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
parallel:rake, "Don't know how to build task..." #945
Comments
that's a lot of versions :D |
Wasn't this on purpose? |
Yes, I've checked. It's 3.9.0 |
Soo, how to execute this command now? Write a cycle in sh? |
the api you are using seems valid, so we should change the code to support it |
this could do it:
|
can you try that locally ? |
I'm more thinking |
Sorry, I don't understand what needs to be done. So help with this please |
run |
kk, I'll take a look when I can find some time 👍 |
I'm sorry, I completely forgot about this issue. It works! Thank you very much bundle exec rake parallel:rake["db:create db:schema:load db:migrate db:test:prepare pg_log:create pg_log:schema:load"] RAILS_ENV=test
Database 'db_test' already exists
... And this one too bundle exec rake parallel:rake["time:zones[US] stats",1]
* UTC -10:00 *
America/Adak
... Also noticed, that bundle exec rake parallel:rake["time:zones[US] stats", 2]
rake aborted!
Don't know how to build task 'parallel:rake[time:zones[US] stats,' (See the list of available tasks with `rake --tasks`) But I don't think it's a problem |
thx for the update! |
We decided to update parallel_tests from version 2.29.2 to the latest. But we encountered the following error. Do newer versions use different syntax?
The text was updated successfully, but these errors were encountered: