Skip to content

FLEX: Support Interactive both in gsctl and coordinator side

codefactor.io / CodeFactor failed Nov 7, 2023 in 2s

4 issues fixed. 7 issues found.

Annotations

Check warning on line 83 in python/graphscope/gsctl/commands/dev.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

python/graphscope/gsctl/commands/dev.py#L83

Probable insecure usage of temp file/directory. (B108)

Check warning on line 303 in python/graphscope/gsctl/commands/dev.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

python/graphscope/gsctl/commands/dev.py#L303

Probable insecure usage of temp file/directory. (B108)

Check notice on line 55 in coordinator/gscoordinator/scheduler.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

coordinator/gscoordinator/scheduler.py#L54-L55

Try, Except, Pass detected. (B110)

Check notice on line 224 in coordinator/gscoordinator/scheduler.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

coordinator/gscoordinator/scheduler.py#L188-L224

Complex Method

Check warning on line 52 in coordinator/gscoordinator/servicer/interactive/service.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

coordinator/gscoordinator/servicer/interactive/service.py#L50-L52

Probable insecure usage of temp file/directory. (B108)

Check notice on line 85 in coordinator/gscoordinator/servicer/interactive/service.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

coordinator/gscoordinator/servicer/interactive/service.py#L85

unresolved comment '# TODO: get interactive service endpoint by instance id' (C100)

Check notice on line 75 in python/graphscope/gsctl/client/rpc.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

python/graphscope/gsctl/client/rpc.py#L74-L75

Try, Except, Pass detected. (B110)