Skip to content

Conversation

@bigmontz
Copy link

No description provided.

bigmontz and others added 5 commits September 17, 2020 11:08
The BoltKitTests depends on the TeamCity environment with the new test environment be running to not be skipped,
so it should be moved to the integration tests phase avoiding being always skipped during the unit tests phase.

Rename it to `BoltKitIT` does this job.
This change introduces a testing component that allows for tests to be written once in a central repo (https://github.com/neo4j-drivers/testkit) and then executed for each driver.

The build produces an executable server that acts as the intermediatory with TestKit.

Co-authored-by: Peter Wilhelmsson <[email protected]>
Adds the ability for TrustStategy to configure whether or not certificate revocation checking is to be carried out. By default revocation checking is disabled.

If enabled the driver will check the validity of stapled OCSP (Online Certificate Status Protocol) response(s). These responses are returned during the TLS handshake by the server and if not present, the driver will fail to accept the certificate.

See: https://tools.ietf.org/html/rfc6961
@bigmontz bigmontz force-pushed the remove-protocol-1-and-2 branch from 9e21647 to 525590f Compare September 30, 2020 14:15
The reference this protocols are not needed since it's not used by the driver anymore.

During the remotion of these protocol version, the tests were refactoried to be specific per version instead of
assume the re-use done on the protocols implementation.
@bigmontz bigmontz force-pushed the remove-protocol-1-and-2 branch from 525590f to 7f82e7b Compare September 30, 2020 15:40
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.

3 participants