Commit 51d7523
Merge #157773
157773: logictest: fix recently introduced race around allowUnsafe r=yuzefovich a=yuzefovich
Just use the atomic since we might have concurrent internal queries reading the current value of the testing knob override.
Fixes: #157378
Release note: None
Co-authored-by: Yahor Yuzefovich <[email protected]>2 files changed
+17
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
1126 | 1127 | | |
1127 | 1128 | | |
1128 | 1129 | | |
1129 | | - | |
| 1130 | + | |
1130 | 1131 | | |
1131 | 1132 | | |
1132 | 1133 | | |
| |||
1501 | 1502 | | |
1502 | 1503 | | |
1503 | 1504 | | |
1504 | | - | |
| 1505 | + | |
| 1506 | + | |
| 1507 | + | |
| 1508 | + | |
1505 | 1509 | | |
1506 | 1510 | | |
1507 | 1511 | | |
| |||
4649 | 4653 | | |
4650 | 4654 | | |
4651 | 4655 | | |
4652 | | - | |
4653 | 4656 | | |
| 4657 | + | |
4654 | 4658 | | |
4655 | 4659 | | |
4656 | 4660 | | |
| |||
4940 | 4944 | | |
4941 | 4945 | | |
4942 | 4946 | | |
4943 | | - | |
| 4947 | + | |
4944 | 4948 | | |
4945 | | - | |
| 4949 | + | |
4946 | 4950 | | |
4947 | 4951 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
78 | 77 | | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments