Skip to content

test: expose Jazzer fuzzing and require code owners - #27

Merged
kriptoburak merged 3 commits into
mainfrom
codex/add-codeowners
Jul 30, 2026
Merged

test: expose Jazzer fuzzing and require code owners#27
kriptoburak merged 3 commits into
mainfrom
codex/add-codeowners

Conversation

@kriptoburak

@kriptoburak kriptoburak commented Jul 28, 2026

Copy link
Copy Markdown
Member

Summary

  • assign every path to two maintainers with write permission
  • require code-owner review on the protected branch
  • expose the existing Jazzer campaign through a real Java test bridge
  • compile test code for Java 26
  • preserve Java 8 bytecode for every published artifact

Rationale

Scorecard currently detects Jazzer imports only in Java test files. The fuzz target remains real. The Java bridge consumes the campaign's input.

Validation

  • compiled the targeted Java and Kotlin tests
  • ran the 30-second Jazzer campaign
  • completed 3,655,609 runs with seed 1719876642
  • reached BUILD SUCCESSFUL in the full Gradle test run
  • ./scripts/lint
  • ./scripts/audit
  • uvx --from reuse reuse lint
  • git diff --check

The full test wrapper reached its 60-second cap after Gradle succeeded. The reproducibility check also exceeded the local cap. Required hosted jobs must pass before merge.

Note

Require code owner review and compile test sources with JVM 26

  • Adds a CODEOWNERS file assigning repository-wide ownership to @kriptoburak and @furkanerday, requiring their review on all PRs.
  • Configures compileTestJava to use --release 26 and compileTestKotlin to target JVM_26 in the Gradle convention plugins.
  • Extracts RetryAfterFuzzInput.consume() as a static helper to avoid duplicating data.consumeRemainingAsString() in the fuzz test.

Macroscope summarized aae608f.

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your trial has ended. Reactivate Greptile to resume code reviews.

@kriptoburak
kriptoburak requested a review from furkanerday July 28, 2026 16:52
@kriptoburak
kriptoburak enabled auto-merge (squash) July 28, 2026 16:52

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your trial has ended. Reactivate Greptile to resume code reviews.

@kriptoburak kriptoburak changed the title ci: require code owner review test: expose Jazzer fuzzing and require code owners Jul 28, 2026

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your trial has ended. Reactivate Greptile to resume code reviews.

@furkanerday furkanerday left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed the complete diff, description, commit history, checks, discussion, repository policy, relevant contracts, tests, dependency and release integrity, licensing, and public-safety implications. Required checks are green and no actionable review threads remain.

@furkanerday furkanerday left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Human-authored commits 6bd7023, b1f38ef, fddf8f6 lack author-matching Signed-off-by trailers. Each author must amend their own affected commit and re-push it; a later maintainer commit cannot cure an earlier contributor commit. Re-request review after the rewritten commit history and required checks complete.

Signed-off-by: kriptoburak <kriptoburak@users.noreply.github.com>
Signed-off-by: kriptoburak <kriptoburak@users.noreply.github.com>
Signed-off-by: kriptoburak <kriptoburak@users.noreply.github.com>
@kriptoburak

Copy link
Copy Markdown
Member Author

Rewrote the PR commits without changing the patch to add exact author-matching DCO trailers, and rebased onto the current base branch. Fresh hosted checks can now validate the rewritten history.

@kriptoburak
kriptoburak force-pushed the codex/add-codeowners branch from fddf8f6 to aae608f Compare July 30, 2026 16:01

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your trial has ended. Reactivate Greptile to resume code reviews.

@coderabbitai

coderabbitai Bot commented Jul 30, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@kriptoburak, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 47 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 3f1a1e71-5cdc-4a8e-92e3-3dde5b8a7f1f

📥 Commits

Reviewing files that changed from the base of the PR and between fa76285 and aae608f.

📒 Files selected for processing (5)
  • .github/CODEOWNERS
  • buildSrc/src/main/kotlin/x-twitter-scraper.java.gradle.kts
  • buildSrc/src/main/kotlin/x-twitter-scraper.kotlin.gradle.kts
  • x-twitter-scraper-java-core/src/test/java/com/x_twitter_scraper/api/core/http/RetryAfterFuzzInput.java
  • x-twitter-scraper-java-core/src/test/kotlin/com/x_twitter_scraper/api/core/http/RetryAfterFuzzTest.kt

Comment @coderabbitai help to get the list of available commands.

@kriptoburak
kriptoburak requested a review from furkanerday July 30, 2026 16:11
@kriptoburak
kriptoburak dismissed furkanerday’s stale review July 30, 2026 16:15

Dismissed after verifying every affected commit on the current head has an exact author-matching Signed-off-by trailer. Independent re-review remains requested.

@furkanerday furkanerday left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed the complete current diff, description, commit history, checks, discussion, repository policy, relevant contracts and tests, dependency and release integrity, licensing, DCO, and public-safety implications. Required checks are green and no actionable review threads remain.

@kriptoburak
kriptoburak merged commit f424665 into main Jul 30, 2026
20 checks passed

@furkanerday furkanerday left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed the complete current diff, description, commit history, checks, discussion, repository policy, relevant contracts and tests, dependency and release integrity, licensing, DCO, and public-safety implications. Required checks are green and no actionable review threads remain.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants