Megatest

Check-in [b494d96ce5]
Login
Overview
Comment:Edited TODO with coarse list of stuff to be done for v2.01
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | v2.01
Files: files | file ages | folders
SHA1: b494d96ce5e19d72aa072ac8ac759ecd98b91935
User & Date: mrwellan on 2019-07-26 11:50:13
Other Links: branch diff | manifest | tags
Context
2019-07-31
08:54
Added plugins directory and readme. check-in: e96dd8ce30 user: mrwellan tags: v2.01
2019-07-26
11:50
Edited TODO with coarse list of stuff to be done for v2.01 check-in: b494d96ce5 user: mrwellan tags: v2.01
11:42
Merged v1.65 to trunk in prep for v2.01 check-in: 6876e30f5e user: mrwellan tags: trunk
Changes

Modified TODO from [e0a2376de1] to [1395fc5531].

14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33

34
# 
#     You should have received a copy of the GNU General Public License
#     along with Megatest.  If not, see <http://www.gnu.org/licenses/>.

TODO
====

. Dashboard should resist running from non-homehost



Migration to inmem db plus per run db
-------------------------------------

. Re-work the dbstruct data structure?
.. Move main.db to global?
.. [ run-id.db inmemdb last-mod last-read last-sync inuse ]
. Re-work all queries to use run-id to dereference server
. Open main.db directly in calls to -runtests etc. No need to talk remote?
. remove common:faux-lock









<
|
|
|
|
<
|
<
<
<
|
<
<
>

14
15
16
17
18
19
20

21
22
23
24

25



26


27
28
# 
#     You should have received a copy of the GNU General Public License
#     along with Megatest.  If not, see <http://www.gnu.org/licenses/>.

TODO
====


. Bring back unit tests for api calls and get them clean
. Pick few units and convert to modules
. Integrate ULEX into Megatest
. Integrate ULEX into multi-area dashboard ???

. Update docs as needed



. Enhancements to ULEX itself


.. Explore using nanomsg as rpc seems a little slow?