Jaseci-Labs / jaseci

The Official Jaseci Code Repository
https://jaseci.org
156 stars 214 forks source link

Jac test Caching Issue – Changes Not Detected Without jac clean #1396

Closed kugesan1105 closed 2 weeks ago

kugesan1105 commented 1 month ago

Description


It seems that jac test is not recognizing updates to files after they are modified. Even if the file content changes, the results remain the same unless I manually execute jac clean before rerunning the tests. This adds an extra step in the workflow that might be unintended.

Steps to replicate:

  1. Run jac test on a file.
  2. Modify the file.
  3. Re-run jac test without running jac clean.
  4. The test results remain unchanged despite the modifications.

Expected behavior:

jac_test1