History log of /unit/test/unit/check/go.py (Results 1 – 6 of 6)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 2263:f9f47ce86315 12-Dec-2022 Andrei Zeliankou

Tests: pretty output.

Hide expected alerts by default.
Silence succesfull "go build" information.


Revision tags: 1.28.0-1, 1.28.0, 1.27.0-1, 1.27.0
# 2062:ede07f84045b 10-Jan-2022 Max Romanov

Tests: using modules in Go.


Revision tags: 1.26.1-1, 1.26.1, 1.26.0-1, 1.26.0
# 2004:ca4c5855f139 15-Nov-2021 Andrei Zeliankou

Tests: refactored working with processes.


Revision tags: 1.25.0-1, 1.25.0, 1.24.0-1, 1.24.0
# 1880:00dc6b211906 25-May-2021 Max Romanov

Go: fixing tests for Go 1.16.

In Go 1.16, the module-aware mode is enabled by default; to fall back to
previous behavior, the GO111MODULE environment variable should be set to
'auto'.

Details: http

Go: fixing tests for Go 1.16.

In Go 1.16, the module-aware mode is enabled by default; to fall back to
previous behavior, the GO111MODULE environment variable should be set to
'auto'.

Details: https://golang.org/doc/go1.16

show more ...


Revision tags: 1.23.0-1, 1.23.0, 1.22.0-1, 1.22.0, 1.21.0-1, 1.21.0
# 1706:a1da56837554 16-Nov-2020 Max Romanov

Tests: fixing tests interrupt in terminal.

KeyboardInterrupt re-raised.


Revision tags: 1.20.0-1, 1.20.0
# 1621:275b26bbd3ae 01-Oct-2020 Andrei Zeliankou

Tests: minor fixes.

Fixed temporary dir removing.
Fixed printing path to log.
Module checks moved to the separate file.