mirror of
https://github.com/archtechx/tenancy-queue-tester.git
synced 2025-12-12 19:04:03 +00:00
initial commit
This commit is contained in:
commit
52d95e9370
12 changed files with 525 additions and 0 deletions
15
README.md
Normal file
15
README.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# Tenancy for Laravel queue testing suite
|
||||
|
||||
In addition to the tests we can write using testbench, we have this repository which:
|
||||
1. Creates a new Laravel application
|
||||
2. Sets up Tenancy
|
||||
3. Creates a sample job
|
||||
4. Asserts that the queue worker is working as expected
|
||||
|
||||
This is mostly due to some past bugs that were hard to catch in our test suite.
|
||||
|
||||
With this repo, we can have a separate CI job validating queue behavior _in a real application_.
|
||||
|
||||
## TODOs
|
||||
|
||||
- Verify how `queue:restart` works in v4
|
||||
Loading…
Add table
Add a link
Reference in a new issue