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

Update Feature Files and Test Agents to 1.5.8 #80

Draft
wants to merge 32 commits into
base: main
Choose a base branch
from

Commits on Jul 8, 2024

  1. Update UriValidator to 1.5.8

    * Align UriValidator test with v1.5.8
    * Update Python and Java TAs to work with UriValidator
    * Create skeleton for 1.5.8 version of SocketUTransports in Python and Java (still requires work after this PR)
    * Update Test Manager port (was causing issues locally, changing it fixed the issue)
    * Remove some deprecated code from Python and Java Test Agents
    matthewd0123 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    d8fdda5 View commit details
    Browse the repository at this point in the history
  2. Update UUIDValidator to 1.5.8

    * Align UUIDValidator test with v1.5.8
    matthewd0123 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    af48e3e View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Update UAttributesValidator to 1.5.8

    * Update UAttributesValidator Feature file to 1.5.8
    * Update Python Test Agent to align with 1.5.8
    matthewd0123 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    9ffa236 View commit details
    Browse the repository at this point in the history
  2. Update UriSerializer and UriDeserializer 1.5.8

    * Remove Long and Micro URI references in code
    * Add new UriSerializer and UriDeserializer feature files for 1.5.8
    * Update python and java to align to uriserializer and deserializer for 1.5.8
    matthewd0123 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    2636a61 View commit details
    Browse the repository at this point in the history
  3. Remove is_notification_destination

    Since up-java doesn't use is_notification_destination, this has been removed from the feature files and from the test agents
    matthewd0123 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    deae544 View commit details
    Browse the repository at this point in the history
  4. Update UUIDSerializer/Deserializer to 1.5.8

    * Update UUIDSerializer and UUIDDeserializer feature files to align with 1.5.8
    * Update python and java test agents to align with 1.5.8 for uuid serializer and deserializer
    matthewd0123 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    12a6065 View commit details
    Browse the repository at this point in the history
  5. Update RegisterAndUnregister to 1.5.8

    * Update support for Rust, Python, Java Test Agents to 1.5.8
    * Update register_and_unregister feature file for 1.5.8
    matthewd0123 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    9ea757a View commit details
    Browse the repository at this point in the history
  6. Update RegisterAndSend to 1.5.8

    * Update registerandsend feature file to 1.5.8
    * update step implementations to support updates to 1.5.8
    matthewd0123 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    76a0b73 View commit details
    Browse the repository at this point in the history
  7. Update RegisterAndInvoke to 1.5.8

    * Update registerandinvoke feature file to 1.5.8
    * Update Java and Python Test Agents to support 1.5.8
    matthewd0123 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    3bac7dd View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Make updates based on comments

    * Make updates from Divya Vuppala's comments.
    matthewd0123 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    c72d538 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Update rust socket transport to 1.5.8

    * Update socket transport for rust to 1.5.8
    matthewd0123 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    7f30d18 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Changes to support streamer

    * Allow for arbitrary number of Test Agents in a given test
    * Update rust to 0.1.1 release
    * Remove invoke_method, as it is L2 API
    * Add few tests for streamer
    matthewd0123 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    f72166d View commit details
    Browse the repository at this point in the history
  2. Update Python and SocketPython to 1.5.8

    * Update Python Test Agent
    * Update Python Test Manager
    * Update TCK Step Implementations
    * Update uuid_validator feature
    matthewd0123 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    abb5ea1 View commit details
    Browse the repository at this point in the history
  3. Update Python and SocketPython to 1.5.8

    * Update Python Test Agent
    * Update Python Test Manager
    * Update TCK Step Implementations
    * Update uuid_validator feature
    matthewd0123 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    c2c5229 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c6dab1b View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. moderate changes

    matthewd0123 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    6b8c6e9 View commit details
    Browse the repository at this point in the history
  2. Update UriValidator to 1.5.8

    * Align UriValidator test with v1.5.8
    * Update Python and Java TAs to work with UriValidator
    * Create skeleton for 1.5.8 version of SocketUTransports in Python and Java (still requires work after this PR)
    * Update Test Manager port (was causing issues locally, changing it fixed the issue)
    * Remove some deprecated code from Python and Java Test Agents
    matthewd0123 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    4ac570a View commit details
    Browse the repository at this point in the history
  3. Update UUIDValidator to 1.5.8

    * Align UUIDValidator test with v1.5.8
    matthewd0123 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    2a0f87d View commit details
    Browse the repository at this point in the history
  4. Update UAttributesValidator to 1.5.8

    * Update UAttributesValidator Feature file to 1.5.8
    * Update Python Test Agent to align with 1.5.8
    matthewd0123 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    8967111 View commit details
    Browse the repository at this point in the history
  5. Update UriSerializer and UriDeserializer 1.5.8

    * Remove Long and Micro URI references in code
    * Add new UriSerializer and UriDeserializer feature files for 1.5.8
    * Update python and java to align to uriserializer and deserializer for 1.5.8
    matthewd0123 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    ffeb97a View commit details
    Browse the repository at this point in the history
  6. Remove is_notification_destination

    Since up-java doesn't use is_notification_destination, this has been removed from the feature files and from the test agents
    matthewd0123 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    05e6a8f View commit details
    Browse the repository at this point in the history
  7. Update UUIDSerializer/Deserializer to 1.5.8

    * Update UUIDSerializer and UUIDDeserializer feature files to align with 1.5.8
    * Update python and java test agents to align with 1.5.8 for uuid serializer and deserializer
    matthewd0123 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    288169f View commit details
    Browse the repository at this point in the history
  8. Update RegisterAndUnregister to 1.5.8

    * Update support for Rust, Python, Java Test Agents to 1.5.8
    * Update register_and_unregister feature file for 1.5.8
    matthewd0123 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    6f047f5 View commit details
    Browse the repository at this point in the history
  9. Update RegisterAndSend to 1.5.8

    * Update registerandsend feature file to 1.5.8
    * update step implementations to support updates to 1.5.8
    matthewd0123 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    626d81f View commit details
    Browse the repository at this point in the history
  10. Update RegisterAndInvoke to 1.5.8

    * Update registerandinvoke feature file to 1.5.8
    * Update Java and Python Test Agents to support 1.5.8
    matthewd0123 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    3a3084e View commit details
    Browse the repository at this point in the history
  11. Make updates based on comments

    * Make updates from Divya Vuppala's comments.
    matthewd0123 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    1ef4fb4 View commit details
    Browse the repository at this point in the history
  12. Update rust socket transport to 1.5.8

    * Update socket transport for rust to 1.5.8
    matthewd0123 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    3d7fd0f View commit details
    Browse the repository at this point in the history
  13. Changes to support streamer

    * Allow for arbitrary number of Test Agents in a given test
    * Update rust to 0.1.1 release
    * Remove invoke_method, as it is L2 API
    * Add few tests for streamer
    matthewd0123 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    204c8c9 View commit details
    Browse the repository at this point in the history
  14. moderate changes

    matthewd0123 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    e802fef View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    83ce12b View commit details
    Browse the repository at this point in the history
  16. GO

    matthewd0123 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    6803734 View commit details
    Browse the repository at this point in the history
  17. stuff

    matthewd0123 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    d31e880 View commit details
    Browse the repository at this point in the history