Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#120 closed (fixed)

sliver->approved does not update in the database

Reported by: chaos@bbn.com Owned by: somebody
Priority: major Milestone: gmoc.py data submission debugging
Component: Database Version:
Keywords: v0.8.0 Cc:
Dependencies:

Description

I have a sliver:

urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+ecgtest10:87aad770-02c2-4bd3-a5fe-b42d17aed498

for which i was erroneously submitting approved=1. Now i'm correctly submitting:

                <sliver approved="0" created="1349229787" creator="urn:publicid:IDN+pgeni.gpolab.bbn.com+user+chaos" expires="1349308542" local_name="urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+ecgtest10:87aad770-02c2-4bd3-a5fe-b42d17aed498" slice_urn="urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+ecgtest10" slice_uuid="None" state="Down" uuid="87aad770-02c2-4bd3-a5fe-b42d17aed498"/>

but the sliver details page (https://gmoc-db2.grnoc.iu.edu/protected-openid/index.pl?method=sliver_details;sliver=urn%3Apublicid%3AIDN%2Bpgeni.gpolab.bbn.com%2Bslice%2Becgtest10%3A87aad770-02c2-4bd3-a5fe-b42d17aed498) still shows "Approved: 1".

Change History (4)

comment:1 Changed 12 years ago by chaos@bbn.com

I don't know whether the update is failing in the database or in the web UI, but am guessing it's the database.

comment:2 Changed 12 years ago by chaos@bbn.com

Just checking: i did renewsliver on this sliver, and submitted:

                <sliver approved="0" created="1349229787" creator="urn:publicid:IDN+pgeni.gpolab.bbn.com+user+chaos" expires="1349323200" local_name="urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+ecgtest10:87aad770-02c2-4bd3-a5fe-b42d17aed498" slice_urn="urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+ecgtest10" slice_uuid="None" state="Down" uuid="87aad770-02c2-4bd3-a5fe-b42d17aed498"/>

The web UI does show the changed expiration time. So this is only affecting approved, as far as i know.

comment:4 Changed 12 years ago by chaos@bbn.com

Keywords: v0.8.0 added

Noting for completeness that client v0.8.0 is needed for this fix.

Note: See TracTickets for help on using tickets.