mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 04:54:05 -05:00
Update E2E (#11140)
* save progress * tidy * Update go.yml * make CI happy * gosec * revert back * Update go.yml * change go version * remove fixed test case * fix ci * fix updates * fix up * fix race tests * fix bad mock * lock it * fix it * fix e2e builds * use gotags * Revert "use gotags" This reverts commit808863f427. * Revert "fix e2e builds" This reverts commiteb351e7d31. * Revert "fix it" This reverts commit9e99dac94f. * Revert "lock it" This reverts commit1a3c60ad41. * different approach * better Co-authored-by: james-prysm <90280386+james-prysm@users.noreply.github.com>
This commit is contained in:
14
third_party/io_bazel_rules_go_test.patch
vendored
14
third_party/io_bazel_rules_go_test.patch
vendored
@@ -1,24 +1,22 @@
|
||||
diff --git a/go/private/rules/test.bzl b/go/private/rules/test.bzl
|
||||
index a88ebcc9..f23b0dfb 100644
|
||||
index 1dfd1555..eeffefca 100644
|
||||
--- a/go/private/rules/test.bzl
|
||||
+++ b/go/private/rules/test.bzl
|
||||
@@ -185,7 +185,7 @@ def _go_test_impl(ctx):
|
||||
@@ -187,7 +187,7 @@ def _go_test_impl(ctx):
|
||||
testing.TestEnvironment(env),
|
||||
]
|
||||
|
||||
|
||||
-_go_test_kwargs = {
|
||||
+go_test_kwargs = {
|
||||
"implementation": _go_test_impl,
|
||||
"attrs": {
|
||||
"data": attr.label_list(
|
||||
@@ -439,8 +439,8 @@ _go_test_kwargs = {
|
||||
@@ -447,7 +447,7 @@ _go_test_kwargs = {
|
||||
""",
|
||||
}
|
||||
|
||||
|
||||
-go_test = rule(**_go_test_kwargs)
|
||||
-go_transition_test = go_transition_rule(**_go_test_kwargs)
|
||||
+go_test = rule(**go_test_kwargs)
|
||||
+go_transition_test = go_transition_rule(**go_test_kwargs)
|
||||
|
||||
|
||||
def _recompile_external_deps(go, external_source, internal_archive, library_labels):
|
||||
"""Recompiles some archives in order to split internal and external tests.
|
||||
|
||||
Reference in New Issue
Block a user