Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
maestro-core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
maestro
maestro-core
Commits
a1fe824a
Commit
a1fe824a
authored
4 years ago
by
Utz-Uwe Haus
Browse files
Options
Downloads
Patches
Plain Diff
Fix simple_injector (missed REQUIRE for RETRACT)
parent
a100843a
No related branches found
No related tags found
1 merge request
!15
Draft: Fix integer attribute and binop CDO selectors
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/Makefile.am
+5
-4
5 additions, 4 deletions
tests/Makefile.am
tests/simple_archiver.c
+1
-1
1 addition, 1 deletion
tests/simple_archiver.c
with
6 additions
and
5 deletions
tests/Makefile.am
+
5
−
4
View file @
a1fe824a
...
@@ -152,6 +152,7 @@ INJECTOR_OPS="\
...
@@ -152,6 +152,7 @@ INJECTOR_OPS="\
DECLARE cdo1 1023 SEAL cdo1 -1 OFFER cdo1 -1
\
DECLARE cdo1 1023 SEAL cdo1 -1 OFFER cdo1 -1
\
DECLARE cdo2 1023000 SEAL cdo2 -1 OFFER cdo2 -1
\
DECLARE cdo2 1023000 SEAL cdo2 -1 OFFER cdo2 -1
\
DECLARE cdo3 102 SEAL cdo3 -1 OFFER cdo3 -1
\
DECLARE cdo3 102 SEAL cdo3 -1 OFFER cdo3 -1
\
DECLARE cdo1a 107 REQUIRE cdo1a -1
\
RETRACT cdo1a -1 DISPOSE cdo1a -1
\
RETRACT cdo1a -1 DISPOSE cdo1a -1
\
WITHDRAW cdo1 -1 WITHDRAW cdo2 -1 WITHDRAW cdo3 -1
\
WITHDRAW cdo1 -1 WITHDRAW cdo2 -1 WITHDRAW cdo3 -1
\
DISPOSE cdo3 -1 DISPOSE cdo2 -1 DISPOSE cdo1 -1"
DISPOSE cdo3 -1 DISPOSE cdo2 -1 DISPOSE cdo1 -1"
...
...
This diff is collapsed.
Click to expand it.
tests/simple_archiver.c
+
1
−
1
View file @
a1fe824a
...
@@ -189,7 +189,7 @@ CHEAT_TEST(simple_archiver,
...
@@ -189,7 +189,7 @@ CHEAT_TEST(simple_archiver,
/* dispose all */
/* dispose all */
cheat_assert
(
MSTRO_OK
==
mstro_pool_event_dispose
(
e
));
cheat_assert
(
MSTRO_OK
==
mstro_pool_event_dispose
(
e
));
}
else
{
}
else
{
fprintf
(
stdout
,
"No event available, looping
\n
"
);
//
fprintf(stdout, "No event available, looping\n");
/* NULL e should give an error, even if subscription
/* NULL e should give an error, even if subscription
* itself would like ack */
* itself would like ack */
cheat_assert
(
MSTRO_OK
!=
mstro_subscription_ack
(
cheat_assert
(
MSTRO_OK
!=
mstro_subscription_ack
(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment