Skip to content

Commit

Permalink
Merge pull request #39 from tahiat/exclude-cf-6030
Browse files Browse the repository at this point in the history
Exclude CF 6030a, which wasn't reproducible at the time either
  • Loading branch information
tahiat authored Apr 11, 2024
2 parents 5ad7a0c + 3143fbf commit c1727af
Showing 1 changed file with 2 additions and 23 deletions.
25 changes: 2 additions & 23 deletions resources/test_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,27 +99,6 @@
{
"issue_id" : "cf-6030",
"url": "https://github.com/tahiat/cassandra.git",
"branch": "cf-6030",
"commit_hash": "",
"project_name": "cassandra",
"build_command": "ant cf-only -Dcf.check.only=org/apache/cassandra/service/reads/DataResolver.java",
"root_dir": "src/java",
"targets": [
{
"method": "getData()",
"file": "DataResolver.java",
"package": "org.apache.cassandra.service.reads"
}
],
"cf_version": "3.35.0",
"java_version": "11",
"note": "This issue describes multiple bugs. the second one is \"ant cf-only -Dcf.check.only=org/apache/cassandra/io/sstable/format/SSTableScanner.java\"",
"bug_type": "crash",
"checker_qual_required": true
},
{
"issue_id" : "cf-6030b",
"url": "https://github.com/tahiat/cassandra.git",
"branch": "cf-6030b",
"commit_hash": "",
"project_name": "cassandra",
Expand All @@ -134,7 +113,7 @@
],
"cf_version": "3.35.0",
"java_version": "11",
"note": "",
"note": "This issue describes multiple bugs. This is the second one (\"ant cf-only -Dcf.check.only=org/apache/cassandra/io/sstable/format/SSTableScanner.java\"). Based on the comments in the issue, the maintainers could not reproduce the first crash at the time (https://github.com/typetools/checker-framework/issues/6030#issuecomment-1601171591), so there's no reason that we should either.",
"bug_type": "crash",
"checker_qual_required": true
},
Expand Down Expand Up @@ -555,4 +534,4 @@
},
"checker_qual_required": false
}
]
]

0 comments on commit c1727af

Please sign in to comment.