Abyss-lord commented on code in PR #7414: URL: https://github.com/apache/gravitino/pull/7414#discussion_r2157293204
########## 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: Thanks for the feedback! No problem — I'll update the description accordingly and move the content to `jcstress/README.md` as suggested. -- 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]
