m-lab / ndt-e2e-clientworker

Code for the client worker of the NDT end-to-end test framework
Apache License 2.0
1 stars 4 forks source link

Fixing replay generator to save processed data #75

Closed mtlynch closed 8 years ago

mtlynch commented 8 years ago

Fixing a bug in replay_generator. It's processing the response data, but then saving the original data instead of the processed data. This fixes the generator so that it saves the processed data.


This change is Reviewable

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 87.176% when pulling 229ae69c3bcff0e80083aabbc45f1899732993e3 on mtlynch:replay-gen-fix into ab478ec67001750961e8cf51602efb57644b0ace on m-lab:master.

fernandalavalle commented 8 years ago
:lgtm:
Previously, coveralls wrote… > [![Coverage Status](https://coveralls.io/builds/6498416/badge)](https://coveralls.io/builds/6498416) > > Coverage remained the same at 87.176% when pulling **229ae69c3bcff0e80083aabbc45f1899732993e3 on mtlynch:replay-gen-fix** into **ab478ec67001750961e8cf51602efb57644b0ace on m-lab:master**. > >

Review status: 0 of 1 files reviewed at latest revision, all discussions resolved.


Comments from Reviewable