Open Silic0nS0ldier opened 4 weeks ago
2 test targets passed
//npm/private:_test_gendocs_0_0 [k8-fastbuild] 52ms //npm/private:_test_gendocs_0_1 [k8-fastbuild] 39ms
Total test execution time was 91ms. 204 tests (99.0%) were fully cached saving 39s.
All tests were cache hits
5 tests (100.0%) were fully cached saving 789ms.
All tests were cache hits
2 tests (100.0%) were fully cached saving 169ms.
All tests were cache hits
1 test (100.0%) was fully cached saving 8s.
All tests were cache hits
3 tests (100.0%) were fully cached saving 920ms.
All tests were cache hits
3 tests (100.0%) were fully cached saving 924ms.
All tests were cache hits
1 test (100.0%) was fully cached saving 27ms.
All tests were cache hits
1 test (100.0%) was fully cached saving 27ms.
All tests were cache hits
2 tests (100.0%) were fully cached saving 296ms.
All tests were cache hits
1 test (100.0%) was fully cached saving 112ms.
All tests were cache hits
3 tests (100.0%) were fully cached saving 233ms.
All tests were cache hits
1 test (100.0%) was fully cached saving 236ms.
All tests were cache hits
1 test (100.0%) was fully cached saving 81ms.
All tests were cache hits
1 test (100.0%) was fully cached saving 81ms.
All tests were cache hits
1 test (100.0%) was fully cached saving 504ms.
All tests were cache hits
40 tests (100.0%) were fully cached saving 3s.
All tests were cache hits
10 tests (100.0%) were fully cached saving 2s.
All tests were cache hits
12 tests (100.0%) were fully cached saving 3s.
All tests were cache hits
2 tests (100.0%) were fully cached saving 493ms.
All tests were cache hits
2 tests (100.0%) were fully cached saving 153ms.
All tests were cache hits
1 test (100.0%) was fully cached saving 443ms.
All tests were cache hits
1 test (100.0%) was fully cached saving 171ms.
Split from #1924
This PR primarily serves to add test cases to cover the malformed package label generation that #1924 aims to fix, such that the changes in that other PR are more obvious.
Additionally;
.git
to.bazelignore
(editors see.git
when inspecting test logs otherwise)file
->find
innpm/private/npm_translate_lock_generate.bzl
_new_package_info
innpm/private/pnpm.bzl
_convert_pnpm_v6_v9_version_peer_dep
innpm/private/pnpm.bzl
json.encode
innpm/private/test/parse_pnpm_lock_tests.bzl
//npm/private/test:test_parse_pnpm_lock
Changes are visible to end-users: yes(-ish)
Test plan
NA, PR is adding new tests with little/no behaviour changes.