Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
BIBO -- M
08-13-2021, 07:43 AM
Post: #21
RE: BIBO -- M
(08-12-2021 09:19 PM)lingu Wrote:  
(08-12-2021 08:56 PM)zhihao Wrote:  I don't know why "756/content" in fastdata has content, but is empty in dir "typical/756". I thought procone2.py would proceed cases based on those in dir "typical", but it is not
Code:
[root@wp289b-1 processed]# cat /thinker/fastdata/bibo/e/res2/16/756/content{"type":"insert","query":"","caseid":"","insert":{"keys":[{"key1":"合同诈骗","key2":"非公经济立案监督","key3":"合同诈骗与民事违约行为的界限","detailid":"0f4ed0c6a33a4d81af8801bbbeb22a75"},{"key1":"合同诈骗","key2":"非公经济立案监督","key3":"挂案","detailid":"8963beff453942cdb9fde0c8fd65cee1"},{"key1":"合同诈骗","key2":"非公经济立案监督","key3":"监督撤销案件","detailid":"dafe5208e40b434d8a0c5a7c9a6f36f4"}],"caseid":"237a820329d84bf8ad5d910ad40d1f52","casetitle":"温某某合同诈骗立案监督案","caserate":"5.0","casetype":"指导性案例","caseaction":"合同诈骗罪","caseyear":"2020","content":"温某某合同诈骗立案监督案\r\n(检例第91号)\r\n【关键词】\r\n合同诈骗  合同欺诈  不应当立案而立案  侦查环节“挂案”  监督撤案\r\n【要旨】\r\n检察机关办理涉企业合同诈骗犯罪案件,应当���格区分合同诈骗与民事违约行为的界限。要注意审查涉案企业在签订、履行合同过程中是否具有非法占有目 的和虚构事实、隐瞒真相的行为,准确认定是否具有诈骗故意。发现公安机关对企业之间的合同纠纷以合同诈骗进行刑事立案的,应当依法监督撤销案件。对于立案后久侦不结的“挂​案”,检察机关应当向公安机关提出纠正意见。\r\n【基本案情】\r\n犯罪嫌疑人温某某,男,1975年10月出生,广西壮族自治区钦州市甲水务有限公司(以下简称甲公司)负责人。\r\n2010年4月至5月间,甲公司分别与乙建设有限公司(以下简称乙公司)、丙建设股份有限公司(以下简称丙公司)签订钦州市钦北区引水供水工程《建设工程施工合​同》。根据合同约定,乙公司和丙公司分别向甲公司支付70万元和110万元的施工合同履约保证金。工程报建....
[root@wp289b-1 processed]# cat /thinker/net/ynet/soft/bibo/procuratorate/cases/typical/756/content
{"type": "","query": "","caseid": "___","insert": {"keys": [], "caseid": "___" }}

Let's make the test case clear. What test did you run to test the delete function?
I use the two below to insert test case and delete it
test_insert_testcase.sh
test_delete_testcase.sh
then I use test_inquire_zeng.sh to check if test case is in the result to make sure if it is deleted
Quote this message in a reply
08-16-2021, 10:41 AM
Post: #22
RE: BIBO -- M
to update sage to support remove operation on wp289b, I will run below to install on 6 nodes.
s1. stop bibo follow BIBO - U
s2. install modules on wp289b-{1..6}
s2.1 install madras with `dexer "/thinker/local/forest/util/utilib/installx madras-wp289b"`
s2.2 install sage like s2.1

RR lingu
Quote this message in a reply
08-16-2021, 11:25 AM
Post: #23
RE: BIBO -- M
(08-16-2021 10:41 AM)zhihao Wrote:  to update sage to support remove operation on wp289b, I will run below to install on 6 nodes.
s1. stop bibo follow BIBO - U

OK.

Quote:s2. install modules on wp289b-{1..6}

Let's install just a few modules on a few nodes, not all of them.

We install modules one by one and avoid down time. Tell WangLiqiang's team that we will do so, but no need to inform the procuratorate.

Quote:s2.1 install madras with `dexer "/thinker/local/forest/util/utilib/installx madras-wp289b"`

No need.

Quote:s2.2 install sage like s2.1

RR lingu

install utilib first on one node, test the bibo system.
then install on all nodes and test.

After that, let's discuss what module to install on which nodes.
Find all posts by this user
Quote this message in a reply
08-16-2021, 12:14 PM (This post was last modified: 08-16-2021 12:15 PM by lingu.)
Post: #24
RE: BIBO -- M
zhihao -where do you build programs? You need install and update the think installation on the build box.

This is different from a limbo installation because you need install think in user zhihao's env, not sage's env. usually i update think with
Code:
11:14:05 lingu@gm292-1:/home/lingu/forest/d-thinker/dt> release/bin/deploy 127.0.0.1
...
>> Use existing thinker.
The old tests are saved in archive/apps/tests.111430

>> Configure the ~/.bashrc
Skip configuring ~/.bashrc as you indicate updating the thinker by not specifying '--newme'.

>> Updating the thinker is Done.

NOTE: existing configuration is kept. If you did not ever configure the thinker, you may set up a basic single-node thinker by

    bin/deploy --newme [user@][host][:basedir]

with other options you just used.


>> Run basic quiz.
[Mon Aug 16 11:14:32 CST 2021] null.sh => null.c PASSED
[Mon Aug 16 11:14:45 CST 2021] newr.sh => newr.c PASSED
11:14:59 lingu@gm292-1:/home/lingu/forest/d-thinker/dt>
Find all posts by this user
Quote this message in a reply
08-16-2021, 01:42 PM
Post: #25
RE: BIBO -- M
(08-16-2021 11:25 AM)lingu Wrote:  
(08-16-2021 10:41 AM)zhihao Wrote:  to update sage to support remove operation on wp289b, I will run below to install on 6 nodes.
s1. stop bibo follow BIBO - U

OK.

Quote:s2. install modules on wp289b-{1..6}

Let's install just a few modules on a few nodes, not all of them.

We install modules one by one and avoid down time. Tell WangLiqiang's team that we will do so, but no need to inform the procuratorate.

Quote:s2.1 install madras with `dexer "/thinker/local/forest/util/utilib/installx madras-wp289b"`

No need.

Quote:s2.2 install sage like s2.1

RR lingu

install utilib first on one node, test the bibo system.
then install on all nodes and test.

After that, let's discuss what module to install on which nodes.
ok, I've installed utilib on all nodes, discuss can continue in "bibo on wp289b"
Quote this message in a reply
08-18-2021, 05:54 PM (This post was last modified: 08-18-2021 07:42 PM by lingu.)
Post: #26
RE: BIBO -- M
(08-13-2021 07:43 AM)zhihao Wrote:  
(08-12-2021 09:19 PM)lingu Wrote:  
(08-12-2021 08:56 PM)zhihao Wrote:  I don't know why "756/content" in fastdata has content, but is empty in dir "typical/756". I thought procone2.py would proceed cases based on those in dir "typical", but it is not
Code:
[root@wp289b-1 processed]# cat /thinker/fastdata/bibo/e/res2/16/756/content{"type":"insert","query":"","caseid":"","insert":{"keys":[{"key1":"合同诈骗","key2":"非公经济立案监督","key3":"合同诈骗与民事违约行为的界限","detailid":"0f4ed0c6a33a4d81af8801bbbeb22a75"},{"key1":"合同诈骗","key2":"非公经济立案监督","key3":"挂案","detailid":"8963beff453942cdb9fde0c8fd65cee1"},{"key1":"合同诈骗","key2":"非公经济立案监督","key3":"监督撤销案件","detailid":"dafe5208e40b434d8a0c5a7c9a6f36f4"}],"caseid":"237a820329d84bf8ad5d910ad40d1f52","casetitle":"温某某合同诈骗立案监督案","caserate":"5.0","casetype":"指导性案例","caseaction":"合同诈骗罪","caseyear":"2020","content":"温某某合同诈骗立案监督案\r\n(检例第91号)\r\n【关键词】\r\n合同诈骗  合同欺诈  不应当立案而立案  侦查环节“挂案”  监督撤案\r\n【要旨】\r\n检察机关办理涉企业合同诈骗犯罪案件,应当���格区分合同诈骗与民事违约行为的界限。要注意审查涉案企业在签订、履行合同过程中是否具有非法占有目 的和虚构事实、隐瞒真相的行为,准确认定是否具有诈骗故意。发现公安机关对企业之间的合同纠纷以合同诈骗进行刑事立案的,应当依法监督撤销案件。对于立案后久侦不结的“挂​案”,检察机关应当向公安机关提出纠正意见。\r\n【基本案情】\r\n犯罪嫌疑人温某某,男,1975年10月出生,广西壮族自治区钦州市甲水务有限公司(以下简称甲公司)负责人。\r\n2010年4月至5月间,甲公司分别与乙建设有限公司(以下简称乙公司)、丙建设股份有限公司(以下简称丙公司)签订钦州市钦北区引水供水工程《建设工程施工合​同》。根据合同约定,乙公司和丙公司分别向甲公司支付70万元和110万元的施工合同履约保证金。工程报建....
[root@wp289b-1 processed]# cat /thinker/net/ynet/soft/bibo/procuratorate/cases/typical/756/content
{"type": "","query": "","caseid": "___","insert": {"keys": [], "caseid": "___" }}

Let's make the test case clear. What test did you run to test the delete function?
I use the two below to insert test case and delete it
test_insert_testcase.sh
test_delete_testcase.sh
then I use test_inquire_zeng.sh to check if test case is in the result to make sure if it is deleted

that's an ad hoc way. we need to test it in our standardized way -- something like 'make test cases=delete'

--- i find i created a test a while ago -- test-indel -- http://rar.shufangkeji.com:60380/showthr...p?tid=9475 -- but i dont think it works now. will improve it.
Find all posts by this user
Quote this message in a reply
08-22-2023, 11:31 AM
Post: #27
RE: BIBO -- M
bibo CT was in codb3 but codb3 has down, rebuild in trajan
Code:
zhihao@gm292-1|/home/zhihao/forest|$ cod list bibo
The Ground is the directory where all the code trees reside. Since no GROUND_DIR environment variable is set, the Ground
is set to/home/zhihao/forest

bibo =
  local:  prada/bibo
  remote: gito@codb3.zettadom.com:bibo(git)
zhihao@gm292-1|/home/zhihao/forest|$

now in trajan
Code:
zhihao@gm292-1|/home/zhihao/forest/prada/bibo|$ cod list bibo
The Ground is the directory where all the code trees reside. Since no GROUND_DIR environme
nt variable is set, the Ground is set to/home/zhihao/forest

bibo =
  local:  prada/bibo
  remote: git@trajan.d-thinker.org:bibo(git)
zhihao@gm292-1|/home/zhihao/forest/prada/bibo|$
Quote this message in a reply
Post Reply 


Forum Jump: