Skip to content

Conversation

@bigmontz
Copy link
Contributor

No description provided.

@bigmontz bigmontz force-pushed the 4.3-auth-drop-connection-on-disconnect branch from 95f80fc to 2cd8427 Compare April 30, 2021 15:22
@bigmontz bigmontz marked this pull request as ready for review May 3, 2021 10:00
Copy link
Contributor

@robsdedude robsdedude left a comment

Choose a reason for hiding this comment

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

Generally, I like the idea. We should consider two more things:

  • We need a place to document all possible capabilities. Better yet, have them all as constants in one place in the code base
  • I'd prefer if testkit would ask the backend actively for the required capabilities. This way we greatly reduce the needed network throughput as the backend does not have to send the full list of capabilities for each test.

@bigmontz bigmontz force-pushed the 4.3-auth-drop-connection-on-disconnect branch from a9396ab to be35a6a Compare May 3, 2021 14:56
@bigmontz bigmontz requested a review from robsdedude May 3, 2021 14:56
@bigmontz bigmontz force-pushed the 4.3-auth-drop-connection-on-disconnect branch 2 times, most recently from 9b9bf35 to 1c7c7e5 Compare May 3, 2021 16:29
@AndyHeap-NeoTech
Copy link
Contributor

This all looks ok to me.

@bigmontz bigmontz force-pushed the 4.3-auth-drop-connection-on-disconnect branch 2 times, most recently from 7b485a7 to 6e0094a Compare May 4, 2021 15:02
bigmontz added 2 commits May 5, 2021 11:13
This change provide a way to skip one or more tests using features names to make it easier to understand why the test is being skipped, specially in the case it is testing new features by avoid the if `list of language` approach. It does not replace the skipped lists implemented for each driver testkit-backend since the skip reason could be different.

The usage of the RunTest message to fetch capabilities was done to keep a simple and backwards compatible way to use the fetch this information.
@bigmontz bigmontz force-pushed the 4.3-auth-drop-connection-on-disconnect branch 2 times, most recently from ced4922 to b86fb42 Compare May 5, 2021 14:01
@bigmontz bigmontz force-pushed the 4.3-auth-drop-connection-on-disconnect branch from b86fb42 to 16fd55c Compare May 5, 2021 14:42
Copy link
Contributor

@injectives injectives left a comment

Choose a reason for hiding this comment

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

LGTM

@robsdedude robsdedude self-requested a review May 5, 2021 15:25
Copy link
Contributor

@robsdedude robsdedude left a comment

Choose a reason for hiding this comment

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

nice

@bigmontz bigmontz merged commit 8a85e00 into neo4j-drivers:4.3 May 6, 2021
@bigmontz bigmontz deleted the 4.3-auth-drop-connection-on-disconnect branch May 6, 2021 08:57
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.

4 participants