Liblor / advanced_operating_systems_2020

Advanced Operating System Course at ETHZ
MIT License
19 stars 4 forks source link

Add process to test RPC #70

Open leopoldsedev opened 4 years ago

leopoldsedev commented 4 years ago

We should add a process that automatically evaluates all RPC calls.

eikendev commented 4 years ago

Can we use the grading callbacks for this?

leopoldsedev commented 4 years ago

Yes, that would have been the plan

eikendev commented 4 years ago

Can we close this issue?

abertschi commented 4 years ago

What this issue includes: Add verification code on the server side to ensure proper transmission of data. Also cover invalid input on client side.