aboutsummaryrefslogtreecommitdiffstats
path: root/modules/queue/queue_disk_channel_test.go
Commit message (Expand)AuthorAgeFilesLines
* Rewrite queue (#24505)wxiaoguang2023-05-081-544/+0
* Properly flush unique queues on startup (#23154)zeripath2023-02-281-4/+4
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* test: use `T.TempDir` to create temporary test directory (#21043)Eng Zer Jun2022-09-041-8/+2
* Prevent intermittent NPE in queue tests (#19301)zeripath2022-04-021-19/+57
* Attempt to prevent the deadlock in the QueueDiskChannel Test again (#18415)zeripath2022-01-291-56/+46
* Prevent deadlocks in persistable channel pause test (#18410)zeripath2022-01-261-3/+45
* Pause queues (#15928)zeripath2022-01-221-1/+291
* format with gofumpt (#18184)65432022-01-201-1/+0
* Prevent deadlock in TestPersistableChannelQueue (#17717)zeripath2021-11-191-0/+33
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-171-0/+1
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-2/+2
* Fix race in log (#16490)zeripath2021-07-201-1/+0
* Prevent race in TestPersistableChannelQueue (#16468)zeripath2021-07-171-4/+31
* Multiple Queue improvements: LevelDB Wait on empty, shutdown empty shadow lev...zeripath2021-05-151-17/+32
* use assignment in tests (#12734)zeripath2020-09-061-1/+1
* Re-attempt to delete temporary upload if the file is locked by another proces...zeripath2020-08-111-2/+2
* Graceful Queues: Issue Indexing and Tasks (#9363)zeripath2020-01-071-0/+117