Skip to content

Commit

Permalink
Integration test app - end to end staging
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Sophia Zheng (infra) authored and facebook-github-bot committed Sep 7, 2024
1 parent bf46c8a commit f72d61b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions folly/executors/GlobalExecutor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@
* limitations under the License.
*/

#include <folly/executors/GlobalExecutor.h>

#include <memory>
#include <thread>
#include <folly/executors/GlobalExecutor.h>

#include <folly/Function.h>
#include <folly/SharedMutex.h>
Expand Down

0 comments on commit f72d61b

Please sign in to comment.