Yes I know, had a very busy summer/fall and wanted to publish again much earlier 🙂
@sergeyshvyrev96910 ай бұрын
Наконец-то!!!! Так ждал вашего нового видео!!! Спасибо!!!! ))))
@fauntleroycliftonguitar548910 ай бұрын
What are the disadvantages? What if the test suite is quite large? It would take long to run all of them after each file change detection.
@SebastianDaschnerIT10 ай бұрын
Actually it doesn't, Quarkus only recompiles what has changed and this works very well even for huge code bases. Even if you were to recompile everything, only compilation is also surprisingly fast (recently tested on a project with ~ 100,000 classes). JUnit is very quick in running many test cases as well. Still, at some point you'd probably want to split up your test suite (if you have, like > 1,000 system test requests per suite run or so), which you can do with the quarkus test properties / using packages / using tags, etc.
@im_andre6dev5610 ай бұрын
Hi Sebastian, is it possible to ask questions directly within the Quarkus course?
@SebastianDaschnerIT10 ай бұрын
Hi, yes there is a way to send messages / ask in a written form