Page 1 of 1

Multiple data paths

Posted: 16 Aug 2012, 12:04
by Zini
I re-enabled multiple data paths in my multidata branch (which is based on next and will go into 0.18.0 if we succeed here). Not entirely sure, if there is more to do to re-enable it in the launcher.

Can we have some tests please? Does it work for you? Or does it blow up again? When testing please make sure you have multiple data paths in use and there is actually some content in ore than on data path.

Re: Multiple data paths

Posted: 27 Aug 2012, 10:41
by Zini
Does the silence means it works for everybody or did nobody get around to testing it yet?

Re: Multiple data paths

Posted: 04 Sep 2012, 10:12
by Zini
It seems we will not get anymore testing. I am merging my branch into master now. if things blow up, we will see it soon enough.

Re: Multiple data paths

Posted: 04 Sep 2012, 10:57
by psi29a
trial by fire, my favourite kind of testing... :D

Re: Multiple data paths

Posted: 04 Sep 2012, 17:27
by Greendogo
Does this enable having multiple BSAs and non-BSA'ed resources?

Re: Multiple data paths

Posted: 04 Sep 2012, 18:07
by Zini
No. We could do that all along.

Re: Multiple data paths

Posted: 05 Sep 2012, 01:28
by Greendogo
I knew that...

Re: Multiple data paths

Posted: 16 Sep 2012, 03:32
by pvdk
Finally had the time to look into this. I've sent you a pull request (to master) that fixes the data-local handling you re-enabled in commit 2284d76. It also fixes and re-enables the handling of multiple data paths (so you might want to pull it into multidata instead)

One thing: I noticed that data= entries in the local configuration file are completely ignored, I believe the culprit is the configuration manager. I believe this is not correct behaviour, right?

Re: Multiple data paths

Posted: 16 Sep 2012, 09:31
by Zini
You sure about that? If there are data paths in a higher priority cfg source, then all data paths from lower priority sources are completely discarded. Could it be that what you are seeing? Otherwise we have another bug.

Re: Multiple data paths

Posted: 16 Sep 2012, 16:29
by pvdk
Yes I suspect that is what I'm seeing, I was under the impression that data entries were supposed to be merged.