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
Copy file name to clipboardExpand all lines: CLAUDE.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,5 @@
2
2
- The diff command should strive for accuracy above all else, so in cases where errors or guesses may compromise accuracy, we should fail the diff completely.
3
3
- We should not emit partial results for a given XR; if given multiple XRs, it's okay to emit results only for those that pass so long as we call attention to the others that failed.
4
4
- We should always emit useful logging with appropriate contextual objects attached.
5
-
- the earthly `reviewable` command should always be run with a long timeout. it runs all of our ITs and they can take several minutes.
5
+
- the earthly `reviewable` command should always be run with a long timeout. it runs all of our ITs and they can take several minutes.
6
+
- in the e2es, every test composition needs to end with function-auto-ready in order for the setup and teardown to work correctly. this is what causes status conditions to be bubbled up from child resources.
0 commit comments