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

fix: fix task openability check and a trial detail decoder mismatch [DET-3924 DET-3937] #1148

Merged
merged 7 commits into from
Aug 24, 2020

Conversation

hamidzr
Copy link
Member

@hamidzr hamidzr commented Aug 20, 2020

Description

decoding issue: checkpoint resources can be null.

Test Plan

  • tested with the offending trial detail response.
  • revert d3384e2

Commentary (optional)

@cla-bot cla-bot bot added the cla-signed label Aug 20, 2020
@hamidzr
Copy link
Member Author

hamidzr commented Aug 20, 2020

how do we organize and name the fixtures?

@hamidzr hamidzr changed the title fix: fix task openability check and a trial detail decoder mismatch [DET-3924 DET-3927] fix: fix task openability check and a trial detail decoder mismatch [DET-3924 DET-3937] Aug 20, 2020
@hamidzr hamidzr assigned armandmcqueen and unassigned hkang1 Aug 21, 2020
@hkang1 hkang1 self-assigned this Aug 24, 2020
if (!isExperimentTask(task) && task.state in terminalCommandStates) return false;
if (isExperiment(task)) return true;
if (isExperimentTask(task)) return true;
if (terminalCommandStates.has(task.state)) return false;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ha nice!

Copy link
Contributor

@hkang1 hkang1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@hkang1 hkang1 assigned hamidzr and unassigned hkang1 and armandmcqueen Aug 24, 2020
@hamidzr hamidzr merged commit 3c8c047 into determined-ai:master Aug 24, 2020
@hamidzr hamidzr deleted the 3924-fix-canbeopened-logic branch August 24, 2020 23:13
wes-turner pushed a commit that referenced this pull request Feb 2, 2024
Bunify postgres_scim.go, remove references to HackAddUser, and add an intg test.
@dannysauer dannysauer added this to the 0.13.2 milestone Feb 6, 2024
rb-determined-ai pushed a commit that referenced this pull request Feb 29, 2024
Bunify postgres_scim.go, remove references to HackAddUser, and add an intg test.
amandavialva01 pushed a commit that referenced this pull request Mar 18, 2024
Bunify postgres_scim.go, remove references to HackAddUser, and add an intg test.
eecsliu pushed a commit that referenced this pull request Apr 18, 2024
Bunify postgres_scim.go, remove references to HackAddUser, and add an intg test.
eecsliu pushed a commit to determined-ai/determined-release-testing that referenced this pull request Apr 22, 2024
Bunify postgres_scim.go, remove references to HackAddUser, and add an intg test.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants