*** klindgren__ has joined #craton | 00:05 | |
*** klindgren_ has quit IRC | 00:08 | |
*** VW has joined #craton | 00:43 | |
*** Mudpuppy has quit IRC | 01:26 | |
*** Syed_ has quit IRC | 02:06 | |
*** Mudpuppy has joined #craton | 02:09 | |
*** VW has quit IRC | 02:15 | |
*** VW has joined #craton | 02:52 | |
*** VW has quit IRC | 02:56 | |
*** VW has joined #craton | 03:05 | |
*** VW has quit IRC | 03:27 | |
*** VW has joined #craton | 04:04 | |
*** tojuvone has joined #craton | 04:39 | |
*** tojuvone has quit IRC | 04:42 | |
*** tojuvone has joined #craton | 04:42 | |
*** VW has quit IRC | 04:57 | |
*** Mudpuppy has quit IRC | 05:51 | |
*** Mudpuppy has joined #craton | 05:51 | |
*** Mudpuppy has quit IRC | 06:39 | |
*** Mudpuppy has joined #craton | 06:39 | |
*** Mudpuppy has quit IRC | 06:44 | |
*** VW has joined #craton | 06:57 | |
*** VW has quit IRC | 07:02 | |
*** tojuvone has quit IRC | 09:30 | |
*** tojuvone has joined #craton | 09:41 | |
*** VW has joined #craton | 11:48 | |
*** VW has quit IRC | 11:52 | |
*** Mudpuppy has joined #craton | 12:01 | |
*** VW has joined #craton | 14:36 | |
*** VW has quit IRC | 14:37 | |
*** VW has joined #craton | 14:37 | |
*** valw has joined #craton | 14:52 | |
*** Syed__ has joined #craton | 15:18 | |
*** Mudpuppy has quit IRC | 15:27 | |
*** Mudpuppy has joined #craton | 15:28 | |
*** david-lyle_ has joined #craton | 16:17 | |
*** david-lyle has quit IRC | 16:19 | |
*** jovon has joined #craton | 16:27 | |
*** Mudpuppy has quit IRC | 16:28 | |
*** Mudpuppy has joined #craton | 16:29 | |
*** VW_ has joined #craton | 16:57 | |
*** VW_ has quit IRC | 16:58 | |
*** VW has quit IRC | 16:59 | |
*** VW has joined #craton | 17:00 | |
*** VW has quit IRC | 17:04 | |
*** VW has joined #craton | 18:07 | |
*** VW has quit IRC | 18:07 | |
*** VW has joined #craton | 18:07 | |
*** david-lyle_ is now known as david-lyle | 18:08 | |
*** VW has quit IRC | 18:36 | |
*** VW has joined #craton | 18:37 | |
*** valw has quit IRC | 18:39 | |
*** valw has joined #craton | 18:58 | |
*** valw_ has joined #craton | 19:11 | |
*** valw has quit IRC | 19:14 | |
Syed__ | Hey, a question for Functional testing | 19:16 |
---|---|---|
Syed__ | shouldn't there be similar tests in test_region_calls as per the tests we have in unit testing ? | 19:16 |
Syed__ | jimbaker and sulo ? | 19:17 |
*** Mudpuppy has quit IRC | 19:19 | |
*** Mudpuppy has joined #craton | 19:19 | |
*** valw_ is now known as valw | 19:31 | |
*** serverascode has quit IRC | 19:34 | |
*** sballe_ has quit IRC | 19:34 | |
*** Mudpuppy_ has joined #craton | 19:44 | |
jimbaker | Syed__, yes | 19:47 |
jimbaker | and also we should be testing cratonclient using the same approach | 19:47 |
jimbaker | so lots of scope to expand the functional testing support | 19:47 |
*** Mudpuppy has quit IRC | 19:48 | |
*** serverascode has joined #craton | 19:50 | |
*** Mudpuppy_ is now known as Mudpuppy | 19:54 | |
*** sballe_ has joined #craton | 19:55 | |
Syed__ | Cool will dig into that | 20:09 |
Syed__ | jimbaker: a quick question though, so i make some changes in the functional testing and it should generate error | 20:09 |
Syed__ | based on my understanding should be run itself when do pip install . --upgrade | 20:09 |
Syed__ | how do you run functional tests ? | 20:10 |
jimbaker | Syed__, $ tox -e functional | 20:16 |
jimbaker | hopefully no tests are running with pip install | 20:17 |
jimbaker | (if not documented, we should get that documented!) | 20:17 |
jimbaker | (in terms of use of tox) | 20:17 |
Syed__ | cool yeah i don't think it is documented | 20:18 |
jimbaker | Syed__, could you file bug + propose patch? | 20:18 |
Syed__ | Sure i am going to do that | 20:18 |
Syed__ | i guess this should be developer install guide | 20:18 |
jimbaker | so tox -e functional pretty much does all the basic testing we have been doing manually with respect to rest API | 20:19 |
jimbaker | we still need to get testing in that exercises the REST API by using the craton client | 20:19 |
jimbaker | i guess we might call that integration testing. whatever. it just needs to be done | 20:20 |
jimbaker | so i'm still running that by hand every time i look through a change | 20:20 |
jimbaker | Syed__, reminds me, i was going to demo some of the latest craton client aspects on tues | 20:21 |
jimbaker | in terms of how i work with it | 20:21 |
jimbaker | just useful trying stuff out | 20:21 |
jimbaker | so unless there's another volunteer, i will do that | 20:21 |
Syed__ | hmm, getting a weird docker install error | 21:35 |
Syed__ | https://www.irccloud.com/pastebin/EFed4QuJ/ | 21:35 |
Syed__ | https://www.irccloud.com/pastebin/MwxuJc3c/ | 21:40 |
*** VW_ has joined #craton | 21:40 | |
*** VW has quit IRC | 21:44 | |
*** VW_ has quit IRC | 21:45 | |
jimbaker | Syed__, it's almost as if you are talking to an actual web server. here's what i would expect if you couldn't get the api server running | 21:57 |
jimbaker | https://gist.github.com/jimbaker/9c772835cf9617f4f28669bfd2e65daa | 21:57 |
*** VW has joined #craton | 22:07 | |
Syed__ | jimbaker: my assumption is it has something to do with the proxies again :/ | 22:08 |
jimbaker | Syed__, right, that would sound like the best assumption ot me | 22:08 |
jimbaker | to | 22:09 |
Syed__ | ugh, i hate this proxy stuff things getting in the middle !! i was able to tackle that earlier though | 22:09 |
Syed__ | jimbaker: let me look, shouldn't be that complicated i assume. | 22:09 |
*** VW has quit IRC | 22:11 | |
*** Mudpuppy has quit IRC | 23:32 | |
*** klindgren_ has joined #craton | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!