Skip to content

Unblock backend CI by fixing Spotless violations and Pathfinding request arity - #98

Merged
Sanan507 merged 3 commits into
masterfrom
copilot/fix-backend-github-actions-job
Aug 3, 2026
Merged

Unblock backend CI by fixing Spotless violations and Pathfinding request arity#98
Sanan507 merged 3 commits into
masterfrom
copilot/fix-backend-github-actions-job

Conversation

Copilot AI commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

The backend GitHub Actions job was failing in mvn -B test due to Spotless check violations. After those were corrected, a test compile mismatch surfaced in pathfinding tests because PathfindingSimulationRequest calls were still using the old constructor arity.

  • Spotless compliance (backend job blocker)

    • Reformatted the exact files reported by CI:
      • backend/src/main/java/com/algorithmrace/visualizer/service/SimulationService.java
      • backend/src/main/java/com/algorithmrace/visualizer/utils/MazeGenerator.java
      • backend/src/test/java/com/algorithmrace/visualizer/controller/SimulationControllerTest.java
    • No functional logic changes; formatting only.
  • Pathfinding test compile alignment

    • Updated PathfindingAlgorithmsTest to match the current PathfindingSimulationRequest record signature (10 params, including endCol).
new PathfindingSimulationRequest(
    algorithms, 10, 10, "Clear Grid", null, null, null, null, null, null);

@vercel

vercel Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
algorithm-race-visualizer Ready Ready Preview Aug 3, 2026 12:42pm

Copilot AI changed the title [WIP] Fix failing GitHub Actions job 'backend' Unblock backend CI by fixing Spotless violations and Pathfinding request arity Aug 3, 2026
Copilot AI requested a review from Sanan507 August 3, 2026 12:42
@Sanan507
Sanan507 marked this pull request as ready for review August 3, 2026 12:54
@Sanan507
Sanan507 merged commit 7e31c12 into master Aug 3, 2026
4 checks passed
@Sanan507
Sanan507 deleted the copilot/fix-backend-github-actions-job branch August 4, 2026 07:24
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