I think you can move everything Joomla related, Joomla is a project at apache-extras.org. So setting any fix version is actually random from my point of view.
I can see no recording files in the 1.8 and 1.7 backup files. They seem to be rather small, or exported without the files at all. Also they do not contain an interview recording. It would be good if both recording types are contained as they have different flags set. Once the import is done, for me its important not just to see the "import complete" message but to do some test, for example: control that there are really 2 users in the database, that there is a flvrecording. Control that there are 2 FLVRecordings, control that there is a private massage, control that there are really files in the recordings section and not just entries in the db that have no file. I don't know if the overall test will fail if there is an exception in the import somewhere. Or for example if the file operation does not detect the files. Basically the JUnit test should control the same things that you would to when you import a backup file: Goto the user administration check that the users are there, check the orgs, check the rooms, check that there are files in the file section and that those files exist (by draging something to the whiteboard), check that there are recordings and that those recordings do really exist (by playing something). Of course you can't check in JUnit by dragging a file to the whiteboard or playing in the recording UI, but you can check if the files do exist on the file-system with that id referenced in the database. So some assertTrue tests in the "TestOldBackups". Do you want me to write those tests? Sebastian 2013/2/10 [email protected] <[email protected]> > what about the cluster related changes that I plan to do. > Should they go into a separated branch or into trunk? > > Sebastian > > > 2013/2/9 Maxim Solodovnik <[email protected]> > >> 1) I'm currently trying to help Timur with SIP (only testing efforts) >> Current issue: 8kHz audio is seems to be hardcoded into red5phone and >> Timur is trying to enable at least 22kHz >> >> 2) I'm going to implement mailQ (the only big java issue in the list) >> >> 3) I can help you with modifying the build >> >> 4) After Vasiliy will creates the rest backup files, I'll add them to the >> build.properties and will close 446 >> >> 5) I'll update Joomla plugin >> >> >> namely, mine seems to be: >> OPENMEETINGS-327 >> OPENMEETINGS-446 >> OPENMEETINGS-431 >> OPENMEETINGS-528 >> OPENMEETINGS-378 (or should we move this to 3.0 ?) >> >> I would love if you can handle: >> OPENMEETINGS-516 >> OPENMEETINGS-475 >> OPENMEETINGS-404 (or should we move this to 3.0 ?) >> OPENMEETINGS-377 >> >> I can help you with: >> OPENMEETINGS-529 >> >> I believe we should move OPENMEETINGS-270 to 3.0 just before the release >> build since it is very hard to reproduce/find the main cause >> >> >> >> On Sat, Feb 9, 2013 at 6:59 AM, [email protected] < >> [email protected]> wrote: >> >>> what is the list of issues to be fixed for Version 2.1 that you are >>> looking at currently? >>> I am searching for the AEC feature. That is only a change in the build >>> system from my point of view and could be possible to be resolved for >>> version 2.1. >>> >>> (including CC dev@) >>> >>> Sebastian >>> >>> >>> 2013/2/8 Maxim Solodovnik <[email protected]> >>> >>>> Hello Sebastian, >>>> >>>> can you please take a look at this list: >>>> >>>> https://issues.apache.org/jira/issues/?jql=project%20%3D%20OPENMEETINGS%20AND%20fixVersion%20%3D%20EMPTY%20AND%20status%20in%20(Open%2C%20%22In%20Progress%22%2C%20Reopened)%20ORDER%20BY%20priority%20DESC >>>> >>>> I would like to set "Fix Version" for all these issues to "3.0" >>>> Maybe you would like to mark some of them as "2.1" >>>> >>>> -- >>>> WBR >>>> Maxim aka solomax >>>> >>> >>> >>> >>> -- >>> Sebastian Wagner >>> https://twitter.com/#!/dead_lock >>> http://www.webbase-design.de >>> http://www.wagner-sebastian.com >>> [email protected] >>> >> >> >> >> -- >> WBR >> Maxim aka solomax >> > > > > -- > Sebastian Wagner > https://twitter.com/#!/dead_lock > http://www.webbase-design.de > http://www.wagner-sebastian.com > [email protected] > -- Sebastian Wagner https://twitter.com/#!/dead_lock http://www.webbase-design.de http://www.wagner-sebastian.com [email protected]
