adobe / adobe/phased-testing

The phased group of a non-interruptive phased test is the event

Open
#193 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Java
Stars
9
Forks
4
Avg merge
2d 5h
Merged PRs (30d)
7

Description

Today NIE tests have the phase group equal to the NonInterruptive or Asynchroneous. Instead it may be better if we set it to the event.

Following cases exist

| Shuffled | Event Defined | Phase Group | Comment |
| -------- | -------------- | ------------ | ---------- |
| FALSE | TRUE | ni_event_``_stepName | |
| FALSE | FALSE | phased-singleRun | If no event is defined the test is executed in DEFAULT/NON_PHASED mode |
| TRUE | TRUE | Nni_event_``_`IDX` | (preferable step name)|
| TRUE | FALSE | phased-singleRun | If no event is defined the test is executed in DEFAULT/NON_PHASED mode |

Contributor guide

Open the contributing guide

Research direction

Start by locating where non-interruptive phased tests assign their phase group, then trace how event definitions and shuffled execution are handled. Compare the behavior with each row in the issue's table; done means the phase group uses the event and step or index when defined, and phased-singleRun when it is not.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
testing
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.