diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-06-23 15:57:48 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-06-23 16:42:46 +0200 |
| commit | 854773ea9f57ef13706e4ba9f7a7783fb9066833 (patch) | |
| tree | adf479c1f7810337bb904b9c3a99d22ac02de99b /executor/executor.cc | |
| parent | 8e0c064ef49541672a598625155a4fec6f80777c (diff) | |
dashboard/app: prohibit dup cycles
Bug dup cycles are not useful and the
rest of the code is not prepared for them.
Prohibit updates that create cycles.
This required to restructure the code to move
the check into the transaction, so that we
can't get cycles even after concurrent updates.
Fixes #1852
Diffstat (limited to 'executor/executor.cc')
0 files changed, 0 insertions, 0 deletions
