Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: neo4j/neo4j-javascript-driver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5617f28515c839a5aae95fe8bf120550b3c52893
Choose a base ref
...
head repository: neo4j/neo4j-javascript-driver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ca903ce1dbc87cf1e868a971101080e6155fe151
Choose a head ref
  • 4 commits
  • 189 files changed
  • 1 contributor

Commits on Jan 22, 2021

  1. Run stress tests out of Jasmine (#667)

    The goal of this change is improve the stability of the stress test avoiding unexpected timeouts. This change also provide a way to configure the stress-test to run for a defined time period, it's particular interesting for when it's running in test-kit in cluster mode simulating the change on the cluster composition.
    bigmontz authored Jan 22, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    96e43ea View commit details

Commits on Jan 27, 2021

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e8d0b4c View commit details

Commits on Jan 28, 2021

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    bd42d93 View commit details

Commits on Mar 1, 2021

  1. Fix connection close by server treatment by WebSocket channels (#684)

    The lack of set channel._open to false when the onclose event is triggered was causing the channel be broken without the other parts of the driver notice. In tbis way, a next iteration trying to get the broken connection will succeded in the try and run the query will result in a eternal pending promise.
    
    Mark the channel as closed enable the pool to discard and create a new connection if it needed.
    bigmontz committed Mar 1, 2021
    Copy the full SHA
    ca903ce View commit details
Loading