Osip Fatkullin
Osip Fatkullin
> Still needs some more tests for final review, right? Yes, I hope I will have time to write these tests this week
> @osipxd Could you please avoid [prematurely squashing/rebasing and force pushing your PRs](https://jacobtomlinson.dev/posts/2022/dont-prematurely-squash/rebase-and-force-push-your-prs/)? Oh, I'm sorry. I will not rebase this PR anymore. Here is [the link to the correct...
> Do you think this one is ready for final review? Not yet. I haven't solved [the problem](https://github.com/kotest/kotest/pull/4043#discussion_r1631474161) with timeout ignore in `TimeoutInterceptor`.
@OliverO2, I've rebased this PR because almost everything has been changed since the last review, so it feels easier to review from scratch instead of reviewing diffs. It is better...
Oh, I've just noticed that I accidentally deleted the fork. I can’t reopen this PR even after restoring the repository, so I'm going to open a new one.
Created: https://github.com/kotest/kotest/pull/4329 Fixed comments in the latest two commits.
Found a workaround to disable `BuildOperations` collection `build.gradle.kts` ```kotlin // Disable task monitoring by default providing an option to opt-in. // See 'doctor.enableTaskMonitoring' in gradle.properties for details. val enableTasksMonitoring =...
@anton-erofeev, it would be great to include the fix in the next patch release. Would you like to update this PR?
Yes, finally these builds against different Java versions found something :)
@bjhham, finally I've fixed this PR. After some tries I didn't manage to fix `testHeaderIsTooLong`, so I disabled it and created a task to fix it later: - [KTOR-7811](https://youtrack.jetbrains.com/issue/KTOR-7811) Flaky...