[ https://issues.apache.org/jira/browse/CMDA-17?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15273141#comment-15273141 ]
Qihao Bao commented on CMDA-17: ------------------------------- Hi Lei, We printed out your Json data. {"urlLink":"model=GFDL_ESM2G&var=pr&start_time=200401&end_time=200412&lon1=0&lon2=360&lat1=-90&lat2=90&months=1,2,3,4,5,6,7,8,9,10,11,12&scale=0&purpose=&image=http://cmda-test.jpl.nasa.gov:8090/static/twoDimMap/420d6b482163307c98e624e26d447f34/gfdl_esm2g_pr_200401_200412_Annual.jpeg&data_url=http://cmda-test.jpl.nasa.gov:8090/static/twoDimMap/420d6b482163307c98e624e26d447f34/gfdl_esm2g_pr_200401_200412_Annual.nc","source":"JPL","userId":1,"executionEndTime":1462483951000,"executionStartTime":1462483949000} Actually, urlLink should include full url string, for example, === http://cmacws4.jpl.nasa.gov:8080/assets/html/threeDimVarVertical.html?model1=ECMWF_interim&var1=wap&lon1=120&lon2=160&lat1=5&lat2=15&startT=200201&endT=200512&months=1,2,3,4,5,6,7,8,9,10,11,12&scale=0&purpose=dengdengdeng&image=http://cmda.jpl.nasa.gov:8090/static/threeDimVerticalProfile/86e65f0082fb5c246f1b1d30d2f368d2/ecmwf_interim_wap_200201_200512_Annual.jpeg&data_url=http://cmacws4.jpl.nasa.gov:8090/static/threeDimVerticalProfile/86e65f0082fb5c246f1b1d30d2f368d2/ecmwf_interim_wap_200201_200512_Annual.nc === Otherwise, we cannot know which service it is. Thanks. Best, Qihao > testing the calls to the provenance service from all JPL services > ----------------------------------------------------------------- > > Key: CMDA-17 > URL: https://issues.apache.org/jira/browse/CMDA-17 > Project: Apache Climate Model Diagnostic Analyzer > Issue Type: Test > Environment: Docker/CMU provenance service > Reporter: Lei Pan > Assignee: Qihao Bao > Original Estimate: 168h > Remaining Estimate: 168h > > Qihao: > Please make the CMU provenance service ready to take the provenance data > submission, including the images and *.nc files, from all JPL services, and > let me know when you are ready to test. > The JPL team has finished migrating to the new github repository you created > and merged all new features developed in-between into the new repository. We > have done testing to make sure all features, old and new, are working. We > have also implemented calls to the CMU provenance service in all our > services, and right now it is the time to test all of them with you. Once you > say OK to us, I will conduct the tests and record all "execution purpose" > texts here for you to verify that your provenance service does receive our > calls with no problem. > Thanks, > -Lei > =================================== > from Qihao, the new jason dictionary is defined as the following: > { > "source":"JPL", > "userId": 1, > "executionEndTime": 1461805779000, > "urlLink": > "http://cmacws4.jpl.nasa.gov:8080/assets/html/threeDimVarVertical.html? > model1=ECMWF_interim&var1=wap&lon1=120&lon2=160&lat1=5&lat2=15&startT=200201&endT=200512&months=1,2,3,4,5,6,7,8,9,10,11,12&scale=0&purpose=dengdengdeng&image=http://cmda.jpl.nasa.gov:8090/static/threeDimVerticalProfile/86e65f0082fb5c246f1b1d30d2f368d2/ecmwf_interim_wap_200201_200512_Annual.jpeg&data_url=http://cmacws4.jpl.nasa.gov:8090/static/threeDimVerticalProfile/86e65f0082fb5c246f1b1d30d2f368d2/ecmwf_interim_wap_200201_200512_Annual.nc", > "executionStartTime": 14618057790000 > } -- This message was sent by Atlassian JIRA (v6.3.4#6332)