Skip to content

stanford-futuredata/cs245-as3-public

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Replicating gradescope tests locally

The code can be compiled using Maven; the following command generates a jar file for the entire project,

mvn package

You can simulate what the grader machines will do by running the autograder script as follows:

java -Xmx1536m -Xms1536m -jar target/tests.jar 

This will output a json file that should match the graded tests run on gradescope.

Submitting your solution

Run

create_submission.sh

This will create a file student_submission.zip that you should upload to gradescope.

Alternatively, just make a zip file containing only TransactionManager.java with no directory structure and upload that.

Teaching Staff Autograder Setup

Create Autograder files and upload zip archive to Gradescope.

bash make_autograder.sh

About

Durable transactions assignment for CS245

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages