[ https://issues.apache.org/jira/browse/GEODE-9309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17351434#comment-17351434 ]
ASF subversion and git services commented on GEODE-9309: -------------------------------------------------------- Commit a540b402b4dc9f9eb1c2833006024c4da8f12c4e in geode's branch refs/heads/develop from Dale Emery [ https://gitbox.apache.org/repos/asf?p=geode.git;h=a540b40 ] GEODE-9309: Tool to filter/format progress info (#6518) * GEODE-9309: Tool to filter/format progress info Add a `progress` tool to find, filter, and format information from Geode test progress files. INSTALLATION.md describes how to install the tool. README.md gives detailed examples of how to use the tool. Running `progress -h` concisely describes the options for finding, filtering, and formating test results from progress files. Authored-by: Dale Emery <dem...@vmware.com> * rat exclude go.mod, go.sum, and all .idea dirs 1. Add rat excludes for go module files that do not support comments, and therefore offer no way to add a copyright notice: - **/go.mod - **/go.sum 2. Change the .idea directory exclusion to exclude _all_ .idea directories, and not just those at the project root. The new ./dev-tools/progress directory is the root of a Go project. Editing that project with goland adds an .idea directory there. Geode's .gitignore ignores this .idea directory, and rat should ignore it, too. Authored-by: Dale Emery <dem...@vmware.com> > Add a tool to analyze Geode test progress files > ----------------------------------------------- > > Key: GEODE-9309 > URL: https://issues.apache.org/jira/browse/GEODE-9309 > Project: Geode > Issue Type: Test > Components: tests, tools > Reporter: Dale Emery > Assignee: Dale Emery > Priority: Major > Labels: pull-request-available > > Add a tool to filter and format information from Geode test progress files. -- This message was sent by Atlassian Jira (v8.3.4#803005)