Skip to content

Conversation

@laines-it
Copy link
Collaborator

Removed deprecated Connection methods.
Related tests are updated (deleted or refactored).

I didn't forget about (remove if it is not applicable):

Closes #479

Copy link
Collaborator

@oleg-jukovec oleg-jukovec left a comment

Choose a reason for hiding this comment

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

Thank you for the patch!

}
}

func TestErrorTypeEval(t *testing.T) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

why have you deleted these tests, instead of rewriting it using "NewEvalRequest?"

Copy link
Collaborator Author

@laines-it laines-it Nov 19, 2025

Choose a reason for hiding this comment

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

My bad, I thought error types of RequestObjects have been tested in other tests, but they haven't. Indeed, I should just rewrite tests, not delete them.
I'll fix this in next commit amendment.


// /////////////////

func TestClient(t *testing.T) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Are you sure all those tests are duplicated?

@laines-it laines-it force-pushed the laines-it/gh-479-remove-deprecated-connection branch from ba02f67 to aecaf88 Compare November 24, 2025 15:43
Removed deprecated `Connection` methods.
Related tests are updated (deleted or refactored).

Closes #479
@laines-it laines-it force-pushed the laines-it/gh-479-remove-deprecated-connection branch from aecaf88 to 3bc439e Compare November 24, 2025 18:15
@laines-it laines-it requested a review from bigbes November 24, 2025 18:36
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.

v3: remove all deprecated connection methods and their implementations

4 participants