-
Notifications
You must be signed in to change notification settings - Fork 3
integration test for F3DataRetriever #103
base: dev
Are you sure you want to change the base?
integration test for F3DataRetriever #103
Conversation
…t file name with the line number in the log messages)
… method F3DataRetrieverIT.getLatestRun()
…to get non-empty HLT rates
7d42815
to
e3e2226
Compare
rebased on current dev ( cb485f7 ) and resolved conflicts. Still need to update some code before merging. |
ready to merge
|
I think we should not couple the DAQAggregator test's with availability of F3. It's similar problem that we discussed with coupling to HWCfg database (#99) that we want to get rid of. One disadvantage is that because we want to build new releases if all tests pass - the unavailability of F3 would force us to disable some tests. |
quick summary of live discussion with @gladky :
I will investigate JUnit categories first. |
Here is a proposal based on maven profiles (from http://www.hascode.com/2012/12/running-categorized-tests-using-junit-maven-and-annotated-test-suites/ ):
If you want to try this out I can either add these changes to this pull request or you take branch |
will update this for testing CPU load once #101 is merged