This website requires JavaScript.
Explore
Help
Sign In
mirror
/
prysm-pulse
Watch
1
Star
0
Fork
0
You've already forked prysm-pulse
mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced
2024-12-25 12:57:18 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
652b1617ed
prysm-pulse
/
beacon-chain
/
cache
/
cache_test.go
10 lines
79 B
Go
Raw
Normal View
History
Unescape
Escape
Disable caches, allow toggle via feature flag (#3107)
2019-07-30 03:38:05 +00:00
package
cache
Fix tests depending on configuration flag (#5650) * fixes segfault * Merge branch 'master' into fix-nil-segfaults * upd state * Merge branch 'master' into fix-nil-segfaults * updates shard=1 * Merge refs/heads/master into fix-nil-segfaults * Merge refs/heads/master into fix-nil-segfaults * Merge refs/heads/master into fix-nil-segfaults * fixes tests * Merge branch 'fix-nil-segfaults' of github.com:prysmaticlabs/prysm into fix-nil-segfaults * reset config to nil * add flag assertion to other beacon-chain/rpc files * Merge refs/heads/master into fix-nil-segfaults * fix the rest featureconfig.init calls * Merge branch 'fix-nil-segfaults' of github.com:prysmaticlabs/prysm into fix-nil-segfaults * remove config setting from init * gazelle * reset shard back to 4
2020-04-27 19:44:35 +00:00
import
(
"testing"
)
func
TestMain
(
m
*
testing
.
M
)
{
Update TestMain(): do not call os.Exit() explicitly (#8046) * update workspace * update testmain
2020-12-04 16:10:07 +00:00
m
.
Run
(
)
Disable caches, allow toggle via feature flag (#3107)
2019-07-30 03:38:05 +00:00
}
Reference in New Issue
Copy Permalink