Project

General

Profile

Task #6250

CN methods return 500 ServiceFailure when called with bogus test data and without certificates

Added by Roger Dahl over 9 years ago. Updated over 9 years ago.

Status:
New
Priority:
Normal
Assignee:
Category:
d1_cn_service
Target version:
-
Start date:
2014-08-29
Due date:
% Done:

0%

Milestone:
None
Product Version:
*
Story Points:
Sprint:

Description

A number of the test for the Python CN Client currently fail due to 500 ServiceFailure responses from the server. The CN calls are not meant to complete successfully because they're performed with random values and without certificates, but the tests expect specific exceptions, such as 401 NotAuthorized when calling an API without a certificate.

While 500 ServiceFailure is not exactly a bug, it would be great to get an exception that relates to the actual issue with the request.

For instance, a call to CNIdentity.registerAccount() gives:

<?xml version="1.0" encoding="UTF-8"?>

Could not counstruct partial tree: Invalid name: Sidalcea

I'm not sure how many of APIs this applies to, but it's at least several of these:

CNCore.setObsoletedBy()

CNAuthorization.setRightsHolder()
CNAuthorization.isAuthorized()

CNIdentity.registerAccount()
CNIdentity.updateAccount()
CNIdentity.verifyAccount()
CNIdentity.getSubjectInfo()
CNIdentity.listSubjects()
CNIdentity.mapIdentity()
CNIdentity.removeMapIdentity()
CNIdentity.requestMapIdentity()
CNIdentity.confirmMapIdentity()
CNIdentity.denyMapIdentity()
CNIdentity.createGroup()
CNIdentity.addGroupMembers()
CNIdentity.removeGroupMembers()

CNReplication.setReplicationStatus()
CNReplication.updateReplicationMetadata()
CNReplication.setReplicationPolicy()
CNReplication.isNodeAuthorized()

CNRegister.updateNodeCapabilities()
CNRegister.register()

History

#1 Updated by Robert Waltz over 9 years ago

What is meant by valid dataONE types? A ServiceFailure is a valid DataONE response, though it may not be the correct response for unauthorized access with bogus data.

#2 Updated by Roger Dahl over 9 years ago

Good point, Robert. Updating the ticket description.

#3 Updated by Roger Dahl over 9 years ago

  • Description updated (diff)

#4 Updated by Roger Dahl over 9 years ago

  • Subject changed from CN methods fail with 500 ServiceFailure when called with bogus test data and without certificates to CN methods return 500 ServiceFailure when called with bogus test data and without certificates

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 14.8 MB)