failed Pipeline #94313 triggered by
Adam Blank
@blank

Update C_Tests.xml

3 jobs for master in 6 minutes and 20 seconds (queued for 3 minutes and 23 seconds)
latest
Status Name Job ID Coverage
  Test
failed A #289953

00:02:06

failed C #289954

00:02:06

failed D #289955

00:02:07

 
Name Stage Failure
failed
D Test
│  └─ GradeHistogramTests 
│ ├─ Test add/get Cannot load from int array because "this.grades" is null
│ ├─ Stress Test add/get Cannot load from int array because "this.grades" is null
│ ├─ Test toString Cannot load from int array because "this.grades" is null
│ └─ Test allowed grade range Unexpected exception thrown: java.lang.IllegalArgumentException: Grades must be between 0 and 10
└─ JUnit Vintage
Running after_script
Uploading artifacts for failed job
ERROR: Job failed: exit status 1
failed
C Test
adding: edu/caltech/cs2/lab01/BombMain.class(in = 623) (out= 362)(deflated 41%)
adding: edu/caltech/cs2/lab01/FillerStage.class(in = 1069) (out= 503)(deflated 52%)
adding: edu/caltech/cs2/lab01/GradeHistogram.class(in = 1380) (out= 819)(deflated 40%)
adding: edu/caltech/cs2/lab01/PalindromeAnimalStage.class(in = 2080) (out= 1177)(deflated 43%)
adding: edu/caltech/cs2/lab01/SpeciesListStage.class(in = 4752) (out= 2474)(deflated 47%)
Running tests...
Running after_script
Uploading artifacts for failed job
ERROR: Job failed: exit status 1
failed
A Test
├─ JUnit Jupiter 
│ └─ GameTraceTests
│ └─ Test full Adventure Game
│ ├─ [1] {stdin=correctInput.txt}, Welcome to our neat nature walk, a neature walk if... Cannot invoke "java.util.List.add(Object)" because "this.input" is null
│ └─ [2] {stdin=incorrectInput.txt}, Welcome to our neat nature walk, a neature walk ... Cannot invoke "java.util.List.add(Object)" because "this.input" is null
└─ JUnit Vintage
Running after_script
Uploading artifacts for failed job
ERROR: Job failed: exit status 1

Speed up your pipelines with Needs relationships

Using the needs keyword makes jobs run before their stage is reached. Jobs run as soon as their needs relationships are met, which speeds up your pipelines.

If you add needs to jobs in your pipeline you'll be able to view the needs relationships between jobs in this tab as a Directed Acyclic Graph (DAG).

There are no test reports for this pipeline

You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request.