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

Client compatibility tests #159

Merged
merged 7 commits into from
Nov 3, 2023
Merged

Client compatibility tests #159

merged 7 commits into from
Nov 3, 2023

Conversation

mtmk
Copy link
Collaborator

@mtmk mtmk commented Oct 17, 2023

Added client compatility tests

  • Object store watch and link support
  • Object store compat
  • Services compat
  • Services compatibility fixes
+---------+---------+------+--------------+-----------------+--------+
| client  | version | hash | suite        | test            | result |
+---------+---------+------+--------------+-----------------+--------+
| unknown | 0.0.0   |      | object-store | default-bucket  | pass   |
+---------+---------+------+--------------+-----------------+--------+
| unknown | 0.0.0   |      | object-store | custom-bucket   | pass   |
+---------+---------+------+--------------+-----------------+--------+
| unknown | 0.0.0   |      | object-store | put-object      | pass   |
+---------+---------+------+--------------+-----------------+--------+
| unknown | 0.0.0   |      | object-store | get-object      | pass   |
+---------+---------+------+--------------+-----------------+--------+
| unknown | 0.0.0   |      | object-store | update-metadata | pass   |
+---------+---------+------+--------------+-----------------+--------+
| unknown | 0.0.0   |      | object-store | watch-updates   | pass   |
+---------+---------+------+--------------+-----------------+--------+
| unknown | 0.0.0   |      | object-store | watch           | pass   |
+---------+---------+------+--------------+-----------------+--------+
| unknown | 0.0.0   |      | object-store | get-link        | pass   |
+---------+---------+------+--------------+-----------------+--------+
| unknown | 0.0.0   |      | object-store | put-link        | pass   |
+---------+---------+------+--------------+-----------------+--------+

+---------+---------+------+---------+---------+--------+
| client  | version | hash | suite   | test    | result |
+---------+---------+------+---------+---------+--------+
| unknown | 0.0.0   |      | service | service | pass   |
+---------+---------+------+---------+---------+--------+

@mtmk mtmk changed the title [WIP] Object Store client compatibility tests [WIP] Client compatibility tests Nov 1, 2023
@mtmk mtmk changed the title [WIP] Client compatibility tests Client compatibility tests Nov 1, 2023
@mtmk mtmk marked this pull request as ready for review November 1, 2023 14:50
Copy link
Collaborator

@caleblloyd caleblloyd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mtmk mtmk merged commit be058d5 into main Nov 3, 2023
9 checks passed
@mtmk mtmk deleted the obj-compat-tests branch November 3, 2023 09:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants