go.chromium.org/luci@v0.0.0-20240309015107-7cdc2e660f33/lucicfg/testdata/realms/realm_cycle.star (about) 1 luci.project(name = "proj") 2 luci.realm(name = "a", extends = "b") 3 luci.realm(name = "b", extends = "a") 4 5 # Expect errors like: 6 # 7 # Traceback (most recent call last): 8 # //testdata/realms/realm_cycle.star: in <toplevel> 9 # ... 10 # Error in add_edge: relation "extends" between luci.realm("a") and luci.realm("b") introduces a cycle