threefoldtecharchive / jumpscaleX_archived

Apache License 2.0
1 stars 6 forks source link

mariadb sandboxing fail while upload fist #658

Closed Pishoy closed 5 years ago

Pishoy commented 5 years ago

creating an flist using sandbox method in mariadb fail

iyo = j.clients.itsyouonline.get("bishoyiyo",baseurl="https://itsyou.online/api",application_id="nmUST7",secret="m")
token = iyo.jwt_get().jwt 
zhub_client = j.clients.zhub.get("hub_instance",token_=token,username="mikhaieb")
zhub_client.save() 
zhub_client.authenticate() 
zhub_client = j.clients.zhub.get("hub_instance")
j.builders.db.mariadb.sandbox(zhub_client=zhub_client, flist_create=True, merge_base_flist='tf-autobuilder/threefoldtech-jumpscaleX-development.flist')

image

Pishoy commented 5 years ago

also when use flist test_case.py (https://github.com/threefoldtech/jumpscaleX/blob/master/Jumpscale/builder/test/flist/test_cases.py) i got below error image

Dina-Abd-Elrahman commented 5 years ago

i got the same error https://github.com/threefoldtech/jumpscaleX/issues/658#issuecomment-506229939 with the following flists:

despiegk commented 5 years ago

issue with using hub, prob needs to be fixed because issue for all

do on #682

Pishoy commented 5 years ago

verified image

3BOTDEVEL:3bot:jumpscaleX: git log -1
commit 4a4e87444c0f5a68a7907fff2eaa16cc57e12ba1 (HEAD -> development_builders, origin/development_builders)
Merge: 6e36df48 eb759af6
Author: Reem Khamis <khamisr@codescalers.com>
Date:   Thu Jul 11 11:35:24 2019 +0200

    Merge branch 'development_builder' into development_builders