Skip to content

Conversation

gjmwoods
Copy link
Contributor

No description provided.

Copy link
Contributor

@michael-simons michael-simons left a comment

Choose a reason for hiding this comment

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

Just a minor thing and a couple of questions, otherwise lgtm.

}
catch ( InterruptedException ex )
{
Thread.currentThread().interrupt();
Copy link
Contributor

Choose a reason for hiding this comment

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

Why are you interrupting the current thread in an interrupted block?

}
catch ( InterruptedException e )
{
Thread.currentThread().interrupt();
Copy link
Contributor

Choose a reason for hiding this comment

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

Sames as above…

{
StubServer server = StubServer.start( "noop.script", 9001 );
URI uri = URI.create( "bolt://127.0.0.1:9001" );
int x;
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
int x;

Unused.

@gjmwoods gjmwoods merged commit be49698 into neo4j:4.1 May 28, 2020
@gjmwoods gjmwoods deleted the 4.1-noop branch May 28, 2020 13:03
gjmwoods added a commit to gjmwoods/neo4j-java-driver that referenced this pull request Jun 1, 2020
gjmwoods added a commit that referenced this pull request Jun 1, 2020
* Upgrade Boltkit to 4.1. Adding BoltKit Test for NOOP message. (#703)

* Adapt bolkit tests for boltkit 4.1 (#721)

Refactor `DirectDriverBoltKitTest` to ensure boltstub is restarted freshly for each run. Fix scripts that are broken with boltkit 4.1.

* Remove NOOP test, not needed for 4.0 branch
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