sysnetlab / SenSee

SenSee
GNU General Public License v3.0
0 stars 1 forks source link

unit test aborted with java.util.ConcurrentModificationException #10

Open SagarPandit01 opened 7 years ago

SagarPandit01 commented 7 years ago

From @graychan on August 26, 2014 2:27

Unit test cases testViewExperimentActivityLoaded and testExperimentRunTagging

cause java.util.ConcurrentModificationException at sysnetlab.android.sdc.datacollector.ExperimentManager.getExperiments(ExperimentManager.java:83)

It appears that some lists are concurrently updated. Needs investigation.

Copied from original issue: sysnetlab/SensorDataCollector#140