andromedarabbit / earlgrey

High performance online gaming server engine.
2 stars 1 forks source link

EventLog 삭제시 로그는 그대로 남는 문제 #56

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
WriteEntryAndClear 테스트를 하다가 나온 문제

= 재현하기 = 
EventLog::WriteEntry를 하고 EventLog::Clear를 호출하지 않은
채EventLog:DeleteEventSource를 불러 해당 이벤트 소스를 삭제한다.

이제 다시 EventLog::CreateEventSource를 해서 똑같은 이름의 
이벤트 소스를 만
든다. 이때 EventLog::NumberOfEventLogRecords() 를 호출하면 0이 아닌 
값이 나
온다.

Original issue reported on code.google.com by kaistizen on 26 Feb 2010 at 7:19

GoogleCodeExporter commented 9 years ago
이게 버그인지 여부는 닷넷 프레임워크의 구현을 살펴보고 
판단하자.

Original comment by kaistizen on 26 Feb 2010 at 7:30

GoogleCodeExporter commented 9 years ago

Original comment by kaistizen on 26 Feb 2010 at 4:49

GoogleCodeExporter commented 9 years ago
확인 결과, 닷넷 프레임워크와 동일하게 구현됐음. 버그로 
간주하는 대신 단위 테스트 코드를 
고치겠음.

Original comment by kaistizen on 26 Feb 2010 at 4:59