comp426-2022-fall / assignments

This repository contains information about and links to assignment invites and
Creative Commons Zero v1.0 Universal
0 stars 3 forks source link

Exam question: What is the expected output of 08? #24

Closed chaynickUNC closed 1 year ago

chaynickUNC commented 1 year ago

Delete text above this line before you submit your issue. Place your issue information in the appropriate sections below.

Failed workflow run URL

https://github.com/comp426-2022-fall/e02comp-chaynickUNC/actions/runs/3790794768/jobs/6445705360

Question

My 08 server.js program behaves exactly as the directions specify. However, while running the setup code provided by the autograder documentation on my local machine, it errors out saying that there is no file in 07/ named "server.js". Could this be the issue on the autograder?

What should be happening?

The autograder should evaluate the unixtime json generated by my server.js and return TRUE, passing the test. However, this does not occur, possibly due to the reliance upon 07/server.js called in the setup.

Screenshots of your local test(s)

image image

Why do you think the autograder is failing? (BE SPECIFIC)

Either my returned json is not in the right format, which would cause it to evaluate to FALSE when compared to the autograder's expected output, or the autograder is calling upon 07/server.js, which does not exist and would cause a fatal error.

chaynickUNC commented 1 year ago

fixed!