Superskyyy commented on PR #293: URL: https://github.com/apache/skywalking-python/pull/293#issuecomment-1470408808
Please do some additional changes to tests. They cannot pass due to profiling service not available> In context.py - profiling is assumed to be enabled, which is not true according to this change. https://github.com/apache/skywalking-python/blob/1803a71bf242b8a13474c51550118f51c420762a/skywalking/trace/context.py#L151 ``` # start profiling if profile_context is set if self.profile_status is None: self.profile_status = profile.profile_task_execution_service.add_profiling(self, self.segment.segment_id, op) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
