[Why] fix error like this: submit borrow-1h.yaml failed, got job_id=crystal.122310, error: [{"type" => "mapper_parsing_exception", "reason" => "failed to parse [pp.sleep]"}]
Signed-off-by: Zhang Yale ylzhangah@qq.com --- jobs/borrow-1h.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/jobs/borrow-1h.yaml b/jobs/borrow-1h.yaml index 00c8f1d2..c9d6ff8e 100644 --- a/jobs/borrow-1h.yaml +++ b/jobs/borrow-1h.yaml @@ -1,8 +1,6 @@ suite: borrow testcase: borrow
-runtime: 1h - sshd: pub_key: <%= begin @@ -13,4 +11,4 @@ sshd: %> email: # sleep at the bottom -sleep: +sleep: 1h
On Wed, Nov 11, 2020 at 07:53:19PM +0800, Zhang Yale wrote:
[Why] fix error like this: submit borrow-1h.yaml failed, got job_id=crystal.122310, error: [{"type" => "mapper_parsing_exception", "reason" => "failed to parse [pp.sleep]"}]
Signed-off-by: Zhang Yale ylzhangah@qq.com
jobs/borrow-1h.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/jobs/borrow-1h.yaml b/jobs/borrow-1h.yaml index 00c8f1d2..c9d6ff8e 100644 --- a/jobs/borrow-1h.yaml +++ b/jobs/borrow-1h.yaml @@ -1,8 +1,6 @@ suite: borrow testcase: borrow
-runtime: 1h
what did "runtime" means before ? and why that "parsing error"?
thanks dewan.
sshd: pub_key: <%= begin @@ -13,4 +11,4 @@ sshd: %> email: # sleep at the bottom -sleep:
+sleep: 1h
2.23.0
On Wed, Nov 11, 2020 at 08:11:18PM +0800, Zhang Dewan wrote:
On Wed, Nov 11, 2020 at 07:53:19PM +0800, Zhang Yale wrote:
[Why] fix error like this: submit borrow-1h.yaml failed, got job_id=crystal.122310, error: [{"type" => "mapper_parsing_exception", "reason" => "failed to parse [pp.sleep]"}]
Signed-off-by: Zhang Yale ylzhangah@qq.com
jobs/borrow-1h.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/jobs/borrow-1h.yaml b/jobs/borrow-1h.yaml index 00c8f1d2..c9d6ff8e 100644 --- a/jobs/borrow-1h.yaml +++ b/jobs/borrow-1h.yaml @@ -1,8 +1,6 @@ suite: borrow testcase: borrow
-runtime: 1h
what did "runtime" means before ? and why that "parsing error"?
thanks dewan.
sleep calls runtime, means sleep 1h, and this error has not been reported before.
Thanks, Yale
sshd: pub_key: <%= begin @@ -13,4 +11,4 @@ sshd: %> email: # sleep at the bottom -sleep:
+sleep: 1h
2.23.0
On Wed, Nov 11, 2020 at 07:53:19PM +0800, Zhang Yale wrote:
[Why] fix error like this: submit borrow-1h.yaml failed, got job_id=crystal.122310, error: [{"type" => "mapper_parsing_exception", "reason" => "failed to parse [pp.sleep]"}]
This looks like es mapping error, we should find a way to adapt the situation.
Thanks, Xueliang
Signed-off-by: Zhang Yale ylzhangah@qq.com
jobs/borrow-1h.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/jobs/borrow-1h.yaml b/jobs/borrow-1h.yaml index 00c8f1d2..c9d6ff8e 100644 --- a/jobs/borrow-1h.yaml +++ b/jobs/borrow-1h.yaml @@ -1,8 +1,6 @@ suite: borrow testcase: borrow
-runtime: 1h
sshd: pub_key: <%= begin @@ -13,4 +11,4 @@ sshd: %> email: # sleep at the bottom -sleep:
+sleep: 1h
2.23.0
On Thu, Nov 12, 2020 at 09:20:32AM +0800, Cao Xueliang wrote:
On Wed, Nov 11, 2020 at 07:53:19PM +0800, Zhang Yale wrote:
[Why] fix error like this: submit borrow-1h.yaml failed, got job_id=crystal.122310, error: [{"type" => "mapper_parsing_exception", "reason" => "failed to parse [pp.sleep]"}]
This looks like es mapping error, we should find a way to adapt the situation.
Thanks, Xueliang
Ok, I got it.
Thanks, Yale
Signed-off-by: Zhang Yale ylzhangah@qq.com
jobs/borrow-1h.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/jobs/borrow-1h.yaml b/jobs/borrow-1h.yaml index 00c8f1d2..c9d6ff8e 100644 --- a/jobs/borrow-1h.yaml +++ b/jobs/borrow-1h.yaml @@ -1,8 +1,6 @@ suite: borrow testcase: borrow
-runtime: 1h
sshd: pub_key: <%= begin @@ -13,4 +11,4 @@ sshd: %> email: # sleep at the bottom -sleep:
+sleep: 1h
2.23.0
On Wed, Nov 11, 2020 at 07:53:19PM +0800, Zhang Yale wrote:
[Why] fix error like this: submit borrow-1h.yaml failed, got job_id=crystal.122310, error: [{"type" => "mapper_parsing_exception", "reason" => "failed to parse [pp.sleep]"}]
This looks like pp parse sleep error not runtime cause error.
Thanks, Zhangyu
Signed-off-by: Zhang Yale ylzhangah@qq.com
jobs/borrow-1h.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/jobs/borrow-1h.yaml b/jobs/borrow-1h.yaml index 00c8f1d2..c9d6ff8e 100644 --- a/jobs/borrow-1h.yaml +++ b/jobs/borrow-1h.yaml @@ -1,8 +1,6 @@ suite: borrow testcase: borrow
-runtime: 1h
sshd: pub_key: <%= begin @@ -13,4 +11,4 @@ sshd: %> email: # sleep at the bottom -sleep:
+sleep: 1h
2.23.0
On Thu, Nov 12, 2020 at 12:33:21PM +0800, Zhang Yu wrote:
On Wed, Nov 11, 2020 at 07:53:19PM +0800, Zhang Yale wrote:
[Why] fix error like this: submit borrow-1h.yaml failed, got job_id=crystal.122310, error: [{"type" => "mapper_parsing_exception", "reason" => "failed to parse [pp.sleep]"}]
This looks like pp parse sleep error not runtime cause error.
Thanks, Zhangyu
OK, good! I got it.
Thanks, Yale
Signed-off-by: Zhang Yale ylzhangah@qq.com
jobs/borrow-1h.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/jobs/borrow-1h.yaml b/jobs/borrow-1h.yaml index 00c8f1d2..c9d6ff8e 100644 --- a/jobs/borrow-1h.yaml +++ b/jobs/borrow-1h.yaml @@ -1,8 +1,6 @@ suite: borrow testcase: borrow
-runtime: 1h
sshd: pub_key: <%= begin @@ -13,4 +11,4 @@ sshd: %> email: # sleep at the bottom -sleep:
+sleep: 1h
2.23.0