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

Win_task info function broken #34137

Closed
christoe opened this issue Jun 20, 2016 · 1 comment
Closed

Win_task info function broken #34137

christoe opened this issue Jun 20, 2016 · 1 comment
Labels
info-needed waiting for more info
Milestone

Comments

@christoe
Copy link
Contributor

Description of Issue/Question

Win_task info function is broken and does not return all available information. On my system the default value of "execution_time_limit" is 'PT72H' which is not available in the duration dict, and info thereby fails.

Also, info only returns some basic information rather than all info on actions and triggers which would make sense to return.

Setup

Windows Server 2012 R2

Steps to Reproduce Issue

Create a basic task by calling create_task (without setting execution_time_limit - which cant be set due to #34135), then query it using info, the info call fails.

Versions Report

Saltstack 2016.3.0

@Ch3LL
Copy link
Contributor

Ch3LL commented Jun 20, 2016

@christoe when you state the info state fails are you receiving an error and if so can you please paste the error? thanks!

@Ch3LL Ch3LL added the info-needed waiting for more info label Jun 20, 2016
@Ch3LL Ch3LL added this to the Blocked milestone Jun 20, 2016
gitebra pushed a commit to gitebra/salt that referenced this issue Jun 27, 2016
* upstream/develop: (24 commits)
  salt-cloud will use list_floating_ips for Openstack (saltstack#34280)
  Update Azure ARM driver to support 2.0rc5 (saltstack#34251)
  Pylint fix
  Refactoring a bit to keep the CLI fast (saltstack#33997)
  file.find module: fix handling of broken symlinks
  Fixed typo in filtering LDAP's potential_ous
  Port boto_rds to Boto3 version 1.3.1
  Minor lint fix.
  External auth can return dynamically generated ACL from auth call.
  Fixes saltstack#34135, Fixes saltstack#34137
  some cleanup and renaming
  better way to check for openSUSE Leap
  Fix for openSUSE Tumbleweed
  fixes for fopen mock and some os_release_map for SLES11SP3
  unit tests for SUSE os grains detection
  Normalization of osfullname grain for openSUSE
  one clause to set OS grain from CPE_NAME
  Test fixed: get OS grain from /etc/os-release if possible
  fix: osarch_mock
  osarch mock for unit test
  ...

# Conflicts:
#	salt/modules/boto_rds.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
info-needed waiting for more info
Projects
None yet
Development

No branches or pull requests

2 participants