Skip to content

chore: add tests for v1.17.1#97

Merged
hwbrzzl merged 3 commits intov1.17.xfrom
bowen/add-tests-for-commands
Feb 12, 2026
Merged

chore: add tests for v1.17.1#97
hwbrzzl merged 3 commits intov1.17.xfrom
bowen/add-tests-for-commands

Conversation

@hwbrzzl
Copy link
Contributor

@hwbrzzl hwbrzzl commented Feb 3, 2026

Greptile Overview

Greptile Summary

This PR upgrades dependencies to v1.17.1 pre-release versions and updates queue configuration for testing purposes.

  • Upgraded github.com/goravel/framework to v1.17.1-0.20260209063303-182131ae113a
  • Upgraded github.com/goravel/redis to v1.17.1-0.20260209063449-3355af77f62f
  • Increased concurrent workers from 1 to 5 for database queue connection
  • Added concurrent configuration (5 workers) to redis1 and redis queue connections
  • Refactored test teardown to verify artisan builds successfully before cleanup
  • Simplified command execution in tests by chaining method calls

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk
  • The changes are straightforward dependency upgrades and test improvements for v1.17.1. Queue configuration changes are sensible (increasing concurrency), and test improvements add validation that artisan builds correctly. No breaking changes or logical issues detected.
  • No files require special attention

Important Files Changed

Filename Overview
config/queue.go Updated concurrent workers from 1 to 5 for database queue and added concurrent configuration to redis queues
go.mod Upgraded framework and redis dependencies to v1.17.1 pre-release versions for testing
go.sum Updated checksums for framework and redis dependency upgrades
main_test.go Refactored TearDownTest to verify artisan builds successfully and simplified command execution chaining

@hwbrzzl hwbrzzl marked this pull request as ready for review February 3, 2026 08:26
@hwbrzzl hwbrzzl requested a review from a team as a code owner February 3, 2026 08:26
@hwbrzzl hwbrzzl changed the title chore: add tests for commands chore: add tests for v1.17.1 Feb 3, 2026
@hwbrzzl hwbrzzl marked this pull request as draft February 3, 2026 14:01
@hwbrzzl hwbrzzl marked this pull request as ready for review February 12, 2026 09:01
@hwbrzzl hwbrzzl merged commit 50de9ac into v1.17.x Feb 12, 2026
5 checks passed
@hwbrzzl hwbrzzl deleted the bowen/add-tests-for-commands branch February 12, 2026 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant