summaryrefslogtreecommitdiffstats
path: root/examples/packages/chain-dependencies/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/packages/chain-dependencies/README.md')
-rw-r--r--examples/packages/chain-dependencies/README.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/examples/packages/chain-dependencies/README.md b/examples/packages/chain-dependencies/README.md
new file mode 100644
index 0000000..d6a9a7d
--- /dev/null
+++ b/examples/packages/chain-dependencies/README.md
@@ -0,0 +1,25 @@
+# Test chained dependencies
+
+This subtree provides a testcase for the following:
+
+If we have a package tree that looks like this:
+
+ C -> B -> A
+
+("->" means "depends on").
+
+We construct three jobs, where B waits for results from A and C waits for
+results from B and A.
+
+Though, the implementation has a bug right now, where C waits for results from B
+and A, but the results from A are not forwarded from B to C.
+
+This subtree provides a test for reproducing the issue as a baseline to solve
+it.
+
+
+## Note
+
+To reproduce the issue, make sure to adapt the ./repo/config.toml as appropriate
+for your environment.
+