GatorEducator / gatorgrader

:heavy_check_mark: Automated Grading Tool that Checks the Work of Writers and Programmers
GNU General Public License v3.0
79 stars 22 forks source link

"gradle grade" hanging on certain Windows machines only in Docker #204

Closed jjumadinova closed 2 years ago

jjumadinova commented 5 years ago

*Note: this is a repeated issue post from: https://github.com/GatorEducator/gatorgradle/issues/59

When students run gradle grade on certain Windows machines, the checking is getting stuck (hanging and not completing checks) at the ExecuteCommand --command "gradle build" line in the "gatorgrader.yml" file. Without this line in the "gatorgrader.yml" file, the gradle grade command is able to complete. This happened in two instances so far (others did not encounter this issue on the same repository), both Windows machines (configs attached), running Gradle 5.6 and Python 3.6.

windows_config1 windows_config2

gkapfham commented 5 years ago

Hi @jjumadinova, for now, let's keep the discussion in the other repository as we are not yet sure whether this is a problem for the Gradle plugin or for the GatorGrader system itself. Sounds okay?

Michionlion commented 2 years ago

Closing as not-our-issue (in this repository).