ArshiaZr commented on code in PR #43340:
URL: https://github.com/apache/airflow/pull/43340#discussion_r1824917752
##########
tests/core/test_otel_logger.py:
##########
@@ -356,3 +356,116 @@ def test_timer_start_and_stop_manually_send_true(self,
mock_time, metrics_consis
self.meter.get_meter().create_observable_gauge.assert_called_once_with(
name=full_name(name), callbacks=ANY
)
+
Review Comment:
That's right actually. So I removed the newly added tests for gauge and
timer and moved the test_incr, and test_decr to the right place with proper
names.
--
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]