Giter Club home page Giter Club logo

test4quality's Introduction

test4quality

test4quality's People

Contributors

xiajingchun avatar

Watchers

 avatar

test4quality's Issues

test bug1

Steps to Reproduce:

Step 1 [ Fail ]

assert true false

Expected Result

1=2

lb_02

Steps to Reproduce:

Step 1 [ Pending ]

login failed to nebula

Precondition

Space basketballplayer已经创建

Steps to Reproduce:

Step 1 [ Fail ]

登录Console

Step 2 [ Pending ]

运行go 100 steps的慢查询

Step 3 [ Pending ]

登录新的Console

Step 4 [ Pending ]

查看basketballplayer下的本地查询

Expected Result

返回值一条记录为go 100 steps

Step 5 [ Pending ]

运行终止查询语句

Step 6 [ Pending ]

等待20s后重现查看本地查询

Expected Result

返回值为空

issue 01

Precondition

before update

Steps to Reproduce:

Step 1 [Pending]

step 1

Expected Result

should pass - updated

Step 2 [Pending]

step 2

Expected Result

should pass - updated

stop job failed

Precondition

  1. 存在一个nebula服务器:192.168.8.168:9669
  2. 存在一个hdfs服务器:hdfs://192.168.8.168:9000

Steps to Reproduce:

Step 1 [ Pass ]

提交job,json如下:

{
	"callbackUrl": "",
	"datasources": [{
		"type": "nebula",
		"name": "ds_space1",
		"spec": {
			"space": "${query_database}",
			"graphd": "${graphd_ip}",
			"user": "${graphd_username}"
		}
	},
	{
		"type": "hdfs",
		"name": "ds_hdfs1",
		"spec": {
			"url": "${hdfs_url}",
			"user": "${hdfs_username}"
		}
	}],
	"tasks": [{
			"id": "1",
			"name": "tp01",
			"type": "nebula_ngql",
			"clusterSize": 1,
			"spec": {
				"ngql": "GO 5 STEPS FROM 'player100' OVER follow YIELD src(edge) as src,dst(edge) as dst,properties(edge).weight as weight"
			},
			"datasource": {
				"type": "nebula",
				"spec": {
					"space": "${query_database}",
					"graphd": "${graphd_ip}",
					"user": "${graphd_username}"
				}
			},
			"datasink": {
				"type": "hdfs",
				"spec": {
					"url": "${hdfs_url}/${job_id}/${task_id}",
					"user": "${hdfs_username}"
				}
			}
		},
		{
			"id": "2",
			"name": "ap01",
			"type": "analytics_bfs",
			"clusterSize": 1,
			"spec": {
				"processes": 1,
				"threads": 3,
				"iterations": "10",
				"root": "${root}"
			},
			"datasource": {
				"type": "hdfs",
				"spec": {
					"type": "dependence"
				}
			},
			"datasink": {
				"type": "hdfs",
				"spec": {
					"url": "${hdfs_url}/${job_id}/${task_id}",
					"user": "${hdfs_username}"
				}
			}
		}

	],
	"deps": [{
		"src": "1",
		"dst": "2",
		"spec": {
			"input": {
				"srcField": 1,
				"dstField": 2,
				"weightField": 3
			},
			"params": [{
				"name": "root",
				"columnIndex": 2,
				"rowIndex": 4,
				"dataType": "string"
			}]
		}
	}]
}

Expected Result

提交成功,返回jobID

Step 2 [ Fail ]

根据jobID查看job状态

Expected Result

job状态为运行中,job运行完成后,状态切换为成功。

Step 3 [ Fail ]

查看job详情

Expected Result

详情与创建的json一致,并包含状态及运行时段

Step 4 [ Pending ]

查看task日志

Expected Result

返回指定task的日志

A defect detected in regression cycle

Precondition

Space basketballplayer已经创建

Steps to Reproduce:

Step 1 [ Fail ]

登录Console

Step 2 [ Pending ]

运行go 100 steps的慢查询

Step 3 [ Pending ]

登录新的Console

Step 4 [ Pending ]

查看basketballplayer下的本地查询

Expected Result

返回值一条记录为go 100 steps

Step 5 [ Pending ]

运行终止查询语句

Step 6 [ Pending ]

等待20s后重现查看本地查询

Expected Result

返回值为空

lb_test

Precondition

  1. 存在一个nebula服务器:192.168.8.168:9669
  2. 存在一个hdfs服务器:hdfs://192.168.8.168:9000

Steps to Reproduce:

Step 1 [ Pass ]

提交job,json如下:

{
	"callbackUrl": "",
	"datasources": [{
		"type": "nebula",
		"name": "ds_space1",
		"spec": {
			"space": "${query_database}",
			"graphd": "${graphd_ip}",
			"user": "${graphd_username}"
		}
	},
	{
		"type": "hdfs",
		"name": "ds_hdfs1",
		"spec": {
			"url": "${hdfs_url}",
			"user": "${hdfs_username}"
		}
	}],
	"tasks": [{
			"id": "1",
			"name": "tp01",
			"type": "nebula_ngql",
			"clusterSize": 1,
			"spec": {
				"ngql": "GO 5 STEPS FROM 'player100' OVER follow YIELD src(edge) as src,dst(edge) as dst,properties(edge).weight as weight"
			},
			"datasource": {
				"type": "nebula",
				"spec": {
					"space": "${query_database}",
					"graphd": "${graphd_ip}",
					"user": "${graphd_username}"
				}
			},
			"datasink": {
				"type": "hdfs",
				"spec": {
					"url": "${hdfs_url}/${job_id}/${task_id}",
					"user": "${hdfs_username}"
				}
			}
		},
		{
			"id": "2",
			"name": "ap01",
			"type": "analytics_bfs",
			"clusterSize": 1,
			"spec": {
				"processes": 1,
				"threads": 3,
				"iterations": "10",
				"root": "${root}"
			},
			"datasource": {
				"type": "hdfs",
				"spec": {
					"type": "dependence"
				}
			},
			"datasink": {
				"type": "hdfs",
				"spec": {
					"url": "${hdfs_url}/${job_id}/${task_id}",
					"user": "${hdfs_username}"
				}
			}
		}

	],
	"deps": [{
		"src": "1",
		"dst": "2",
		"spec": {
			"input": {
				"srcField": 1,
				"dstField": 2,
				"weightField": 3
			},
			"params": [{
				"name": "root",
				"columnIndex": 2,
				"rowIndex": 4,
				"dataType": "string"
			}]
		}
	}]
}

Expected Result

提交成功,返回jobID

Step 2 [ Pass ]

根据jobID查看job状态

Expected Result

job状态为运行中,job运行完成后,状态切换为成功。

Step 3 [ Pending ]

查看job详情

Expected Result

详情与创建的json一致,并包含状态及运行时段

Step 4 [ Pending ]

查看task日志

Expected Result

返回指定task的日志

test

Precondition

  1. 存在一个nebula服务器:192.168.8.168:9669
  2. 存在一个hdfs服务器:hdfs://192.168.8.168:9000

Steps to Reproduce:

Step 1 [ Pass ]

提交job,json如下:

{
	"callbackUrl": "",
	"datasources": [{
		"type": "nebula",
		"name": "ds_space1",
		"spec": {
			"space": "${query_database}",
			"graphd": "${graphd_ip}",
			"user": "${graphd_username}"
		}
	},
	{
		"type": "hdfs",
		"name": "ds_hdfs1",
		"spec": {
			"url": "${hdfs_url}",
			"user": "${hdfs_username}"
		}
	}],
	"tasks": [{
			"id": "1",
			"name": "tp01",
			"type": "nebula_ngql",
			"clusterSize": 1,
			"spec": {
				"ngql": "GO 5 STEPS FROM 'player100' OVER follow YIELD src(edge) as src,dst(edge) as dst,properties(edge).weight as weight"
			},
			"datasource": {
				"type": "nebula",
				"spec": {
					"space": "${query_database}",
					"graphd": "${graphd_ip}",
					"user": "${graphd_username}"
				}
			},
			"datasink": {
				"type": "hdfs",
				"spec": {
					"url": "${hdfs_url}/${job_id}/${task_id}",
					"user": "${hdfs_username}"
				}
			}
		},
		{
			"id": "2",
			"name": "ap01",
			"type": "analytics_bfs",
			"clusterSize": 1,
			"spec": {
				"processes": 1,
				"threads": 3,
				"iterations": "10",
				"root": "${root}"
			},
			"datasource": {
				"type": "hdfs",
				"spec": {
					"type": "dependence"
				}
			},
			"datasink": {
				"type": "hdfs",
				"spec": {
					"url": "${hdfs_url}/${job_id}/${task_id}",
					"user": "${hdfs_username}"
				}
			}
		}

	],
	"deps": [{
		"src": "1",
		"dst": "2",
		"spec": {
			"input": {
				"srcField": 1,
				"dstField": 2,
				"weightField": 3
			},
			"params": [{
				"name": "root",
				"columnIndex": 2,
				"rowIndex": 4,
				"dataType": "string"
			}]
		}
	}]
}

Expected Result

提交成功,返回jobID

Step 2 [ Fail ]

根据jobID查看job状态

Expected Result

job状态为运行中,job运行完成后,状态切换为成功。

Step 3 [ Fail ]

查看job详情

Expected Result

详情与创建的json一致,并包含状态及运行时段

Step 4 [ Pending ]

查看task日志

Expected Result

返回指定task的日志

Test Quality

Precondition

  1. 存在一个nebula服务器:192.168.8.168:9669
  2. 存在一个hdfs服务器:hdfs://192.168.8.168:9000

Steps to Reproduce:

Step 1 [ Pending ]

提交job,json如下:

{
	"callbackUrl": "",
	"datasources": [{
		"type": "nebula",
		"name": "ds_space1",
		"spec": {
			"space": "${query_database}",
			"graphd": "${graphd_ip}",
			"user": "${graphd_username}"
		}
	},
	{
		"type": "hdfs",
		"name": "ds_hdfs1",
		"spec": {
			"url": "${hdfs_url}",
			"user": "${hdfs_username}"
		}
	}],
	"tasks": [{
			"id": "1",
			"name": "tp01",
			"type": "nebula_ngql",
			"clusterSize": 1,
			"spec": {
				"ngql": "GO 5 STEPS FROM 'player100' OVER follow YIELD src(edge) as src,dst(edge) as dst,properties(edge).weight as weight"
			},
			"datasource": {
				"type": "nebula",
				"spec": {
					"space": "${query_database}",
					"graphd": "${graphd_ip}",
					"user": "${graphd_username}"
				}
			},
			"datasink": {
				"type": "hdfs",
				"spec": {
					"url": "${hdfs_url}/${job_id}/${task_id}",
					"user": "${hdfs_username}"
				}
			}
		},
		{
			"id": "2",
			"name": "ap01",
			"type": "analytics_bfs",
			"clusterSize": 1,
			"spec": {
				"processes": 1,
				"threads": 3,
				"iterations": "10",
				"root": "${root}"
			},
			"datasource": {
				"type": "hdfs",
				"spec": {
					"type": "dependence"
				}
			},
			"datasink": {
				"type": "hdfs",
				"spec": {
					"url": "${hdfs_url}/${job_id}/${task_id}",
					"user": "${hdfs_username}"
				}
			}
		}

	],
	"deps": [{
		"src": "1",
		"dst": "2",
		"spec": {
			"input": {
				"srcField": 1,
				"dstField": 2,
				"weightField": 3
			},
			"params": [{
				"name": "root",
				"columnIndex": 2,
				"rowIndex": 4,
				"dataType": "string"
			}]
		}
	}]
}

Expected Result

提交成功,返回jobID

Step 2 [ Pending ]

根据jobID查看job状态

Expected Result

job状态为运行中,job运行完成后,状态切换为成功。

Step 3 [ Pending ]

查看job详情

Expected Result

详情与创建的json一致,并包含状态及运行时段

Step 4 [ Pending ]

查看task日志

Expected Result

返回指定task的日志

lb03

Steps to Reproduce:

Step 1 [ Pending ]

lb_test

Steps to Reproduce:

Step 1 [Pending]

can not login

Steps to Reproduce:

Step 1 [ Skip ]

When executing query via graph 1:

Expected Result

Then the execution should be successful

Step 2 [ Fail ]

When executing query via graph 1:

Expected Result

Then the execution should be successful
And wait 10 seconds

Step 3 [ Pass ]

When executing query via graph 1:

Expected Result

Then the result should be, in order:

Step 4 [ Pass ]

When executing query via graph 1:

Expected Result

Then the result should be, in order:

Step 5 [ Fail ]

When executing query via graph 1:

Expected Result

Then a SyntaxError should be raised at runtime: syntax error near `)'

Step 6 [ Fail ]

When executing query via graph 1:

Expected Result

Then a SyntaxError should be raised at runtime: syntax error near `)'

Step 7 [ Block ]

When executing query via graph 1:

Expected Result

Then an ExecutionError should be raised at runtime: ExecutionPlanId[987654321] does not exist in current Session.

Step 8 [ Fail ]

When executing query via graph 1:

Expected Result

Then an ExecutionError should be raised at runtime: SessionId[987654321] does not exist

Step 9 [ Fail ]

When executing query via graph 1:

Expected Result

Then an SemanticError should be raised at runtime: $-.sid', not exist prop sid'

Step 10 [ Pass ]

When executing query via graph 1:

Expected Result

Then an SemanticError should be raised at runtime: $-.eid', not exist prop eid'

Step 11 [ Pass ]

When executing query via graph 1:

Expected Result

Then an SemanticError should be raised at runtime: $-.eid, Session ID must be an integer but was STRING

Step 12 [ Pass ]

When executing query via graph 1:

Expected Result

Then the execution should be successful

Step 13 [ Pass ]

中文描述的步骤可以吧?

Expected Result

不报错

Step 14 [ Pass ]

最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……237948343¥@#%¥#¥%%……&……最大长度特殊字符呢【】「」{}[]35749874297)()??><<<<<{}{}:":":"呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢21~最大长度特殊字符呢最大长度特殊字符呢最大长度特殊字符呢最大长度特殊字符呢最大长度特殊字符呢最大长度特殊字符呢最大长度特殊字符呢最大长度特殊字符呢最大长度特殊字符呢最大长度特殊字符呢最大长度特殊字符呢最大长度特殊字符呢最大长度特殊字符呢最大长度特殊字符呢最大长度特殊字符呢最大长度特殊字符呢最大长度特殊字符呢最大长度特殊字符呢最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……最大长度呢237948343¥@#%¥#¥%%……&……

Expected Result

SQLSTATE[22001]: String data, right truncated: 7 ERROR: value too long for type character varying(4000)
%#%&()¥!@~?》《,。 <>{})(&&(&^*&%&%&$^#$^##%#%$#%%@##$%#%%预期结果中的最大长度呢%#%&()¥!@?》《,。 <>{})(&&(&^*&%&%&$^#$^##%#%$#%%@##$%#%%预期结果中的最大长度呢%#%&**()¥!@?》

login failed again

Precondition

Space basketballplayer已经创建

Steps to Reproduce:

Step 1 [ Fail ]

登录Console

Step 2 [ Pending ]

运行go 100 steps的慢查询

Step 3 [ Pending ]

登录新的Console

Step 4 [ Pending ]

查看basketballplayer下的本地查询

Expected Result

返回值一条记录为go 100 steps

Step 5 [ Pending ]

运行终止查询语句

Step 6 [ Pending ]

等待20s后重现查看本地查询

Expected Result

返回值为空

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.