re-enable test_tpu_forwarder (#1964)
This commit is contained in:
@ -13,8 +13,7 @@ _() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if [[ $(ulimit -n) -lt 65000 ]]; then
|
if [[ $(ulimit -n) -lt 65000 ]]; then
|
||||||
echo 'Error: nofiles too small, run "ulimit -n 65000" to continue'
|
ulimit -n 65000 || echo 'Error: nofiles too small, run "ulimit -n 65000" to continue' && exit 1
|
||||||
exit 1
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
_ cargo build --all --verbose
|
_ cargo build --all --verbose
|
||||||
|
@ -114,7 +114,6 @@ mod tests {
|
|||||||
use std::time::Duration;
|
use std::time::Duration;
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[ignore]
|
|
||||||
pub fn test_tpu_forwarder() {
|
pub fn test_tpu_forwarder() {
|
||||||
let nodes: Vec<_> = (0..3)
|
let nodes: Vec<_> = (0..3)
|
||||||
.map(|_| {
|
.map(|_| {
|
||||||
|
Reference in New Issue
Block a user