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

[ECO-4058][Protocol-2] Fix protocol 2 tests #411

Closed
wants to merge 65 commits into from

Commits on Jun 6, 2024

  1. Fix failing test due to incorrect logging of channel name in

    incoming_message_dispatcher
    sacOO7 committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    5facf99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ab6054 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    968c832 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    cb9c2cf View commit details
    Browse the repository at this point in the history
  2. Added ablyextensions to check for

    1. nil or empty string
    2. fetch with default value for hash
    sacOO7 committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    29635ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba8e6b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1be434f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    446166a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9574830 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aeb2e2b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    897bccf View commit details
    Browse the repository at this point in the history
  9. removed test for server incorrectly sending duplicate message.

    checks for the same are dependent on connection serial.
    sacOO7 committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    cfe0820 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    e2a8f37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b3add8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16c02c8 View commit details
    Browse the repository at this point in the history
  4. Fixed channel attach mechanism where attach was being sent in a connect/

    disconnect loop.
    Fixed channel attaching related failing tests
    sacOO7 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    2fb73a1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    86cce8a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f3db64a View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Revert "Fixed rest channel acceptance tests, updated with correct err…

    …or messages"
    
    This reverts commit f3db64a.
    sacOO7 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    eb4107f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7b7689 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    ea9bc6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7634e6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23c6fd2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ada53ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb300d9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    194b537 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Configuration menu
    Copy the full SHA
    55d7428 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Fixed presence test for channel presence update, added connected check

    before proceeding channel attach or detach
    sacOO7 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    8c0db78 View commit details
    Browse the repository at this point in the history
  2. Fixed flaky presence leave test where client_id was being sent

    instead of client_msg_serial as a mock leave message
    sacOO7 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    b952468 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d13050e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25f4c22 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    5d34b60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2248cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4889cc4 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    6e449bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38ef504 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Implemented code to cancel pending_state_change_timer via internal state

    change event instead of emitter callback
    sacOO7 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    656b38a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fb9d4c View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    ff6532b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36d7a7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    873b093 View commit details
    Browse the repository at this point in the history
  4. Ignored failing test caused by realtime sandbox changes, will be fixe…

    …d as a
    
    part of separate PR
    sacOO7 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    489de5c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3293448 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    66e323e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    704ee49 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    2de53b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f21e570 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Merge branch 'feature/protocol-2-presence' into feature/protocol-2-tests

    # Conflicts:
    #	lib/ably/realtime/client/incoming_message_dispatcher.rb
    #	lib/ably/realtime/presence/presence_manager.rb
    sacOO7 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    931b0a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae9ec6b View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    73b502f View commit details
    Browse the repository at this point in the history
  2. rest/channel_spec: fix test checking error messages

    Replace error message checks with error code checks.
    Error messages are not guaranteed to be consistent across versions/systems
    but the error codes are.
    Zariel committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    6627639 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    8f6a1b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce628e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0af9002 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    57f9d0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69ceaee View commit details
    Browse the repository at this point in the history
  3. Merge pull request #422 from ably/tests/fix-error-checks

    rest/channel_spec: fix test checking error messages
    sacOO7 authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    cb684b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Merge branch 'feature/integration-protocol-2' into feature/protocol-2…

    …-tests
    
    # Conflicts:
    #	lib/ably/realtime/channel.rb
    #	lib/ably/realtime/channel/channel_manager.rb
    #	lib/ably/realtime/channel/channel_state_machine.rb
    #	lib/ably/realtime/connection.rb
    sacOO7 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    b03bc7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b77870f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62ab447 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b9e955 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    863503c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    73ad05c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fe1d084 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6ec2ff4 View commit details
    Browse the repository at this point in the history