[WIP] Bugfix after CMake modernization #2172, run workflow tests again - #2213
Merged
matthiasrichter merged 1 commit intoJul 17, 2019
Merged
Conversation
matthiasrichter
force-pushed
the
fix-cmake-run-workflow-tests
branch
from
July 16, 2019 08:43
b88dc47 to
67d214b
Compare
Collaborator
Author
|
Need to think what to do with two failing test The problem is that the X11 environment is not complete in the CI. @ktf what do you think? |
matthiasrichter
force-pushed
the
fix-cmake-run-workflow-tests
branch
from
July 16, 2019 11:29
67d214b to
b2b6c24
Compare
…s again The workflow test programs are no boost unit tests, flag NO_BOOST_TEST was not set in AliceO2Group#2172. The inserted '--' was causing the test programs to ignore all command line args, and without option --run they all dumped the configuration instead of running the test. Disable unit test `DanglingInputs`, Processor `D` is failing with the following error [ERROR] Unable to relay part. [WARN] Incoming data is already obsolete, not relaying. We don't know when it stopped working because the workflow unit test have been accidentally inactive at some point. But it should have been after 62d7284.
matthiasrichter
force-pushed
the
fix-cmake-run-workflow-tests
branch
from
July 16, 2019 14:06
146ae06 to
347453f
Compare
Collaborator
Author
|
The following unit test need more investigation and are disabled for now
|
MichaelLettrich
pushed a commit
that referenced
this pull request
Jul 24, 2019
The workflow test programs aren't boost unit tests, flag `NO_BOOST_TEST` was not set in #2172. The inserted '--' was causing the test programs to ignore all command line args, and without option --run they all dumped the configuration instead of running the test. The following unit test need more investigation and are disabled for now - DanglingInputs - BoostSerializedProcessing - CustomGUIGL - CustomGUISokol Unit test `DanglingInputs`, Processor `D` is failing with the following error [ERROR] Unable to relay part. [WARN] Incoming data is already obsolete, not relaying. We don't know when it stopped working because the workflow unit test have been accidentally inactive at some point. But it should have been after 62d7284. The GUI unit test fail because of X11 environment setup of the CI machine.
knopers8
pushed a commit
to knopers8/AliceO2
that referenced
this pull request
Oct 23, 2019
…s again (AliceO2Group#2213) The workflow test programs aren't boost unit tests, flag `NO_BOOST_TEST` was not set in AliceO2Group#2172. The inserted '--' was causing the test programs to ignore all command line args, and without option --run they all dumped the configuration instead of running the test. The following unit test need more investigation and are disabled for now - DanglingInputs - BoostSerializedProcessing - CustomGUIGL - CustomGUISokol Unit test `DanglingInputs`, Processor `D` is failing with the following error [ERROR] Unable to relay part. [WARN] Incoming data is already obsolete, not relaying. We don't know when it stopped working because the workflow unit test have been accidentally inactive at some point. But it should have been after 62d7284. The GUI unit test fail because of X11 environment setup of the CI machine.
carlos-soncco
pushed a commit
to carlos-soncco/AliceO2
that referenced
this pull request
Oct 28, 2019
…s again (AliceO2Group#2213) The workflow test programs aren't boost unit tests, flag `NO_BOOST_TEST` was not set in AliceO2Group#2172. The inserted '--' was causing the test programs to ignore all command line args, and without option --run they all dumped the configuration instead of running the test. The following unit test need more investigation and are disabled for now - DanglingInputs - BoostSerializedProcessing - CustomGUIGL - CustomGUISokol Unit test `DanglingInputs`, Processor `D` is failing with the following error [ERROR] Unable to relay part. [WARN] Incoming data is already obsolete, not relaying. We don't know when it stopped working because the workflow unit test have been accidentally inactive at some point. But it should have been after 62d7284. The GUI unit test fail because of X11 environment setup of the CI machine.
EmilGorm
pushed a commit
to EmilGorm/AliceO2
that referenced
this pull request
Apr 15, 2023
* Simplify the structure of the macro * Adapt checkBCrange macro to new split files * Add EvSel BC in the CEFP output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The workflow test programs are no boost unit tests, flag NO_BOOST_TEST was not
set in #2172. The inserted
--was causing the test programs to ignore allcommand line args, and without option
--runthey all dumped the configurationinstead of running the test.
AliceO2/cmake/O2AddTest.cmake
Line 81 in a341176