Megatest

Check-in [5a2ec99f3b]
Login
Overview
Comment:Added test for empty items list
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | dev
Files: files | file ages | folders
SHA1: 5a2ec99f3b03794325dde4f2f6fde662e5b349cc
User & Date: matt on 2013-06-27 02:06:39
Other Links: branch diff | manifest | tags
Context
2013-06-28
01:00
Updated globs with link and run areas check-in: 507b2772b8 user: matt tags: dev
2013-06-27
02:06
Added test for empty items list check-in: 5a2ec99f3b user: matt tags: dev
2013-06-26
13:17
Changed launchwait to default to "no". Short running tests will fail to launch otherwise. Minor other refactoring and added test mintest check-in: b824e9ca7a user: mrwellan tags: dev
Changes

Modified tests/Makefile from [f00fde1d2a] to [8e5056104b].

105
106
107
108
109
110
111



112
113
114
115

116
117
118
119
120
121
122
105
106
107
108
109
110
111
112
113
114
115
116
117

118
119
120
121
122
123
124
125







+
+
+



-
+







	@echo Run simple mintest d with one waiton c
	cd mintest;megatest -runtests d -target $(VER) :runname `date +%H.%M.%S` -debug $(DEBUG)

test9c :
	@echo Run mintest a with full waiton chain a -> b -> c -> d -> e
	cd mintest;megatest -runtests a -target $(VER) :runname `date +%H.%M.%S` -debug $(DEBUG)

test9d :
	@echo Run an itemized test with no items
	cd mintest;megatest -runtests g -target $(VER) :runname `date +%H.%M.%S` -debug $(DEBUG)

minsetup : 
	cd ..;make && make install
	mkdir -p mintest/{runs,links}
	mkdir -p mintest/runs mintest/links
	cd mintest;megatest -stop-server 0
	cd mintest;megatest -server - -debug $(DEBUG) > server.log 2> server.log & 
	sleep 3
	cd mintest;dashboard -rows 20 &

cleanprep : ../*.scm Makefile */*.config
	mkdir -p fullrun/tmp/mt_runs fullrun/tmp/mt_links

Modified tests/mintest/tests/g/testconfig from [facb7c910d] to [1fecef7a7b].

1
2
3
4
5
6



1
2
3
4
5
6
7
8
9






+
+
+
# Add steps here. Format is "stepname script"
[ezsteps]
step1 echo SUCCESS

[requirements]
waiton b

[items]
NADA