• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

aiidateam / aiida-core / 7178
70%

Build:
DEFAULT BRANCH: develop
Ran 03 Oct 2019 09:59PM UTC
Jobs 4
Files 870
Run time 12min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
7178

push

travis-ci

sphuber
Update delete node functionality to respect formalized graph traversal rules (#3367)

With the graph traversal rules for node deletion now well defined, the
`delete_nodes` utility is updated accordingly. Certain link traversal
flags had to be changed in the utility function as well as the `verdi`
command `verdi node delete`.

The new unit tests uncovered a problem with the backend utility function
`delete_nodes_and_connection` for the SqlAlchemy backend. This was itself
opening a new session to delete the nodes and links. Since the session
is not nested within the current test session, the deletions were not
effectuated in the latter resulting in `DetachedInstanceError`. By using
the `transaction` context manager of the backend instance, the session
will be properly nested.

49305 of 68868 relevant lines covered (71.59%)

2.75 hits per line

Jobs
ID Job ID Ran Files Coverage
5 7178.5 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 03 Oct 2019 09:59PM UTC 0
68.44
Travis Job 7178.5
6 7178.6 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 03 Oct 2019 10:09PM UTC 0
68.35
Travis Job 7178.6
7 7178.7 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 03 Oct 2019 10:09PM UTC 0
69.3
Travis Job 7178.7
8 7178.8 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 03 Oct 2019 10:10PM UTC 0
69.22
Travis Job 7178.8
Source Files on build 7178
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #7178
  • 3d65bcfd on github
  • Prev Build on develop (#7176)
  • Next Build on develop (#7181)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc