Commit cd94991
Enable per-bookmark locking by default in tests
Summary:
Set `scm/mononoke:per_bookmark_locking` to `true` in the
canonical JustKnobs defaults file used by both integration tests and
Rust unit tests.
This means new pushrebase tests automatically run with per-bookmark
locking enabled, matching the production target state. Existing tests
that explicitly call `merge_just_knobs` to enable it are now redundant
but harmless. The shadow-mode test explicitly sets it to `false` and
continues to work correctly.
Reviewed By: lmvasquezg
Differential Revision: D101818448
fbshipit-source-id: 56f15f7c8d01eb50cfb64d69bc28686fff02156e1 parent 25e4041 commit cd94991
2 files changed
Lines changed: 2 additions & 1 deletion
File tree
- eden/mononoke
- common/mononoke_macros/just_knobs_defaults
- features/pushrebase/src
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3344 | 3344 | | |
3345 | 3345 | | |
3346 | 3346 | | |
| 3347 | + | |
3347 | 3348 | | |
3348 | 3349 | | |
3349 | 3350 | | |
| |||
0 commit comments