smengcl commented on PR #6286: URL: https://github.com/apache/ozone/pull/6286#issuecomment-1979440782
During CI debugging, I've noticed that because `unit` job depends on `basic` but not on `build` (plus the fact that `build` takes longer than `basic`), a race can unintentionally cause the `unit` job to use an **old** cached ozone build to run the actual test. This caused my change to print extra debugging log in my branch to not take effect. My question: Should we make `build` a dependency of `unit`? Or is there a reason not to do so? cc @adoroszlai -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
