Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests to Check Agents Meet Certain Instructions #381

Closed
volodya-lombrozo opened this issue Aug 13, 2024 · 2 comments · Fixed by #402
Closed

Tests to Check Agents Meet Certain Instructions #381

volodya-lombrozo opened this issue Aug 13, 2024 · 2 comments · Fixed by #402
Assignees
Labels
enhancement New feature or request soon This issue will be solved soon

Comments

@volodya-lombrozo
Copy link
Member

It would be great to add semi-integration tests that would check that the new agents works as expected. Right now we have just a set of unit tests or full integration tests, but we could add something like the following:

opcodes:
  - ILOAD 423
  - ILOAD 7
  - IADD
agents:
  - AdditionAgent
  - SomeOtherAgent
eo:
  432.add 7

This tests will help us understand how agents work, by illustrative examples.

Note! In the opcodes section we may want to have EO objects too, not only opcodes. Maybe it should be input section, instead of opcodes.

You can read about the idea right here.

@volodya-lombrozo volodya-lombrozo added the enhancement New feature or request label Aug 13, 2024
@volodya-lombrozo volodya-lombrozo self-assigned this Aug 13, 2024
@volodya-lombrozo volodya-lombrozo added the soon This issue will be solved soon label Aug 20, 2024
volodya-lombrozo added a commit to volodya-lombrozo/opeo-maven-plugin that referenced this issue Aug 20, 2024
volodya-lombrozo added a commit to volodya-lombrozo/opeo-maven-plugin that referenced this issue Aug 20, 2024
volodya-lombrozo added a commit to volodya-lombrozo/opeo-maven-plugin that referenced this issue Aug 20, 2024
volodya-lombrozo added a commit to volodya-lombrozo/opeo-maven-plugin that referenced this issue Aug 20, 2024
volodya-lombrozo added a commit to volodya-lombrozo/opeo-maven-plugin that referenced this issue Aug 20, 2024
volodya-lombrozo added a commit to volodya-lombrozo/opeo-maven-plugin that referenced this issue Aug 20, 2024
volodya-lombrozo added a commit to volodya-lombrozo/opeo-maven-plugin that referenced this issue Aug 20, 2024
volodya-lombrozo added a commit to volodya-lombrozo/opeo-maven-plugin that referenced this issue Aug 20, 2024
@0pdd
Copy link

0pdd commented Aug 21, 2024

@volodya-lombrozo 2 puzzles #403, #404 are still not solved.

@0pdd
Copy link

0pdd commented Aug 21, 2024

@volodya-lombrozo 3 puzzles #403, #407, #408 are still not solved; solved: #404.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request soon This issue will be solved soon
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants