fluid-work IRC Logs-2012-04-27

[10:52:23 CDT(-0500)] <jessm> eek! i missed standup

[10:52:26 CDT(-0500)] <jessm> sorry y'all

[10:52:38 CDT(-0500)] <jessm> i am working on the cloud4all report due next week

[10:52:44 CDT(-0500)] <jessm> cindyli1: everything going ok?

[10:53:41 CDT(-0500)] <cindyli1> yes, the full cycle of UIO + GPII integration is working, with the dev version of the node server, which means it reads the user preference from a local file. I'm currently working on the last bit which is to fix up the unit tests

[10:54:13 CDT(-0500)] <cindyli1> our next step is to get the demo working with the real GPII preference server once it's up and running.

[10:55:19 CDT(-0500)] <cindyli1> Once i'm done with the unit test, hopefully sometime soon this afternoon, i will go working on IDI website and come back to this one the GPII server is up.

[11:13:32 CDT(-0500)] <yura> cindyli1: ayt?

[11:14:00 CDT(-0500)] <cindyli1> what is ayt?

[11:14:08 CDT(-0500)] <yura> are you there (smile)

[11:14:14 CDT(-0500)] <cindyli1> yes, i am!

[11:15:10 CDT(-0500)] <yura> i see there are 2 pull requests for uio-gpii-integration

[11:15:16 CDT(-0500)] <yura> do i need both or just the last one ?

[11:16:25 CDT(-0500)] <jessm> great progress cindyli1 !

[11:17:17 CDT(-0500)] <cindyli1> thanks, jessm. yura, you only need the last one

[11:17:26 CDT(-0500)] <yura> ok thanks (smile)

[11:17:57 CDT(-0500)] <yura> hmm my tests are still failing (sad)

[11:18:23 CDT(-0500)] <cindyli1> yura, but it's ok you merge in the first and the next. I used separate branches in case you are working on the first. what's the error of the test failure.

[11:18:46 CDT(-0500)] <yura> urlExpander expanding url ./static/data/123.json

[11:18:46 CDT(-0500)]

<yura> Fri Apr 27 2012 12:17:43 GMT-0400 (EDT): Response from server:

Unknown macro: {"isError"}

; expected:

Unknown macro: {"test"}

[11:18:46 CDT(-0500)] <yura> jq: FAIL: Test name "Handle getting preferences request" - Message: Response data is expected

[11:18:46 CDT(-0500)] <yura> jq: Source: at Object.assertEquals (/Users/yura/Documents/Github/uio-gpii-integration/node_modules/jqUnit/lib/jqUnit.js:61:11)

[11:18:46 CDT(-0500)] <yura> jq: Test concluded - Test name "Handle getting preferences request": 2/3 passed - FAIL

[11:18:47 CDT(-0500)] <yura> urlExpander expanding url ./static/data/1234.json

[11:18:47 CDT(-0500)] <yura> in

[11:18:48 CDT(-0500)] <yura> jq: FAIL: Test name "Handle setting preferences request" - Message: The user file ./static/data/1234.json is created

[11:18:48 CDT(-0500)] <yura> jq: Source: at Object.assertTrue (/Users/yura/Documents/Github/uio-gpii-integration/node_modules/jqUnit/lib/jqUnit.js:69:11)

[11:18:49 CDT(-0500)]

<yura> Fri Apr 27 2012 12:17:43 GMT-0400 (EDT): Response from server:

Unknown macro: {"isError"}

; expected:

Unknown macro: {"1234"}

[11:18:49 CDT(-0500)] <yura> jq: FAIL: Test name "Handle setting preferences request" - Message: Response data is expected

[11:18:50 CDT(-0500)] <yura> jq: Source: at Object.assertEquals (/Users/yura/Documents/Github/uio-gpii-integration/node_modules/jqUnit/lib/jqUnit.js:61:11)

[11:18:50 CDT(-0500)] <yura> jq: Test concluded - Test name "Handle setting preferences request": 3/5 passed - FAIL

[11:18:51 CDT(-0500)] <yura> jq: ***************

[11:19:35 CDT(-0500)] <cindyli1> ah, cannot open ./static/data/123.json

[11:19:57 CDT(-0500)] <yura> right here full stack http://pastebin.com/LiT4GY2G

[11:23:09 CDT(-0500)] <cindyli1> why cannot open? the file is there. it also cannot create 1234.json. can you check the directory permissions on tests/static/data, yura

[11:23:25 CDT(-0500)] <yura> ya one sec

[12:06:39 CDT(-0500)] <yura> ok cindyli1 you pull request is in

[12:06:44 CDT(-0500)] <yura> with slight changes

[12:09:24 CDT(-0500)] <cindyli1> cool. thanks, yura

[14:24:15 CDT(-0500)] <cindyli1> yura, i submitted a pull request on uio-gpii-integration to update MyInfusion.js as I made some changes to UIO AfAStore component - https://github.com/fluid-project/uio-gpii-integration/pull/3

[14:55:38 CDT(-0500)] <yura> cindyli1: ayt (smile) ?

[14:55:46 CDT(-0500)] <cindyli1> yes, yura

[14:56:45 CDT(-0500)] <yura> cindyli1: do is there a way , if i serve the demo to verify the afa store ?

[14:58:29 CDT(-0500)] <cindyli1> yura: if you meant an integration test to verify node server and afa store integration, we don't have one

[14:58:43 CDT(-0500)] <yura> cindyli1: oh ok

[14:58:51 CDT(-0500)] <yura> so as far as i understand

[14:58:56 CDT(-0500)] <yura> if i serve it

[14:59:06 CDT(-0500)] <yura> what is the uio store that's used ?

[14:59:09 CDT(-0500)] <yura> by default

[14:59:21 CDT(-0500)] <cindyli1> the string from 123.json

[15:00:02 CDT(-0500)] <cindyli1> initially, there's nothing useful in 123.json, uio uses the default setting defined in store.js

[15:03:06 CDT(-0500)] <cindyli1> oh, yura, the default uio store is cookie store. in the js for mammals demo, there's a demands block to switch to afaStore

[15:03:30 CDT(-0500)] <yura> cindyli1: ya i saw that, thanks!

[15:03:35 CDT(-0500)] <cindyli1> np