Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 51 by
wer...@beroux.com: After group issue
http://code.google.com/p/fabricate/issues/detail?id=51
What steps will reproduce the problem?
1. Specifying group='foo', after='foo' will never return (unless process is
killed)
What is the expected output? What do you see instead?
Should wait for other run(group='foo') but not self.
It is useful when for example updating a critical section like a database
with steps that should be done after other DB operations (like migration,
reindexing, testing).
What version of the product are you using? On what operating system?
fabricate v1.26 on Ubuntu x64 10.04
Example source code:
from fabricate import run, main
def build():
run('echo', 'aa', group='db')
run('echo', 'bb', group='db', after='db')
main(parallel_ok=True, jobs=3)
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings