Commit graph

62 commits

Author SHA1 Message Date
Fedor Korotkiy
b93565cd9e Add wasm task 2023-04-28 00:43:03 +04:00
Fedor Korotkiy
5c8dd14d7e Support .proto files 2023-04-19 00:28:09 +04:00
Fedor Korotkiy
366976e73a Try fixing 2023-03-19 00:21:01 +04:00
Fedor Korotkiy
bba9c36214 Fix linter error 2023-03-12 17:27:37 +04:00
Fedor Korotkiy
b39f28cd3d Fix failure when student added new package with tests 2023-03-12 17:25:51 +04:00
Fedor Korotkiy
1c671bef6c Redoing public export 2023-03-10 15:23:34 +04:00
Fedor Korotkiy
a0b7eb9c6d Revert "Calculate coverage of private code."
This reverts commit a56f50ac46.
2023-02-22 17:02:44 +04:00
Anton Rigin
a914bcd96c Fix distbuild watch folders (squashed) 2022-04-15 18:05:27 +03:00
Fedor Korotkiy
8ae368ec09 Try fixing pg 2022-03-31 20:23:41 +03:00
Fedor Korotkiy
11eaa16551 Run tests with race detector 2022-03-12 16:26:13 +03:00
Артём Гаркавый
2ea95934a4 fix limiting one allocation in utf8 tasks 2022-02-24 15:44:32 +03:00
verytable
daa02c8abf Resolve "upgrage to 1.17" 2022-02-10 22:06:57 +00:00
Fedor Korotkiy
54cd663edf Fix linter 2021-04-30 13:33:35 +03:00
Fedor Korotkiy
5ef0c2aaf7 Remove debug prints 2021-04-30 13:10:10 +03:00
Fedor Korotkiy
50058126cb Debugging 2021-04-30 13:00:54 +03:00
Fedor Korotkiy
6fc471456d Try fixing analysis test 2021-04-30 12:51:33 +03:00
Fedor Korotkiy
a8a7442fda Try fixing analysis test 2021-04-30 12:30:53 +03:00
Fedor Korotkiy
28fa3585ce Revert "Revert "Fix""
This reverts commit 288fa5b156.
2021-04-22 14:12:17 +03:00
Fedor Korotkiy
186e9e70b6 Revert "Revert "Update testtool change detection""
This reverts commit e75b41aec1.
2021-04-22 14:12:10 +03:00
Fedor Korotkiy
e75b41aec1 Revert "Update testtool change detection"
This reverts commit b4aab678fa.
2021-04-16 19:23:36 +03:00
Fedor Korotkiy
288fa5b156 Revert "Fix"
This reverts commit 1c401ac21c.
2021-04-16 19:23:30 +03:00
Fedor Korotkiy
1c401ac21c Fix 2021-04-16 19:15:56 +03:00
Fedor Korotkiy
b4aab678fa Update testtool change detection 2021-04-16 19:11:05 +03:00
Fedor Korotkiy
188c2b2c91 Pass PATH to testing process 2020-04-21 16:21:00 +03:00
Alexander Vasilyev
a56f50ac46 Calculate coverage of private code.
Create empty coverage profile from problem code to calculate coverage
correctly. For some wierd reasons it will also account for not tested packages.
This change prevents students from adding new code and testing it,
instead of getting good coverage for initial codebase :)
2020-03-27 22:32:10 +03:00
Alexander Vasilyev
54ab7b69d1 Add coverpkg specification.
Currently, packages in coverme without tests created by student
are not checked for coverage, because no there are no test targets
for them at all!

The issue can be fixed by simply creating empty !change files,
but we are engineers, aren't we? :)

Bonus point: it prevents new packages from giving false coverage credit.
For example, mock file generated by gomock will have lots of covered code
almost instantly. However, the task can be hacked by adding new code to
existing packages.
2020-03-27 22:32:10 +03:00
Alexander Vasilyev
545ce5cbe3 Calculate coverage problem-wise, not per package.
This seems to be fair, especially since coverage target is
defined problem-wise. Practical reason: coverme/app can not
be covered sufficiently without testing Start/initRoutes/run;
out of these, only initRoutes can be tested, and testing it
separately is a wierd solution.
2020-03-27 22:32:10 +03:00
Arseny Balobanov
5f1b033f10 testtool: fix cover profile permissions issue by writing profile to /tmp. 2020-03-20 13:00:17 +03:00
Arseny Balobanov
a74e207ea3 testtool: fix coverage comment search dir. 2020-03-20 11:59:20 +03:00
Arseny Balobanov
9848183cc1 Cleanup comments. 2020-03-19 01:40:57 +03:00
Arseny Balobanov
8c9f5151b1 Fix variable shadowing pointed out by linter. 2020-03-19 01:33:16 +03:00
Arseny Balobanov
bb0c91683f Adding forgotten coverage helpers. 2020-03-19 01:29:11 +03:00
Arseny Balobanov
cd7f4d69f1 Support test coverage requirements via comment. 2020-03-19 01:19:44 +03:00
Fedor Korotkiy
b7c84cb10a Fix error message 2020-02-22 15:37:16 +03:00
Fedor Korotkiy
e2f472d732 Compare benchmarks 2020-02-22 01:23:20 +03:00
Fedor Korotkiy
8f414883a7 Use require.NoError where appropriate 2020-02-16 17:18:51 +03:00
Fedor Korotkiy
8eddf48fa9 Run linter on submit 2020-02-14 15:55:25 +03:00
Fedor Korotkiy
f7a5d8858f Add golangci-lint config 2020-02-14 15:55:25 +03:00
Fedor Korotkiy
5d9a1344ca Try another fix 2020-02-14 00:04:48 +03:00
Fedor Korotkiy
ffd0ea8700 List only go files 2020-02-13 23:57:34 +03:00
Fedor Korotkiy
d842678a2c Fix 2020-02-13 03:07:21 +03:00
Fedor Korotkiy
d4a0cca74d Debugging 2020-02-13 03:02:31 +03:00
Fedor Korotkiy
d09d084a1d Debugging 2020-02-13 02:58:32 +03:00
Fedor Korotkiy
0136bbfac5 Debugging 2020-02-13 02:56:04 +03:00
Fedor Korotkiy
796804edab Debugging 2020-02-13 02:50:16 +03:00
Fedor Korotkiy
e227b7e140 Fix 2020-02-13 02:31:40 +03:00
Fedor Korotkiy
3c626cafd5 Fix 2020-02-13 02:28:27 +03:00
Fedor Korotkiy
6a83a4f1fc Task grading 2020-02-13 02:10:17 +03:00
verytable
dea434be37 Resolve "word-count" 2020-02-12 22:25:12 +00:00
Fedor Korotkiy
0de2390008 Squashed commit of the following:
commit 347ba11cfe4a49bff6fc29063b49416d90525e52
Author: Fedor Korotkiy <prime@yandex-team.ru>
Date:   Sat Feb 8 22:44:26 2020 +0300

    Sandboxed test execution.

commit c5c9557dd59c54971a78d424ec118655f6b2005c
Author: Fedor Korotkiy <prime@yandex-team.ru>
Date:   Sat Feb 8 21:13:13 2020 +0300

    Fix paths used during testing.

commit 1ba21eb0aad08f543c6a99bfd927721207943abb
Author: Fedor Korotkiy <prime@yandex-team.ru>
Date:   Sat Feb 8 20:56:32 2020 +0300

    Helper for process sandboxing

commit 54f0aa11156c1d2c998a060b60be7af8666d5da4
Author: Fedor Korotkiy <prime@yandex-team.ru>
Date:   Sat Feb 8 20:10:56 2020 +0300

    Package list helper.
2020-02-10 16:41:58 +03:00