Skip to content

[RTADPA Bandwidth tests]: Test feasibility of copying HLT2 output to read into sprucing test

Ross John Hunter requested to merge rjhunter-chained-test-feasibility into master

FYI @lugrazet

Goes with lhcb-datapkg/PRConfig!359 (merged)

This MR adds a small testing block to the BandwidthTestHandler to try to copy the FULL-stream mdf output of the lhcb-master Moore_hlt2_bandwidth test to the UpgradeRateTest area of eos, and time it, to see how feasible this is.

The corresponding PRConfig MR will then try to download this at the end of the sprucing BW test, again to show that it can be done and time how long it takes.

I've tested locally that if I have the correctly-named MDF file locally, then it will try to copy it to eos, but in this local test all uploads fail as I don't have the correct permissions, so can't test fully if the upload will work. Given all the current uploads work in the nightlies, I don't see why this one wouldn't.

All a bit hacky at the mo; if this all works we can refine the implementation soon.

Edited by Ross John Hunter

Merge request reports