Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Move test_replay to integration tests #2814

Merged
merged 1 commit into from
Feb 18, 2019

Conversation

garious
Copy link
Contributor

@garious garious commented Feb 18, 2019

Problem

This test, test_replay passes consistently when the test suite is run with a
single thread. It fails consistently on MacOS when run as part
of the unit-test suite.

No idea why it passes in CI.

Summary of Changes

Move the test to the integration tests

This test passes consistently when the test suite is run with a
single thread. It fails consistently on MacOS when run as part
of the unit-test suite.

No idea why it passes in CI.
@garious garious changed the title Move expensive test to integration tests Move test_replay to integration tests Feb 18, 2019
@codecov
Copy link

codecov bot commented Feb 18, 2019

Codecov Report

Merging #2814 into master will decrease coverage by 0.2%.
The diff coverage is n/a.

@@           Coverage Diff            @@
##           master   #2814     +/-   ##
========================================
- Coverage    78.6%   78.4%   -0.3%     
========================================
  Files         125     125             
  Lines       19597   19494    -103     
========================================
- Hits        15408   15286    -122     
- Misses       4189    4208     +19

@garious garious merged commit 7c248cd into solana-labs:master Feb 18, 2019
joncinque pushed a commit to joncinque/solana that referenced this pull request Sep 4, 2024
* refactor `impl_from_str` and `impl_from_bytes` macros

* impl `Display`, `FromStr`, `From<[u8; _]>` for sigma and range proof pod types

* impl `Display` for Pedersen commitment and grouped ElGamal ciphertext pod types

* impl `Display`, `FromStr`, `From<[u8; _]>` for decrypt handle pod type

* add fixed proof string tests

* cargo clippy

* remove println's

* update `assert!` and `.is_ok()` with `unwrap`'s
wen-coding pushed a commit to wen-coding/solana that referenced this pull request Sep 4, 2024
* refactor `impl_from_str` and `impl_from_bytes` macros

* impl `Display`, `FromStr`, `From<[u8; _]>` for sigma and range proof pod types

* impl `Display` for Pedersen commitment and grouped ElGamal ciphertext pod types

* impl `Display`, `FromStr`, `From<[u8; _]>` for decrypt handle pod type

* add fixed proof string tests

* cargo clippy

* remove println's

* update `assert!` and `.is_ok()` with `unwrap`'s
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant