ni / nidaqmx-python

A Python API for interacting with NI-DAQmx
Other
428 stars 154 forks source link

Use invalid value for done status #555

Closed texasaggie97 closed 5 months ago

texasaggie97 commented 5 months ago

What does this Pull Request accomplish?

In the multi-threading tests, the initial value of done_statuses is set to the expected value. This means we do not know whether the done event was called or not. Instead, set the initial value to an invalid value.

Why should this Pull Request be merged?

It ensures the done event is called correctly during the multi-threading tests.

What testing has been done?

PR

github-actions[bot] commented 5 months ago

Test Results

    34 files  ±0      34 suites  ±0   42m 47s :stopwatch: - 1m 23s  2 244 tests ±0   1 906 :white_check_mark:  - 2    336 :zzz: ±0  2 :x: +2  39 650 runs  ±0  34 107 :white_check_mark:  - 7  5 536 :zzz: ±0  7 :x: +7 

For more details on these failures, see this check.

Results for commit 367a6f73. ± Comparison against base commit b73c3acf.

texasaggie97 commented 5 months ago

Abandoning due to internal bug #2699950