You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/modules/log
wxiaoguang ecbb03dc6d
Improve testing and try to fix MySQL hanging (#32515)
By some CI fine tunes (`run tests`), SQLite & MSSQL could complete
in about 12~13 minutes (before > 14), MySQL could complete in 18 minutes
(before: about 23 or even > 30)

Major changes:

1. use tmpfs for MySQL storage
1. run `make test-mysql` instead of `make integration-test-coverage`
because the code coverage is not really used at the moment.
1. refactor testlogger to make it more reliable and be able to report
stuck stacktrace
1. do not requeue failed items when a queue is being flushed (failed
items would keep failing and make flush uncompleted)
1. reduce the file sizes for testing
1. use math ChaCha20 random data instead of crypot/rand (for testing
purpose only)
1. no need to `DeleteRepository` in `TestLinguist`
1. other related refactoring to make code easier to maintain
3 months ago
..
color.go Improve testing and try to fix MySQL hanging (#32515) 3 months ago
color_console.go Rewrite logger system (#24726) 2 years ago
color_console_other.go Rewrite logger system (#24726) 2 years ago
color_console_windows.go Rewrite logger system (#24726) 2 years ago
color_router.go Rewrite logger system (#24726) 2 years ago
event_format.go Enable more `revive` linter rules (#30608) 9 months ago
event_format_test.go Rewrite logger system (#24726) 2 years ago
event_writer.go Rewrite logger system (#24726) 2 years ago
event_writer_base.go Reduce some allocations in type conversion (#26772) 1 year ago
event_writer_conn.go Rewrite logger system (#24726) 2 years ago
event_writer_conn_test.go Improve queue and logger context (#24924) 2 years ago
event_writer_console.go Refactor markup package (#32399) 3 months ago
event_writer_file.go Refactor markup package (#32399) 3 months ago
flags.go Rewrite logger system (#24726) 2 years ago
flags_test.go Rewrite logger system (#24726) 2 years ago
groutinelabel.go Update go dev dependencies (#22064) 2 years ago
groutinelabel_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
init.go Do not output "Trace" level logs from process manager by default (#24952) 2 years ago
level.go Rewrite logger system (#24726) 2 years ago
level_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
logger.go Rewrite logger system (#24726) 2 years ago
logger_global.go Add some tests to clarify the "must-change-password" behavior (#30693) 9 months ago
logger_impl.go Fix sub-command log level (#25537) 2 years ago
logger_test.go Improve queue and logger context (#24924) 2 years ago
manager.go Do not output "Trace" level logs from process manager by default (#24952) 2 years ago
manager_test.go Fix sub-command log level (#25537) 2 years ago
misc.go Rewrite logger system (#24726) 2 years ago
stack.go Rewrite logger system (#24726) 2 years ago