-
Notifications
You must be signed in to change notification settings - Fork 16
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
base: main
Are you sure you want to change the base?
Update Feature Files and Test Agents to 1.5.8 #80
Commits on Jul 8, 2024
-
* 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
Configuration menu - View commit details
-
Copy full SHA for d8fdda5 - Browse repository at this point
Copy the full SHA d8fdda5View commit details -
* Align UUIDValidator test with v1.5.8
Configuration menu - View commit details
-
Copy full SHA for af48e3e - Browse repository at this point
Copy the full SHA af48e3eView commit details
Commits on Jul 9, 2024
-
Update UAttributesValidator to 1.5.8
* Update UAttributesValidator Feature file to 1.5.8 * Update Python Test Agent to align with 1.5.8
Configuration menu - View commit details
-
Copy full SHA for 9ffa236 - Browse repository at this point
Copy the full SHA 9ffa236View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 2636a61 - Browse repository at this point
Copy the full SHA 2636a61View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for deae544 - Browse repository at this point
Copy the full SHA deae544View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 12a6065 - Browse repository at this point
Copy the full SHA 12a6065View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 9ea757a - Browse repository at this point
Copy the full SHA 9ea757aView commit details -
Update RegisterAndSend to 1.5.8
* Update registerandsend feature file to 1.5.8 * update step implementations to support updates to 1.5.8
Configuration menu - View commit details
-
Copy full SHA for 76a0b73 - Browse repository at this point
Copy the full SHA 76a0b73View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 3bac7dd - Browse repository at this point
Copy the full SHA 3bac7ddView commit details
Commits on Jul 15, 2024
-
Make updates based on comments
* Make updates from Divya Vuppala's comments.
Configuration menu - View commit details
-
Copy full SHA for c72d538 - Browse repository at this point
Copy the full SHA c72d538View commit details
Commits on Jul 17, 2024
-
Update rust socket transport to 1.5.8
* Update socket transport for rust to 1.5.8
Configuration menu - View commit details
-
Copy full SHA for 7f30d18 - Browse repository at this point
Copy the full SHA 7f30d18View commit details
Commits on Jul 19, 2024
-
* 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
Configuration menu - View commit details
-
Copy full SHA for f72166d - Browse repository at this point
Copy the full SHA f72166dView commit details -
Update Python and SocketPython to 1.5.8
* Update Python Test Agent * Update Python Test Manager * Update TCK Step Implementations * Update uuid_validator feature
Configuration menu - View commit details
-
Copy full SHA for abb5ea1 - Browse repository at this point
Copy the full SHA abb5ea1View commit details -
Update Python and SocketPython to 1.5.8
* Update Python Test Agent * Update Python Test Manager * Update TCK Step Implementations * Update uuid_validator feature
Configuration menu - View commit details
-
Copy full SHA for c2c5229 - Browse repository at this point
Copy the full SHA c2c5229View commit details -
Merge branch 'feature/update_python_to_1.5.8' of https://github.com/m…
…atthewd0123/up-tck into feature/update_python_to_1.5.8
Configuration menu - View commit details
-
Copy full SHA for c6dab1b - Browse repository at this point
Copy the full SHA c6dab1bView commit details
Commits on Jul 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6b8c6e9 - Browse repository at this point
Copy the full SHA 6b8c6e9View commit details -
* 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
Configuration menu - View commit details
-
Copy full SHA for 4ac570a - Browse repository at this point
Copy the full SHA 4ac570aView commit details -
* Align UUIDValidator test with v1.5.8
Configuration menu - View commit details
-
Copy full SHA for 2a0f87d - Browse repository at this point
Copy the full SHA 2a0f87dView commit details -
Update UAttributesValidator to 1.5.8
* Update UAttributesValidator Feature file to 1.5.8 * Update Python Test Agent to align with 1.5.8
Configuration menu - View commit details
-
Copy full SHA for 8967111 - Browse repository at this point
Copy the full SHA 8967111View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for ffeb97a - Browse repository at this point
Copy the full SHA ffeb97aView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 05e6a8f - Browse repository at this point
Copy the full SHA 05e6a8fView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 288169f - Browse repository at this point
Copy the full SHA 288169fView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 6f047f5 - Browse repository at this point
Copy the full SHA 6f047f5View commit details -
Update RegisterAndSend to 1.5.8
* Update registerandsend feature file to 1.5.8 * update step implementations to support updates to 1.5.8
Configuration menu - View commit details
-
Copy full SHA for 626d81f - Browse repository at this point
Copy the full SHA 626d81fView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 3a3084e - Browse repository at this point
Copy the full SHA 3a3084eView commit details -
Make updates based on comments
* Make updates from Divya Vuppala's comments.
Configuration menu - View commit details
-
Copy full SHA for 1ef4fb4 - Browse repository at this point
Copy the full SHA 1ef4fb4View commit details -
Update rust socket transport to 1.5.8
* Update socket transport for rust to 1.5.8
Configuration menu - View commit details
-
Copy full SHA for 3d7fd0f - Browse repository at this point
Copy the full SHA 3d7fd0fView commit details -
* 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
Configuration menu - View commit details
-
Copy full SHA for 204c8c9 - Browse repository at this point
Copy the full SHA 204c8c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e802fef - Browse repository at this point
Copy the full SHA e802fefView commit details -
Merge branch 'feature/register_and_invoke_1.5.8' of https://github.co…
…m/matthewd0123/up-tck into feature/register_and_invoke_1.5.8
Configuration menu - View commit details
-
Copy full SHA for 83ce12b - Browse repository at this point
Copy the full SHA 83ce12bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6803734 - Browse repository at this point
Copy the full SHA 6803734View commit details -
Configuration menu - View commit details
-
Copy full SHA for d31e880 - Browse repository at this point
Copy the full SHA d31e880View commit details