hi ive got an issue where the mentioned file isn't updating properly every time i run the docker run_tests.sh command. i resetted my 14_function.sql file to its original form and deleted the 14_function.out file but when i run it again, the output of 14_function is what I got from a previous iteration.
on top from resetting the file, i also wrote a lot of random stuff just to see if the results file would change, but it didn't.
hopefully this makes sense. thanks
i also checked whether or not the docker run cmd was properly updating my other files, to which it does successfully. like when I comment out the command line for 01.sql, the results/01.out has nothing in it.
second edit:
when running ls -l results the 14_function.out file changes/updates, but the contents aren't changing, i also tried looking everywhere for a second 14_function.sql file but couldn't find any
hi ive got an issue where the mentioned file isn't updating properly every time i run the docker run_tests.sh command. i resetted my 14_function.sql file to its original form and deleted the 14_function.out file but when i run it again, the output of 14_function is what I got from a previous iteration.
on top from resetting the file, i also wrote a lot of random stuff just to see if the results file would change, but it didn't.
hopefully this makes sense. thanks
i also checked whether or not the docker run cmd was properly updating my other files, to which it does successfully. like when I comment out the command line for 01.sql, the results/01.out has nothing in it.
second edit: when running
ls -l results
the14_function.out
file changes/updates, but the contents aren't changing, i also tried looking everywhere for a second14_function.sql
file but couldn't find any