abhilekhsingh / gc3pie

Automatically exported from code.google.com/p/gc3pie
0 stars 0 forks source link

SlurmBackend does not implement `_secondary_acct_command` #443

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Setup a cluster with accounting disabled
2. Run gc3pie without -C option
3. wait until the job is ended (thus not visible in the output of squeue)
4. run gc3pie.

What is the expected output? What do you see instead?

The Batch class should raise a gc3libs.exceptions.LRMSError error

Instead, the following error is raised:

gc3.gc3libs: ERROR: Error in querying Batch resource 'hydra': 
NotImplementedError: Abstract method `_secondary_acct_command()` called - this 
should have been defined in a derived class.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by arcimbo...@gmail.com on 9 Jun 2014 at 9:49

GoogleCodeExporter commented 9 years ago
This was addressed in SVN r3930.

Please review the change and close the issue if the patch is satisfactory.

Original comment by riccardo.murri@gmail.com on 30 Jun 2014 at 2:44

GoogleCodeExporter commented 9 years ago
The patch is already out in the 2.2.x release series.

Let's open a different ticket if issue re-surfaces.

Original comment by riccardo.murri@gmail.com on 19 Aug 2014 at 8:50