Azure / service-fabric-mesh-preview

Service Fabric Mesh is the Service Fabric's serverless offering to enable developers to deploy containerized applications without managing infrastructure. Service Fabric Mesh , aka project “SeaBreeze” is currently available in private preview. This repository will be used for tracking bugs/feature requests as GitHub issues and for maintaining the latest documentation.
MIT License
82 stars 12 forks source link

Flush data after writing to file #279

Open ashishnegi opened 5 years ago

ashishnegi commented 5 years ago

Flush data after writing to file. This ensures that End2End tests work in SFRP. Test: 1) This app is used for generating baseline sfvolumedisk app. 2) Upgrade app checks for the presence of file with a number.

If flush does not happen, then file content can be empty. Test fails.