jerryshao commented on code in PR #7414: URL: https://github.com/apache/gravitino/pull/7414#discussion_r2157288666
########## docs/how-to-use-concurrency-test.md: ########## @@ -0,0 +1,269 @@ +--- +title: How to use concurrency tests in Gravitino +slug: /how-to-test +date: 2025-06-19 +license: "This software is licensed under the Apache License version 2." +--- + +# Gravitino Concurrency Tests + +## Overview + +This module provides concurrency tests for Gravitino, leveraging the JCStress framework to uncover subtle thread-safety issues. These tests are designed to reveal problems that traditional unit tests often miss—such as data races, visibility violations, and atomicity failures. Review Comment: The description is not correct, it is not a "module" anymore. Can you please revisit the doc to check if there's a similar incorrect description? Also, I think it is not necessary to put this into the doc. You can change to README.md and move to the jcstress folder. -- 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]
