TIL( Today I Learned)
21-11-15 월
- pytest-mock 찾아보기
21-11-16 화
- 내부 회의
21-11-17 수
- pytest-mock 내용 정리
21-11-18 목
- NLP project docker 띄워 보기
TEL (Trial and Error Log)
21-11-15
-
ERROR: django.core.exceptions.ImproperlyConfigured: Application labels aren’t unique, duplicates: django_extensions
-
SITUATION: pytest-parallel
- pytest —test-per-woker 10 `
-
REASON:
-
SOLUTION:
- installedapp 에서 djangoextensions 지움
-
-
ERROR: 1205, ‘Lock wait timeout exceeded; try restarting transaction’
-
SITUATION:
- pytest parallel 구동후 에러
-
REASON:
- commit 안친 녀석들이 생긴다.
-
SOLUTION:
- parallel 취소
- 모든 테스트를 parallel 하게 돌아갈 수 있도록 해야 겠다.
-
21-11-17
-
ERROR: Error: Node Sass does not yet support your current environment: OS X 64-bit with Unsupported runtime (102)
- SITUATION: gatsby blog deploy 중이었음
-
REASON:
- 새로 옮긴 맥북 xcode 설치 문제?
- node version 문제
-
SOLUTION:
21-11-18
-
ERROR: localhost port 9200: Connection refused
-
SITUATION: elastic docker-compose up
- 단독 docker 파일로 run 하면 아무 이상이 없는데, docker-compose로 하면 접근이 안된다.
- container 내부 들어가서 curl 하면 죽어 있음
-
REASON:
- 여러개의 컨테이너들을 띄우고 있는데,
- docker 가 가용하는 컴퓨터 resource가 부족해서 그런듯 하다.
-
SOLUTION:
-
docker resource를 늘릴 수 있다.
- memory 2GB => 4GB
-
-
-
ERROR: load parameters from checkpoint. not working anymore
- SITUATION: bert-as-sevice 담긴 docker image run
-
REASON:
-
???
- bert-as-service
- docker
- gs - model
-
-
SOLUTION:
- 안되는게 아니라 1시간 이내의 시간이 걸렸다.