EuroSys '23 Artifact Evaluation for "Fail through the Cracks: Cross-System Interaction Failures in Modern Cloud Systems"
You can view the tables and findings reproduced using Jupyter notebooks here: https://github.com/xlab-uiuc/csi-ae/blob/main/reproduce_study.ipynb
Additionally, if you wish to run the Jupyter notebooks yourself, you may do so here: https://mybinder.org/v2/gh/xlab-uiuc/csi-ae/HEAD Navigating to this link would bring up an ephemeral Jupyter environment. Once the Jupyter environment is initialized, you can browse to reproduce_study.ipynb and execute it to reproduce all the tables and findings in the paper. The cells on reproduce_study.ipynb should already be executed in the provided binder, but can be re-executed using the run buttons on the top bar.
- Analysis of CSI failures open-source systems: https://github.com/xlab-uiuc/csi-ae/blob/main/csi_failure_dataset_open_source_systems.csv
- Analysis of public-cloud incidents: https://github.com/xlab-uiuc/csi-ae/blob/main/cloud_incidents_gcp_aws_azure.csv
The instructions to reproduce the results in Section 8 can be found in https://github.com/xlab-uiuc/csi-test-ae/ (also configured as a submodule of this repository).