The GitHub Actions job "Tests" on airflow.git has succeeded.
Run started by GitHub user dcecchini (triggered by mik-laj).

Head commit for run:
8cfbb9290b1b7648c4e42eba1cf16cb4c0775dc0 / David Cecchini 
<dadach...@hotmail.com>
Changed self-destruct log level to ERROR

The log level was set to `warning` but it raises and `AirflowException`. I 
believe it should be `error` level. Code snippet:

```python
if ti.state == State.RUNNING:
            fqdn = get_hostname()
            same_hostname = fqdn == ti.hostname
            if not same_hostname:
    -->          self.log.warning(
                    "The recorded hostname %s does not match this instance's 
hostname %s",
                    ti.hostname,
                    fqdn,
                )
                raise AirflowException("Hostname of job runner does not match")
```

Report URL: https://github.com/apache/airflow/actions/runs/2080543245

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org

Reply via email to