Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

server settings for replication #547

Closed
wants to merge 9 commits into from

fix

ca9e85e
Select commit
Loading
Failed to load commit list.
Closed

server settings for replication #547

fix
ca9e85e
Select commit
Loading
Failed to load commit list.
Cirrus CI / osx failed May 21, 2024 in 1m 50s

Task Summary

Instruction spec failed in 01:09

Details

⚠️ Not enough compute credits to prioritize tasks!

✅ 00:02 clone
✅ 00:09 brew
✅ 00:27 crystal
❌ 01:09 spec

    should shovel
    should shovel
#full_sync
  should send file list
  should send file list
LavinMQ::Client::Channel::Consumer
  with x-priority
    should accept any integer as x-priority
    should accept any integer as x-priority
    should respect priority
    should respect priority
    should round-robin to high priority consumers
    should round-robin to high priority consumers
    should send to prioritized consumer if ready
    should send to prioritized consumer if ready
    should not accept any thing but integers as x-priority
    should not accept any thing but integers as x-priority
  without x-priority
    should round-robin
    should round-robin

Pending:
  LavinMQ::VHost GC segments
  LavinMQ random disconnects
  LavinMQ::Server UNIX Sockets can accept UNIX socket connections
  LavinMQ::Server doesn't use much memory per queue

Failures:

  1) LavinMQ::HTTP::UsersController POST /api/users/bulk-delete should handle request with empty body
     Failure/Error: response.status_code.should eq 400

       Expected: 400
            got: 412

     # spec/api/users_spec.cr:45

  2) LavinMQ::HTTP::UsersController PUT /api/users/name should create user with uniq tags
     Failure/Error: response.status_code.should eq 201

       Expected: 201
            got: 412

     # spec/api/users_spec.cr:112

Finished in 51.15 seconds
577 examples, 2 failures, 0 errors, 4 pending

Failed examples:

crystal spec spec/api/users_spec.cr:43 # LavinMQ::HTTP::UsersController POST /api/users/bulk-delete should handle request with empty body
crystal spec spec/api/users_spec.cr:106 # LavinMQ::HTTP::UsersController PUT /api/users/name should create user with uniq tags
Randomized with seed: 23473
make: *** [test] Error 1

Exit status: 2