Skip to content

aemonalgizlg/neo4jcircularbug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

A simple Spring Boot application to demonstrate the bug (intermittently deletes object after save call)

Dependencies

The application requires an instance of neo4j. All configuration is in application.properties.

Running the project

Run the following to start the webapp:

./gradlew bootRun

Hitting the webapp

Run the following to hit the webapp and may trigger the error:

for id in {1..15000}; do
  curl -s -XPOST "http://localhost:8080/api/laptop?id=${id}" | jq .
done
for id in {1..15000}; do
  curl -s -XPATCH "http://localhost:8080/api/laptop?id=${id}" | jq .
done

About

The minimum repository to replicate the nulling of fields on circular relationships.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages