Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DefaultTestRunner
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
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
DefaultTestRunner
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
d287ec5cf2787909dafc774a510c85c3747f7eaa
Select Git revision
Branches
1
master
default
protected
1 result
Begin with the selected commit
Created with Raphaël 2.2.0
14
Nov
13
11
31
Oct
6
27
Sep
12
10
8
4
30
Aug
29
27
17
- the 100% cpu was from forever running user programs ... p.waitFor won't kill the process!!
master
master
- created new project where the critical i/o is fully threaded (reading from streams)
- forgot to unset the debug test content
- some error occurred where the program never finishes and uses 100% cpu (maybe infinite while loop?) so we capped the while loops at some value (100)
- timeout was not applied (runner was not terminating when the users program not terminated)
- make the test-runnercompatible with the new one request, multiple tests approach
- writing to the stderror is now received (after every test line, only 1 line is read if there is any content in stderr)
- empty tests should not be handled correctly (e.g. when the program waits for input then the timeoutis hit)
- changed regex test output to display the used regex
- when compiling 2 files the and no the main file had an error then the path is now removed (./ or .\)
added wildcard function for black box test output
compile script for linux
cleanup (same as safe runners but without the sandbox)
cleanup
changed special char sign for runner arguments from $ to # (easier for linux!)
initial (currently no sandbox)
Loading