From f72d61bfb099e4c64095c892e980364bdd1478cc Mon Sep 17 00:00:00 2001 From: "Sophia Zheng (infra)" Date: Fri, 6 Sep 2024 18:30:51 -0700 Subject: [PATCH] Integration test app - end to end staging Summary: This diff add a simple end to end test flow for 1. publish and notification 2. job backfill 3. job retry It uses versionTranslater API to get a valid version number and publish the content based on this version. subscriber should receive and download content accordingly. Differential Revision: D61691013 fbshipit-source-id: ded87858798df4c541f1bf24d05c4ea7e1afb5fc --- folly/executors/GlobalExecutor.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/folly/executors/GlobalExecutor.cpp b/folly/executors/GlobalExecutor.cpp index 2cfcffee443..dbd83cb864a 100644 --- a/folly/executors/GlobalExecutor.cpp +++ b/folly/executors/GlobalExecutor.cpp @@ -14,10 +14,9 @@ * limitations under the License. */ -#include - #include #include +#include #include #include