Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix AnomalyDetectorRestApiIT.testUpdateAnomalyDetectorNameToNew test …
…logic Previously, the test checked if the new detector and the parsed new detector had different last update times. This was not the intended behavior. The correct check should be between the old and new detector's last update time. This discrepancy was mostly masked by serialization and deserialization differences, but surfaced in JDK 8 on Windows where the timestamps matched. Changes: - Updated test to compare old vs. new detector's last update time. Testing: - Ran `gradle build`. Signed-off-by: Kaituo Li <[email protected]>
- Loading branch information