Closed amyyu116 closed 6 months ago
I believe the script is called run_tests.sh
, but you are using check_answers.sh
. Changing your command should fix the problem.
The check_answers.sh
filename was used in a previous semester's version of the assignment. If you found that command still referenced somewhere, I would appreciate a pr correcting my mistake.
Ok I can't find where I got this command anymore but that makes a lot of sense. Thank you!
Hi,
I was originally able to get the command
time docker-compose exec pg_normalized_batch ./check_answers.sh sql.normalized_batch
provided to us to work, and it would pass in like 2 seconds after I added some indexes, but I'm currently working on the denormalized part of the indexes homework and I've found that the time + shell commands are no longer working even though I don't think I've made any changes recently.^^ Here I'm able to access the database, but then just the terminal time/shell commands that don't work. Here is what happens when I run the time command now: