Megatest

Check-in [e5dfeacf59]
Login
Overview
Comment:Updated documentation on disk checks
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | v1.60_defunct
Files: files | file ages | folders
SHA1: e5dfeacf59e5b157cc6e5340d68b87eb9828daf6
User & Date: mrwellan on 2016-04-25 16:26:14
Other Links: branch diff | manifest | tags
Context
2016-04-26
16:37
Missed change - need to conc on params for disk space call Closed-Leaf check-in: b5393fd63f user: mrwellan tags: v1.60_defunct
2016-04-25
16:26
Updated documentation on disk checks check-in: e5dfeacf59 user: mrwellan tags: v1.60_defunct
16:03
Added check for disk space to runs and improved disk space check to allow for end-user scripts (e.g. check quotas etc.). check-in: 608b7270a0 user: mrwellan tags: v1.6031, v1.60_defunct
Changes

Modified docs/manual/megatest_manual.html from [a6b6e9b8d2] to [b19c055781].

1094
1095
1096
1097
1098
1099
1100















1101
1102
1103
1104
1105
1106
1107
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122







+
+
+
+
+
+
+
+
+
+
+
+
+
+
+







</div>
</div>
</div>
<h1 id="_reference">Reference</h1>
<div class="sect1">
<h2 id="_megatest_config_file_settings">Megatest Config File Settings</h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="_disk_space_checks">Disk Space Checks</h3>
<div class="paragraph"><p>Some parameters you can put in the [setup] section of megatest.config:</p></div>
<div class="listingblock">
<div class="content monospaced">
<pre># minimum space required in a run disk
minspace 10000000

# minimum space required in dbdir:
dbdir-space-required 100000

# script that takes path as parameter and returns number of bytes available:
free-space-script check-space.sh</pre>
</div></div>
</div>
<div class="sect2">
<h3 id="_trim_trailing_spaces">Trim trailing spaces</h3>
<div class="listingblock">
<div class="content monospaced">
<pre>[configf:settings trim-trailing-spaces yes]</pre>
</div></div>
</div>

Modified docs/manual/reference.txt from [dd60fd0689] to [6e0e00f9e5].

1
2
3
4
5
6
7
















8
9
10
11
12
13
14
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30







+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+








Reference
=========

Megatest Config File Settings
-----------------------------

Disk Space Checks
~~~~~~~~~~~~~~~~~

Some parameters you can put in the [setup] section of megatest.config:

-------------------
# minimum space required in a run disk 
minspace 10000000

# minimum space required in dbdir:
dbdir-space-required 100000

# script that takes path as parameter and returns number of bytes available:
free-space-script check-space.sh
-------------------

Trim trailing spaces
~~~~~~~~~~~~~~~~~~~~

------------------
[configf:settings trim-trailing-spaces yes]
------------------