richer input: correctly serialize options #2763
Labels
bug
Something isn't working
funder/drl2022-2024
ooni/probe-engine
priority/high
techdebt
This issue describes technical debt
This is an issue I noticed while using @ainghazal
openvpn
experiment. Basically, the way in which we serialize options so far only accounts for when they're provided with-O key=value
from the command line. However, the proper thing to do would be to always serialize richer input options directly from the richer input target into the measurement. Incidentally, this enables performing additional transformations while loading richer input, which is a nice-to-have property, as suggested by @ainghazal in a private conversation. When going back and looking at the richer input code, I noticed that I had already flagged this as a TODO for later, but it seems important to do now to submit a meaningful measurement foropenvpn
.The text was updated successfully, but these errors were encountered: