Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TestServer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
YAPEX
TestServer
Commits
2db0df64
Commit
2db0df64
authored
5 years ago
by
Janis Daniel Dähne
Browse files
Options
Downloads
Patches
Plain Diff
- missing output (null) is now reported
parent
ecd10a55
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
readme.md
+3
-1
3 additions, 1 deletion
readme.md
with
3 additions
and
1 deletion
readme.md
+
3
−
1
View file @
2db0df64
...
...
@@ -260,6 +260,8 @@ all other lines (meaning different by the first character):
this is useful when some output is received after the test has finished
*
'
**error:**
' output from the error stream (from the user program)
*
'
**expected:**
' indicates the expected output of the user program (this normally followed after a
**>**
when the output was wrong)
*
'
**miss**
' we expected an output but the user program didn't out anything
*
so this is written instead of an output
**>**
OR
when a compile error occurred then the output of the compiler
...
...
@@ -422,7 +424,7 @@ Columns (the same as in the local config except the db specific settings)
#### Example
id | workingDirFullPath | hardTimeoutInMs | hardCompileTimeoutInMs | hardMemoryLimitInKb | hardMaxDiskSpaceLimitInKb | maxParallelTests | maxNumberOfTestsWithOneRequest |runner | showTestRunnerDebugOutput | maxLinesToRead | maxErrLinesToRead | maxLinesToWrite | environmentVars
--- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | ---
--- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | ---
| ---
1 | /Users/janis/Documents/Test/ | 4000 | 2000 | 2000 | 2000 | 10 | 15 | "/Users/janis/Misc/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/bin/java" -Dfile.encoding=UTF8 -cp "/Users/janis/Documents/Projects/SyndromAll/Syndrom_DefaultTestRunnerFullThreaded/out" Main | 0 | 500 | 500 | 500 | USER=yapextester
\n
HOME=/home/yapextester
\n
PWD=
\n
LANG=de_DE.UTF-8
\n
PATH=/usr/local/bin:/usr/bin:/bin:/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment