sapling/eden
Stanislau Hlebik 97fc49aa62 mononoke: fix reload of tunables if a field was deleted
Summary:
Currently we have a problem in tunables - if a tunables was added, and then
removed, then value of tunable is not renewed until the binary is restarted.
This is not great - it makes reverts harder (e.g. if a diff added "tunable =>
true", then reverting the diff won't make any difference until the server is
restarted. So in order to revert the value of the tunable we'd need to write a
diff that does "tunable => false" or restart the binaries, neither of which is
great).

This is counter-intutivite, and this diff fixes it. From what I can tell, this
problem affected only strings/bools/ints - per repo variable weren't affected.

Reviewed By: Croohand

Differential Revision: D30544003

fbshipit-source-id: 353970a259a7faa0682866aae9a5699b8a783b22
2021-08-26 02:58:55 -07:00
..
fs setup buck integration testing 2021-08-25 17:32:14 -07:00
hg-server Fix incorrect fburl in jf/eden phabricator graphQL utils 2021-08-26 01:00:46 -07:00
integration setup buck integration testing 2021-08-25 17:32:14 -07:00
locale
mononoke mononoke: fix reload of tunables if a field was deleted 2021-08-26 02:58:55 -07:00
scm Fix incorrect fburl in jf/eden phabricator graphQL utils 2021-08-26 01:00:46 -07:00
test_support test_support: canonicalize the temporary directory path 2021-08-16 16:08:45 -07:00
test-data fix fsck snapshot integration tests 2021-07-14 16:20:04 -07:00
.gitignore
Eden.project.toml